Selaa lähdekoodia

package/multimedia: apply libtool patch where possible

Now that we have libtool-2.2.x patch support, we can get rid of a bunch
of _LIBTOOL_PATH = NO, fixing (potential) cross link issues.

Notice: libmad/libid3tag/madplay/taglib not changed, as they use a very
old 1.5 version, where our buildroot-libtool-v1.5.patch doesn't apply.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 14 vuotta sitten
vanhempi
commit
e6cdced399

+ 0 - 1
package/multimedia/gst-ffmpeg/gst-ffmpeg.mk

@@ -7,7 +7,6 @@ GST_FFMPEG_VERSION = 0.10.9
 GST_FFMPEG_SOURCE = gst-ffmpeg-$(GST_FFMPEG_VERSION).tar.bz2
 GST_FFMPEG_SITE = http://gstreamer.freedesktop.org/src/gst-ffmpeg
 GST_FFMPEG_INSTALL_STAGING = YES
-GST_FFMPEG_LIBTOOL_PATCH = NO
 GST_FFMPEG_DEPENDENCIES = gstreamer gst-plugins-base ffmpeg liboil
 GST_FFMPEG_CONF_OPT = --with-system-ffmpeg
 

+ 0 - 1
package/multimedia/gst-plugins-bad/gst-plugins-bad.mk

@@ -6,7 +6,6 @@
 GST_PLUGINS_BAD_VERSION = 0.10.21
 GST_PLUGINS_BAD_SOURCE = gst-plugins-bad-$(GST_PLUGINS_BAD_VERSION).tar.bz2
 GST_PLUGINS_BAD_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-bad
-GST_PLUGINS_BAD_LIBTOOL_PATCH = NO
 
 GST_PLUGINS_BAD_CONF_OPT = \
 		--disable-examples

+ 0 - 1
package/multimedia/gst-plugins-base/gst-plugins-base.mk

@@ -7,7 +7,6 @@ GST_PLUGINS_BASE_VERSION = 0.10.32
 GST_PLUGINS_BASE_SOURCE = gst-plugins-base-$(GST_PLUGINS_BASE_VERSION).tar.bz2
 GST_PLUGINS_BASE_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-base
 GST_PLUGINS_BASE_INSTALL_STAGING = YES
-GST_PLUGINS_BASE_LIBTOOL_PATCH = NO
 
 # freetype is only used by examples, but if it is not found
 # and the host has a freetype-config script, then the host

+ 0 - 1
package/multimedia/gst-plugins-good/gst-plugins-good.mk

@@ -6,7 +6,6 @@
 GST_PLUGINS_GOOD_VERSION = 0.10.27
 GST_PLUGINS_GOOD_SOURCE = gst-plugins-good-$(GST_PLUGINS_GOOD_VERSION).tar.bz2
 GST_PLUGINS_GOOD_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-good
-GST_PLUGINS_GOOD_LIBTOOL_PATCH = NO
 
 GST_PLUGINS_GOOD_CONF_OPT = \
 		--disable-debug \

+ 0 - 1
package/multimedia/gst-plugins-ugly/gst-plugins-ugly.mk

@@ -6,7 +6,6 @@
 GST_PLUGINS_UGLY_VERSION = 0.10.17
 GST_PLUGINS_UGLY_SOURCE = gst-plugins-ugly-$(GST_PLUGINS_UGLY_VERSION).tar.bz2
 GST_PLUGINS_UGLY_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-ugly
-GST_PLUGINS_UGLY_LIBTOOL_PATCH = NO
 
 GST_PLUGINS_UGLY_CONF_OPT = \
 		--disable-examples

+ 0 - 1
package/multimedia/gstreamer/gstreamer.mk

@@ -7,7 +7,6 @@ GSTREAMER_VERSION = 0.10.32
 GSTREAMER_SOURCE = gstreamer-$(GSTREAMER_VERSION).tar.bz2
 GSTREAMER_SITE = http://gstreamer.freedesktop.org/src/gstreamer
 GSTREAMER_INSTALL_STAGING = YES
-GSTREAMER_LIBTOOL_PATCH = NO
 
 # Checking if unaligned memory access works correctly cannot be done when cross
 # compiling. For the following architectures there is no information available

+ 0 - 1
package/multimedia/libmms/libmms.mk

@@ -8,7 +8,6 @@ LIBMMS_SOURCE = libmms-$(LIBMMS_VERSION).tar.gz
 LIBMMS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/libmms
 
 LIBMMS_AUTORECONF = NO
-LIBMMS_LIBTOOL_PATCH = NO
 LIBMMS_INSTALL_STAGING = YES
 LIBMMS_INSTALL_TARGET = YES
 

+ 0 - 1
package/multimedia/swfdec/swfdec.mk

@@ -12,7 +12,6 @@ SWFDEC_MAKE_OPT = \
 	GLIB_MKENUMS=$(HOST_DIR)/usr/bin/glib-mkenums \
 	GLIB_GENMARSHAL=$(HOST_DIR)/usr/bin/glib-genmarshal
 
-SWFDEC_LIBTOOL_PATCH = NO
 SWFDEC_INSTALL_STAGING = YES
 SWFDEC_INSTALL_TARGET = YES