[packages] gst-plugins-ugly: update to 0.10.15, rework Makefile:
* rename gst-plugins-ugly-* plugins to gst-mod-* * add a gst-plugins-ugly meta-package * remove unneeded extra CFLAGS & LDFLAGS git-svn-id: svn://svn.openwrt.org/openwrt/packages@22070 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2009 OpenWrt.org
|
# Copyright (C) 2009-2010 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -8,91 +8,116 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=gst-plugins-ugly
|
PKG_NAME:=gst-plugins-ugly
|
||||||
PKG_VERSION:=0.10.13
|
PKG_VERSION:=0.10.15
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-ugly/
|
PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-ugly/
|
||||||
PKG_MD5SUM:=1619365247ef9cd7da1cd890285bf87a
|
PKG_MD5SUM:=21c034a762a5da252f91640e53bfe457
|
||||||
|
|
||||||
|
PKG_BUILD_DEPENDS:= gstreamer gst-plugins-base liboil
|
||||||
|
|
||||||
PKG_FIXUP:=libtool
|
PKG_FIXUP:=libtool
|
||||||
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
#export PATH:=$(PKG_BUILD_DIR)/bin:$(TARGET_PATH)
|
define Package/gstreamer/Default
|
||||||
|
CATEGORY:=Multimedia
|
||||||
PKG_INSTALL=1
|
SECTION:=multimedia
|
||||||
|
TITLE:=GStreamer
|
||||||
EXTRA_CFLAGS+= \
|
|
||||||
-I$(STAGING_DIR)/usr/lib/libintl/include \
|
|
||||||
-I$(STAGING_DIR)/usr/lib/libiconv/include \
|
|
||||||
-I$(STAGING_DIR)/usr/include/gtk-2.0/gdk \
|
|
||||||
-I$(STAGING_DIR)/usr/include/gstreamer-0.10
|
|
||||||
|
|
||||||
EXTRA_LDFLAGS+= \
|
|
||||||
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib \
|
|
||||||
-L$(STAGING_DIR)/usr/lib/libintl/lib \
|
|
||||||
-L$(STAGING_DIR)/usr/lib/libiconv/lib
|
|
||||||
|
|
||||||
define Package/gst-plugins-ugly/Default
|
|
||||||
TITLE:=gst-plugins-ugly
|
|
||||||
URL:=http://gstreamer.freedesktop.org/
|
URL:=http://gstreamer.freedesktop.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/gst-plugins-ugly-lame
|
define Package/gstreamer/description/Default
|
||||||
$(call Package/gst-plugins-ugly/Default)
|
GStreamer open source multimedia framework
|
||||||
SECTION:=multimedia
|
|
||||||
CATEGORY:=Multimedia
|
|
||||||
TITLE+= (lame)
|
|
||||||
DEPENDS:=+gstreamer +lame-lib
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/gst-plugins-ugly-lame/description
|
|
||||||
gstreamer MP3 encoder plugin
|
define Package/gst-plugins-ugly
|
||||||
|
$(call Package/gstreamer/Default)
|
||||||
|
TITLE+= plugins collection (ugly)
|
||||||
|
DEPENDS+= $(GST_DEPENDS)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/gst-plugins-ugly-mad
|
define Package/gts-plugins-ugly/description
|
||||||
$(call Package/gst-plugins-ugly/Default)
|
$(call Package/gstreamer/description/Default)
|
||||||
SECTION:=multimedia
|
.
|
||||||
CATEGORY:=Multimedia
|
This meta package contains only dependencies to the other plugins from
|
||||||
TITLE+= (mad)
|
the ugly plugins collection.
|
||||||
DEPENDS:=+gstreamer +gst-plugins-base-libgsttag +gst-plugins-base-libgstaudio +gst-plugins-base-libgstinterfaces +libmad +libid3tag
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/gst-plugins-ugly-mad/description
|
|
||||||
=
|
GST_VERSION:=0.10
|
||||||
gstreamer MP3 decoder plugins
|
|
||||||
|
CONFIGURE_ARGS += \
|
||||||
|
--disable-debug \
|
||||||
|
--disable-examples \
|
||||||
|
\
|
||||||
|
--disable-a52dec \
|
||||||
|
--disable-amrnb \
|
||||||
|
--disable-amrwb \
|
||||||
|
--disable-asfdemux \
|
||||||
|
--disable-cdio \
|
||||||
|
--disable-dvdlpcmdec \
|
||||||
|
--disable-dvdread \
|
||||||
|
--disable-dvdsub \
|
||||||
|
--disable-iec958 \
|
||||||
|
--disable-mpeg2dec \
|
||||||
|
--disable-mpegaudioparse \
|
||||||
|
--disable-mpegstream \
|
||||||
|
--disable-realmedia \
|
||||||
|
--disable-sidplay \
|
||||||
|
--disable-synaesthesia \
|
||||||
|
--disable-twolame \
|
||||||
|
--disable-x264 \
|
||||||
|
\
|
||||||
|
--without-libiconv-prefix \
|
||||||
|
--without-libintl-prefix \
|
||||||
|
--without-x \
|
||||||
|
|
||||||
|
EXTRA_LDFLAGS+= \
|
||||||
|
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib \
|
||||||
|
|
||||||
|
|
||||||
|
define Package/gst-plugins-ugly/install
|
||||||
|
/bin/true
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
|
||||||
$(call Build/Configure/Default, \
|
# 1: short name
|
||||||
--disable-pango \
|
# 2: description
|
||||||
--disable-gnome_vfs \
|
# 3: dependencies on other gstreamer libraries (short name)
|
||||||
--disable-examples \
|
# 4: dependencies on other gstreamer plugins (short name)
|
||||||
--disable-cdparanoia \
|
# 5: dependencies on other packages
|
||||||
--disable-libvisual \
|
define GstBuildPlugin
|
||||||
--disable-oggtest \
|
|
||||||
--disable-vorbistest \
|
GST_DEPENDS += +gst-mod-$(1)
|
||||||
--disable-freetypetest \
|
|
||||||
--without-x \
|
define Package/gst-mod-$(1)
|
||||||
|
$(call Package/gstreamer/Default)
|
||||||
|
TITLE+= $(2) plugin (ugly)
|
||||||
|
DEPENDS+= +libgstreamer $$(foreach p,$(3),+libgst$$(p)) $$(foreach p,$(4),+gst-mod-$$(p)) $(5)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Package/gst-mod-$(1)/description
|
||||||
|
$(call Package/gstreamer/description/Default)
|
||||||
|
.
|
||||||
|
This package contains the GStreamer $(2) plugin.
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Package/gst-mod-$(1)/install
|
||||||
|
$(INSTALL_DIR) $$(1)/usr/lib/gstreamer-$(GST_VERSION)
|
||||||
|
( cd $(PKG_INSTALL_DIR); $(CP) \
|
||||||
|
./usr/lib/gstreamer-$(GST_VERSION)/libgst$(1).so* \
|
||||||
|
$$(1)/usr/lib/gstreamer-$(GST_VERSION)/ \
|
||||||
)
|
)
|
||||||
mkdir -p $(PKG_BUILD_DIR)/bin
|
endef
|
||||||
touch $(PKG_BUILD_DIR)/bin/gtkdoc-reugly
|
|
||||||
chmod +x $(PKG_BUILD_DIR)/bin/gtkdoc-reugly
|
$$(eval $$(call BuildPackage,gst-mod-$(1)))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/gst-plugins-ugly-lame/install
|
$(eval $(call GstBuildPlugin,lame,MP3 encoder (using LAME),,,+lame-lib))
|
||||||
$(INSTALL_DIR) $(1)/usr/lib/gstreamer-0.10
|
$(eval $(call GstBuildPlugin,mad,MP3 decoder (using MAD),audio tag,,+libid3tag +libmad))
|
||||||
$(CP) \
|
|
||||||
$(PKG_INSTALL_DIR)/usr/lib/gstreamer-0.10/libgstlame.so \
|
|
||||||
$(1)/usr/lib/gstreamer-0.10
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/gst-plugins-ugly-mad/install
|
$(eval $(call BuildPackage,gst-plugins-ugly))
|
||||||
$(INSTALL_DIR) $(1)/usr/lib/gstreamer-0.10
|
|
||||||
$(CP) \
|
|
||||||
$(PKG_INSTALL_DIR)/usr/lib/gstreamer-0.10/libgstmad.so \
|
|
||||||
$(1)/usr/lib/gstreamer-0.10
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(call BuildPackage,gst-plugins-ugly-lame))
|
|
||||||
$(eval $(call BuildPackage,gst-plugins-ugly-mad))
|
|
||||||
|
22
multimedia/gst-plugins-ugly/patches/001-no_docs.patch
Normal file
22
multimedia/gst-plugins-ugly/patches/001-no_docs.patch
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
--- a/Makefile.am
|
||||||
|
+++ b/Makefile.am
|
||||||
|
@@ -1,7 +1,7 @@
|
||||||
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
||||||
|
|
||||||
|
SUBDIRS = \
|
||||||
|
- gst-libs gst ext docs m4 tests common po
|
||||||
|
+ gst-libs gst ext m4 tests common po
|
||||||
|
|
||||||
|
# include before EXTRA_DIST for win32 assignment
|
||||||
|
include $(top_srcdir)/common/win32.mak
|
||||||
|
--- a/Makefile.in
|
||||||
|
+++ b/Makefile.in
|
||||||
|
@@ -395,7 +395,7 @@ top_builddir = @top_builddir@
|
||||||
|
top_srcdir = @top_srcdir@
|
||||||
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
||||||
|
SUBDIRS = \
|
||||||
|
- gst-libs gst ext docs m4 tests common po
|
||||||
|
+ gst-libs gst ext m4 tests common po
|
||||||
|
|
||||||
|
|
||||||
|
# the MANIFEST contains all win32 related files that should be disted
|
22
multimedia/gst-plugins-ugly/patches/002-no_tests.patch
Normal file
22
multimedia/gst-plugins-ugly/patches/002-no_tests.patch
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
--- a/Makefile.am
|
||||||
|
+++ b/Makefile.am
|
||||||
|
@@ -1,7 +1,7 @@
|
||||||
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
||||||
|
|
||||||
|
SUBDIRS = \
|
||||||
|
- gst-libs gst ext m4 tests common po
|
||||||
|
+ gst-libs gst ext m4 common po
|
||||||
|
|
||||||
|
# include before EXTRA_DIST for win32 assignment
|
||||||
|
include $(top_srcdir)/common/win32.mak
|
||||||
|
--- a/Makefile.in
|
||||||
|
+++ b/Makefile.in
|
||||||
|
@@ -395,7 +395,7 @@ top_builddir = @top_builddir@
|
||||||
|
top_srcdir = @top_srcdir@
|
||||||
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
||||||
|
SUBDIRS = \
|
||||||
|
- gst-libs gst ext m4 tests common po
|
||||||
|
+ gst-libs gst ext m4 common po
|
||||||
|
|
||||||
|
|
||||||
|
# the MANIFEST contains all win32 related files that should be disted
|
@ -1,24 +0,0 @@
|
|||||||
diff -u --recursive gst-plugins-ugly-0.10.13-vanilla/Makefile.am gst-plugins-ugly-0.10.13/Makefile.am
|
|
||||||
--- gst-plugins-ugly-0.10.13-vanilla/Makefile.am 2009-11-28 15:17:59.253116063 -0500
|
|
||||||
+++ gst-plugins-ugly-0.10.13/Makefile.am 2009-11-28 15:19:16.508246874 -0500
|
|
||||||
@@ -1,7 +1,7 @@
|
|
||||||
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|
||||||
|
|
||||||
SUBDIRS = \
|
|
||||||
- gst-libs gst ext docs m4 tests common po
|
|
||||||
+ gst-libs gst ext m4 tests common po
|
|
||||||
|
|
||||||
# include before EXTRA_DIST for win32 assignment
|
|
||||||
include $(top_srcdir)/common/win32.mak
|
|
||||||
diff -u --recursive gst-plugins-ugly-0.10.13-vanilla/Makefile.in gst-plugins-ugly-0.10.13/Makefile.in
|
|
||||||
--- gst-plugins-ugly-0.10.13-vanilla/Makefile.in 2009-11-28 15:17:59.208114358 -0500
|
|
||||||
+++ gst-plugins-ugly-0.10.13/Makefile.in 2009-11-28 15:19:23.945116771 -0500
|
|
||||||
@@ -356,7 +356,7 @@
|
|
||||||
top_srcdir = @top_srcdir@
|
|
||||||
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
|
||||||
SUBDIRS = \
|
|
||||||
- gst-libs gst ext docs m4 tests common po
|
|
||||||
+ gst-libs gst ext m4 tests common po
|
|
||||||
|
|
||||||
|
|
||||||
# the MANIFEST contains all win32 related files that should be disted
|
|
@ -1,16 +0,0 @@
|
|||||||
diff -u --recursive gst-plugins-ugly-0.10.13-vanilla/common/shave-libtool.in gst-plugins-ugly-0.10.13/common/shave-libtool.in
|
|
||||||
--- gst-plugins-ugly-0.10.13-vanilla/common/shave-libtool.in 2009-11-28 15:17:59.166114391 -0500
|
|
||||||
+++ gst-plugins-ugly-0.10.13/common/shave-libtool.in 2009-11-28 15:20:46.244261210 -0500
|
|
||||||
@@ -41,12 +41,9 @@
|
|
||||||
|
|
||||||
case "$mode" in
|
|
||||||
compile)
|
|
||||||
- # shave will be called and print the actual CC/CXX/LINK line
|
|
||||||
- preserved_args="$preserved_args --shave-mode=$mode"
|
|
||||||
pass_though=1
|
|
||||||
;;
|
|
||||||
link)
|
|
||||||
- preserved_args="$preserved_args --shave-mode=$mode"
|
|
||||||
Q=" LINK "
|
|
||||||
;;
|
|
||||||
*)
|
|
Reference in New Issue
Block a user