mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-30 12:08:53 +02:00
Merge pull request #518 from fbrosson/mpg123
mpg123: bump to version 1.23.3.
This commit is contained in:
@@ -1,20 +1,20 @@
|
|||||||
SUMMARY="A fast console MPEG audio player and decoder library"
|
SUMMARY="A fast console MPEG audio player and decoder library"
|
||||||
DESCRIPTION="mpg123 is the fast and Free console based real time MPEG audio \
|
DESCRIPTION="mpg123 is the fast and free console based real time MPEG audio \
|
||||||
Player for layer 1, 2 and 3."
|
player for layer 1, 2 and 3."
|
||||||
HOMEPAGE="http://www.mpg123.org/"
|
HOMEPAGE="http://www.mpg123.org/"
|
||||||
COPYRIGHT="1995-2009 Michael Hipp and others"
|
COPYRIGHT="1995-2016 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://downloads.sf.net/mpg123/mpg123-$portVersion.tar.bz2"
|
||||||
CHECKSUM_SHA256="b5678bfe0cd1c6d2e29561d50bbef6bbc14ed055404453d18b6f4044c7b0a7ae"
|
CHECKSUM_SHA256="5c431da7e7446fae586c9207772dc0038ce2bfe75f0274a7933d1b4a7d84e6c6"
|
||||||
#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.42.0 compat >= 0
|
lib:libmpg123$secondaryArchSuffix = 0.42.1 compat >= 0
|
||||||
|
lib:libout123$secondaryArchSuffix = 0.1.1 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,8 @@ REQUIRES="
|
|||||||
|
|
||||||
PROVIDES_devel="
|
PROVIDES_devel="
|
||||||
mpg123${secondaryArchSuffix}_devel = $portVersion
|
mpg123${secondaryArchSuffix}_devel = $portVersion
|
||||||
devel:libmpg123$secondaryArchSuffix = 0.42.0 compat >= 0
|
devel:libmpg123$secondaryArchSuffix = 0.42.1 compat >= 0
|
||||||
|
devel:libout123$secondaryArchSuffix = 0.1.1 compat >= 0
|
||||||
"
|
"
|
||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
@@ -44,7 +45,9 @@ BUILD_PREREQUIRES="
|
|||||||
cmd:awk
|
cmd:awk
|
||||||
cmd:find
|
cmd:find
|
||||||
cmd:autoconf
|
cmd:autoconf
|
||||||
|
cmd:autoreconf
|
||||||
cmd:libtool
|
cmd:libtool
|
||||||
|
cmd:libtoolize$secondaryArchSuffix
|
||||||
cmd:aclocal
|
cmd:aclocal
|
||||||
cmd:pkg_config$secondaryArchSuffix
|
cmd:pkg_config$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
@@ -59,7 +62,9 @@ BUILD()
|
|||||||
INSTALL()
|
INSTALL()
|
||||||
{
|
{
|
||||||
make install
|
make install
|
||||||
prepareInstalledDevelLib libmpg123
|
prepareInstalledDevelLibs \
|
||||||
|
libmpg123 \
|
||||||
|
libout123
|
||||||
fixPkgconfig
|
fixPkgconfig
|
||||||
packageEntries devel $developDir
|
packageEntries devel $developDir
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user