mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
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"
|
||||
DESCRIPTION="mpg123 is the fast and Free console based real time MPEG audio \
|
||||
Player for layer 1, 2 and 3."
|
||||
DESCRIPTION="mpg123 is the fast and free console based real time MPEG audio \
|
||||
player for layer 1, 2 and 3."
|
||||
HOMEPAGE="http://www.mpg123.org/"
|
||||
COPYRIGHT="1995-2009 Michael Hipp and others"
|
||||
COPYRIGHT="1995-2016 Michael Hipp and others"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/mpg123/files/mpg123/$portVersion/mpg123-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="b5678bfe0cd1c6d2e29561d50bbef6bbc14ed055404453d18b6f4044c7b0a7ae"
|
||||
#PATCHES="mpg123-$portVersion.patchset"
|
||||
SOURCE_URI="http://downloads.sf.net/mpg123/mpg123-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="5c431da7e7446fae586c9207772dc0038ce2bfe75f0274a7933d1b4a7d84e6c6"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
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_id3dump$secondaryArchSuffix
|
||||
cmd:mpg123_strip$secondaryArchSuffix
|
||||
@@ -27,7 +27,8 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
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="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -44,7 +45,9 @@ BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:find
|
||||
cmd:autoconf
|
||||
cmd:autoreconf
|
||||
cmd:libtool
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
cmd:aclocal
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
@@ -59,7 +62,9 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
prepareInstalledDevelLib libmpg123
|
||||
prepareInstalledDevelLibs \
|
||||
libmpg123 \
|
||||
libout123
|
||||
fixPkgconfig
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
Reference in New Issue
Block a user