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>
This commit is contained in:
Peter Korsgaard 2011-02-17 13:52:47 +01:00
parent e743a01ee5
commit e6cdced399
8 changed files with 0 additions and 8 deletions

View File

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

View File

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

View File

@ -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_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_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-base
GST_PLUGINS_BASE_INSTALL_STAGING = YES GST_PLUGINS_BASE_INSTALL_STAGING = YES
GST_PLUGINS_BASE_LIBTOOL_PATCH = NO
# freetype is only used by examples, but if it is not found # freetype is only used by examples, but if it is not found
# and the host has a freetype-config script, then the host # and the host has a freetype-config script, then the host

View File

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

View File

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

View File

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

View File

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

View File

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