Browse Source

faad: Updated (2.5 -> 2.7)

user/karasz/next/updates
Christian Wiese 14 years ago
parent
commit
5e765e4fa9
  1. 4
      audio/faad/faad.desc
  2. 52
      audio/faad/noplugins.patch

4
audio/faad/faad.desc

@ -31,7 +31,7 @@
[L] GPL
[S] Stable
[V] 2.5
[V] 2.7
[P] X -----5---9 126.400
[D] 3128927071 faad2-2.5.tar.gz http://dl.sourceforge.net/sourceforge/faac/
[D] 505305442 faad2-2.7.tar.gz http://dl.sourceforge.net/sourceforge/faac/

52
audio/faad/noplugins.patch

@ -1,52 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../faad/noplugins.patch
# Copyright (C) 2006 - 2010 The OpenSDE Project
# Copyright (C) 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- faad2/configure.in.orig 2006-09-04 15:32:34.000000000 +0000
+++ faad2/configure.in 2006-09-04 15:58:06.000000000 +0000
@@ -118,6 +118,9 @@
AC_DEFINE([HAVE_BMP], 1, [User wants beep media player plugin built])
AM_CONDITIONAL([HAVE_XMMS], true)
AM_CONDITIONAL([HAVE_BMP], true)
+else
+ AM_CONDITIONAL([HAVE_XMMS], false)
+ AM_CONDITIONAL([HAVE_BMP], false)
fi
if test x$WITHDRM = xyes; then
@@ -128,10 +131,10 @@
AC_CONFIG_FILES(libfaad/Makefile)
AC_CONFIG_FILES(common/Makefile)
AC_CONFIG_FILES(common/mp4ff/Makefile)
-AC_CONFIG_FILES(plugins/Makefile)
-AC_CONFIG_FILES(plugins/xmms/Makefile)
-AC_CONFIG_FILES(plugins/xmms/src/Makefile)
-AC_CONFIG_FILES(plugins/mpeg4ip/Makefile)
+#AC_CONFIG_FILES(plugins/Makefile)
+#AC_CONFIG_FILES(plugins/xmms/Makefile)
+#AC_CONFIG_FILES(plugins/xmms/src/Makefile)
+#AC_CONFIG_FILES(plugins/mpeg4ip/Makefile)
AC_CONFIG_FILES(faad2.spec)
AC_CONFIG_FILES(frontend/Makefile)
AC_CONFIG_FILES(Makefile)
--- faad2/Makefile.am.orig 2004-07-27 10:52:20.000000000 +0200
+++ faad2/Makefile.am 2006-09-04 18:14:20.000000000 +0200
@@ -1,4 +1,4 @@
-SUBDIRS = libfaad common frontend plugins
+SUBDIRS = libfaad common frontend
EXTRA_DIST = faad2.spec
Loading…
Cancel
Save