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
"

View File

@@ -20,3 +20,14 @@ diff -urN faad2-2.7.orig/configure.in faad2-2.7/configure.in
#define _ISOC9X_SOURCE 1
#define _ISOC99_SOURCE 1
diff --git a/frontend/Makefile.am b/frontend/Makefile.am
index 74af733..532fa13 100644
--- a/frontend/Makefile.am
+++ b/frontend/Makefile.am
@@ -1,5 +1,5 @@
bin_PROGRAMS = faad
-man_MANS = faad.man
+man1_MANS = faad.man
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/common/faad \
-I$(top_srcdir)/common/mp4ff