mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
faad2: fix man page.
This commit is contained in:
@@ -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
|
||||
"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user