faad2: fix man page.

This commit is contained in:
Jerome Duval
2016-07-19 17:57:16 +02:00
parent 84a11201cd
commit cd01d721b6
2 changed files with 15 additions and 4 deletions

View File

@@ -7,8 +7,8 @@ library (libfaad) that may be used by other programs."
HOMEPAGE="http://www.audiocoding.com/"
COPYRIGHT="2003-2005 M. Bakker, Nero AG."
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://downloads.sourceforge.net/faac/faad2-2.7.tar.gz"
REVISION="2"
SOURCE_URI="http://downloads.sourceforge.net/faac/faad2-$portVersion.tar.gz"
CHECKSUM_SHA256="ee26ed1e177c0cd8fa8458a481b14a0b24ca0b51468c8b4c8b676fd3ceccd330"
PATCHES="faad2-2.7.patch"
@@ -16,7 +16,7 @@ ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
faad2$secondaryArchSuffix = $portVersion compat >= 2.0
faad2$secondaryArchSuffix = $portVersion compat >= 2
lib:libfaad$secondaryArchSuffix = 2.0.0 compat >= 2
cmd:faad$secondaryArchSuffix = $portVersion
"
@@ -25,7 +25,7 @@ REQUIRES="
"
PROVIDES_devel="
faad2${secondaryArchSuffix}_devel = $portVersion compat >= 2.0
faad2${secondaryArchSuffix}_devel = $portVersion compat >= 2
devel:libfaad$secondaryArchSuffix = 2.0.0 compat >= 2
devel:libmp4ff$secondaryArchSuffix = $portVersion
"