mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
mpg123: bump version.
This commit is contained in:
@@ -6,15 +6,15 @@ COPYRIGHT="1995-2009 Michael Hipp and others"
|
|||||||
LICENSE="GNU LGPL v2.1"
|
LICENSE="GNU LGPL v2.1"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
SOURCE_URI="http://sourceforge.net/projects/mpg123/files/mpg123/$portVersion/mpg123-$portVersion.tar.bz2"
|
SOURCE_URI="http://sourceforge.net/projects/mpg123/files/mpg123/$portVersion/mpg123-$portVersion.tar.bz2"
|
||||||
CHECKSUM_SHA256="5069e02e50138600f10cc5f7674e44e9bf6f1930af81d0e1d2f869b3c0ee40d2"
|
CHECKSUM_SHA256="b5678bfe0cd1c6d2e29561d50bbef6bbc14ed055404453d18b6f4044c7b0a7ae"
|
||||||
PATCHES="mpg123-$portVersion.patchset"
|
#PATCHES="mpg123-$portVersion.patchset"
|
||||||
|
|
||||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||||
SECONDARY_ARCHITECTURES="x86 x86_gcc2"
|
SECONDARY_ARCHITECTURES="x86 x86_gcc2"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
mpg123$secondaryArchSuffix = $portVersion
|
mpg123$secondaryArchSuffix = $portVersion
|
||||||
lib:libmpg123$secondaryArchSuffix = 0.41.2 compat >= 0
|
lib:libmpg123$secondaryArchSuffix = 0.42.0 compat >= 0
|
||||||
cmd:mpg123$secondaryArchSuffix
|
cmd:mpg123$secondaryArchSuffix
|
||||||
cmd:mpg123_id3dump$secondaryArchSuffix
|
cmd:mpg123_id3dump$secondaryArchSuffix
|
||||||
cmd:mpg123_strip$secondaryArchSuffix
|
cmd:mpg123_strip$secondaryArchSuffix
|
||||||
@@ -27,7 +27,7 @@ REQUIRES="
|
|||||||
|
|
||||||
PROVIDES_devel="
|
PROVIDES_devel="
|
||||||
mpg123${secondaryArchSuffix}_devel = $portVersion
|
mpg123${secondaryArchSuffix}_devel = $portVersion
|
||||||
devel:libmpg123$secondaryArchSuffix = 0.41.2 compat >= 0
|
devel:libmpg123$secondaryArchSuffix = 0.42.0 compat >= 0
|
||||||
"
|
"
|
||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
@@ -51,7 +51,6 @@ BUILD_PREREQUIRES="
|
|||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
sed -i "s,AM_CONFIG_HEADER,AC_CONFIG_HEADERS," configure.ac
|
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
LDFLAGS="-lnetwork" runConfigure ./configure --disable-aligncheck
|
LDFLAGS="-lnetwork" runConfigure ./configure --disable-aligncheck
|
||||||
make $jobArgs
|
make $jobArgs
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
From 13cd20f3e8452b232ea6b2da3f53355eec866d7f Mon Sep 17 00:00:00 2001
|
|
||||||
From: Jerome Duval <jerome.duval@gmail.com>
|
|
||||||
Date: Thu, 5 Mar 2015 18:49:00 +0000
|
|
||||||
Subject: Haiku patch
|
|
||||||
|
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index f93239c..c02aa90 100644
|
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -567,11 +567,11 @@ case $host in
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
|
||||||
- i?86-*-dragonfly* | i?86-*-freebsd* | i?86-*-midnightbsd* | i?86-*-mirbsd* | i?86-*-netbsd* | i?86-*-openbsd*)
|
|
||||||
+ i?86-*-dragonfly* | i?86-*-freebsd* | i?86-*-midnightbsd* | i?86-*-mirbsd* | i?86-*-netbsd* | i?86-*-openbsd* | i?86-*-haiku*)
|
|
||||||
cpu_type="x86"
|
|
||||||
newoldwritesample=enabled
|
|
||||||
;;
|
|
||||||
- x86_64-*-dragonfly* | x86_64-*-freebsd* | x86_64-*-midnightbsd* | x86_64-*-mirbsd* | x86_64-*-netbsd* | x86_64-*-openbsd*)
|
|
||||||
+ x86_64-*-dragonfly* | x86_64-*-freebsd* | x86_64-*-midnightbsd* | x86_64-*-mirbsd* | x86_64-*-netbsd* | x86_64-*-openbsd* | x86_64-*-haiku*)
|
|
||||||
cpu_type="x86-64"
|
|
||||||
;;
|
|
||||||
*-*-dragonfly* | *-*-freebsd* | *-*-midnightbsd* | *-*-mirbsd* | *-*-netbsd* | *-*-openbsd*)
|
|
||||||
@@ -1108,7 +1108,7 @@ else
|
|
||||||
fi
|
|
||||||
|
|
||||||
dnl trying to get that socket lib settled in one line
|
|
||||||
-AC_SEARCH_LIBS(gethostbyname, nsl socket)
|
|
||||||
+AC_SEARCH_LIBS(gethostbyname, nsl socket network)
|
|
||||||
dnl OK, two lines... Solaris needs -lnsl -lsocket
|
|
||||||
AC_SEARCH_LIBS(socket, socket)
|
|
||||||
|
|
||||||
--
|
|
||||||
1.8.3.4
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user