>From 20804543858dda76874f12ebe8142f26e95088b4 Mon Sep 17 00:00:00 2001
From: "W. Michael Petullo" <m...@flyn.org>
Date: Sun, 17 Nov 2013 17:05:18 -0500
Subject: [PATCH 3/5] Add good plugins for GStreamer 1.0

Signed-off-by: W. Michael Petullo <m...@flyn.org>
---
 multimedia/gst1-plugins-good/Makefile              | 175 +++++++++++++++++++++
 .../gst1-plugins-good/patches/001-no_docs.patch    |  22 +++
 .../gst1-plugins-good/patches/002-no_tests.patch   |  22 +++
 .../patches/003-no_translations.patch              |  33 ++++
 4 files changed, 252 insertions(+)
 create mode 100644 multimedia/gst1-plugins-good/Makefile
 create mode 100644 multimedia/gst1-plugins-good/patches/001-no_docs.patch
 create mode 100644 multimedia/gst1-plugins-good/patches/002-no_tests.patch
 create mode 100644 
multimedia/gst1-plugins-good/patches/003-no_translations.patch

diff --git a/multimedia/gst1-plugins-good/Makefile 
b/multimedia/gst1-plugins-good/Makefile
new file mode 100644
index 0000000..df923af
--- /dev/null
+++ b/multimedia/gst1-plugins-good/Makefile
@@ -0,0 +1,175 @@
+## Copyright (C) 2009-2011 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:=gst1-plugins-good
+PKG_VERSION:=1.0.7
+PKG_RELEASE:=1
+
+PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-good-$(PKG_VERSION)
+PKG_SOURCE:=gst-plugins-good-$(PKG_VERSION).tar.xz
+PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-good/
+PKG_MD5SUM:=e4b1c825475a9b478fe29e8e9f34516f
+
+PKG_BUILD_DEPENDS:= gstreamer1 gst1-plugins-base liboil
+
+PKG_FIXUP:=autoreconf
+PKG_INSTALL:=1
+
+include $(INCLUDE_DIR)/package.mk
+include $(INCLUDE_DIR)/nls.mk
+
+define Package/gstreamer1/Default
+  CATEGORY:=Multimedia
+  SECTION:=multimedia
+  TITLE:=GStreamer
+  URL:=http://gstreamer.freedesktop.org/
+endef
+
+define Package/gstreamer1/description/Default
+ GStreamer open source multimedia framework
+endef
+
+
+define Package/gst1-plugins-good
+$(call Package/gstreamer1/Default)
+  TITLE+= plugins collection (good)
+  DEPENDS+= $(GST_DEPENDS)
+endef
+
+define Package/gts-plugins-good/description
+$(call Package/gstreamer1/description/Default)
+ .
+ This meta package contains only dependencies to the other plugins from
+ the good plugins collection.
+endef
+
+
+GST_VERSION:=1.0
+
+CONFIGURE_ARGS += \
+       --disable-debug \
+       --disable-examples \
+       \
+       --disable-aalib \
+       --disable-alpha \
+       --disable-annodex \
+       --disable-apetag \
+       --disable-auparse \
+       --disable-avi \
+       --disable-bz2 \
+       --disable-cairo \
+       --disable-directsound \
+       --disable-dv1394 \
+       --disable-effectv \
+       --disable-esd \
+       --disable-flv \
+       --disable-flx \
+       --disable-gconf \
+       --disable-gconftool \
+       --disable-gdk_pixbuf \
+       --disable-goom \
+       --disable-goom2k1 \
+       --disable-gst_v4l2 \
+       --disable-hal \
+       --disable-jpeg \
+       --disable-law \
+       --disable-libcaca \
+       --disable-libdv \
+       --disable-libpng \
+       --disable-matroska \
+       --disable-monoscope \
+       --disable-osx_audio \
+       --disable-osx_video \
+       --disable-pulse \
+       --disable-qtdemux \
+       --disable-rtspmanager \
+       --disable-smpte \
+       --disable-shout2 \
+       --disable-speex \
+       --disable-sunaudio \
+       --disable-taglib \
+       --disable-videobox \
+       --disable-videocrop \
+       --disable-videofilter \
+       --disable-videomixer \
+       --disable-wavpack \
+       --disable-x \
+       --disable-xshm \
+       --disable-xvideo \
+       --disable-y4m \
+       --disable-zlib \
+       \
+       --without-libiconv-prefix \
+       --without-libintl-prefix \
+       --without-x \
+
+EXTRA_LDFLAGS+= \
+       -Wl,-rpath-link=$(STAGING_DIR)/usr/lib \
+
+
+define Package/gst1-plugins-good/install
+       /bin/true
+endef
+
+
+# 1: short name
+# 2: description
+# 3: dependencies on other gstreamer libraries (short name)
+# 4: dependencies on other gstreamer plugins (short name)
+# 5: dependencies on other packages
+define GstBuildPlugin
+
+  GST_DEPENDS += +gst1-mod-$(1)
+
+  define Package/gst1-mod-$(1)
+    $(call Package/gstreamer1/Default)
+    TITLE+= $(2) plugin (good)
+    DEPENDS+= +libgstreamer1 $$(foreach p,$(3),+libgst1$$(p)) $$(foreach 
p,$(4),+gst1-mod-$$(p)) $(5)
+  endef
+
+  define Package/gst1-mod-$(1)/description
+   $(call Package/gstreamer1/description/Default)
+   .
+   This package contains the GStreamer $(2) plugin.
+  endef
+
+  define Package/gst1-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)/ \
+       )
+  endef
+
+  $$(eval $$(call BuildPackage,gst1-mod-$(1)))
+endef
+
+$(eval $(call GstBuildPlugin,audiofx,audio effects,audio fft controller,,))
+$(eval $(call GstBuildPlugin,autodetect,format auto-detection,,,))
+$(eval $(call GstBuildPlugin,cutter,audio cutter,audio,,))
+$(eval $(call GstBuildPlugin,debug,debugging,,,))
+$(eval $(call GstBuildPlugin,equalizer,audio equalizer,audio controller,,))
+$(eval $(call GstBuildPlugin,flac,FLAC codec,audio pbutils tag,,+libflac))
+$(eval $(call GstBuildPlugin,id3demux,ID3v1/v2 demuxer,pbutils tag,,))
+$(eval $(call GstBuildPlugin,icydemux,icy demuxer,audio tag,,))
+$(eval $(call GstBuildPlugin,interleave,audio interleave,audio,,))
+$(eval $(call GstBuildPlugin,level,audio level,audio,,))
+$(eval $(call GstBuildPlugin,audioparsers,audioparsers,audio tag,,))
+$(eval $(call GstBuildPlugin,multifile,multiple files access,,,))
+$(eval $(call GstBuildPlugin,multipart,multipart stream handling,,,))
+$(eval $(call GstBuildPlugin,ossaudio,OSS audio support,audio,,))
+$(eval $(call GstBuildPlugin,replaygain,volume normalization,pbutils,,))
+$(eval $(call GstBuildPlugin,rtp,RTP,audio rtp tag,,))
+$(eval $(call GstBuildPlugin,rtsp,RTSP,rtp rtsp sdp,,))
+$(eval $(call GstBuildPlugin,souphttpsrc,soup input,audio tag,,+libsoup))
+$(eval $(call GstBuildPlugin,spectrum,spectrum data output,audio fft,,))
+$(eval $(call GstBuildPlugin,udp,UDP,,,))
+$(eval $(call GstBuildPlugin,wavenc,Wav encoder,riff,,))
+$(eval $(call GstBuildPlugin,wavparse,Wav parser,audio riff tag,,))
+
+$(eval $(call BuildPackage,gst1-plugins-good))
diff --git a/multimedia/gst1-plugins-good/patches/001-no_docs.patch 
b/multimedia/gst1-plugins-good/patches/001-no_docs.patch
new file mode 100644
index 0000000..9257931
--- /dev/null
+++ b/multimedia/gst1-plugins-good/patches/001-no_docs.patch
@@ -0,0 +1,22 @@
+diff -u --recursive gst-plugins-good-1.0.7-vanilla/Makefile.am 
gst-plugins-good-1.0.7/Makefile.am
+--- gst-plugins-good-1.0.7-vanilla/Makefile.am 2013-06-01 19:54:57.652601127 
-0500
++++ gst-plugins-good-1.0.7/Makefile.am 2013-06-01 19:55:15.281902215 -0500
+@@ -3,7 +3,6 @@
+ ALWAYS_SUBDIRS =              \
+       gst sys ext             \
+       tests                   \
+-      docs                    \
+       po                      \
+       common                  \
+       m4                      \
+diff -u --recursive gst-plugins-good-1.0.7-vanilla/Makefile.in 
gst-plugins-good-1.0.7/Makefile.in
+--- gst-plugins-good-1.0.7-vanilla/Makefile.in 2013-06-01 19:54:57.692599541 
-0500
++++ gst-plugins-good-1.0.7/Makefile.in 2013-06-01 19:55:23.025595255 -0500
+@@ -523,7 +523,6 @@
+ ALWAYS_SUBDIRS = \
+       gst sys ext             \
+       tests                   \
+-      docs                    \
+       po                      \
+       common                  \
+       m4                      \
diff --git a/multimedia/gst1-plugins-good/patches/002-no_tests.patch 
b/multimedia/gst1-plugins-good/patches/002-no_tests.patch
new file mode 100644
index 0000000..7b862d6
--- /dev/null
+++ b/multimedia/gst1-plugins-good/patches/002-no_tests.patch
@@ -0,0 +1,22 @@
+diff -u --recursive gst-plugins-good-1.0.7-vanilla/Makefile.am 
gst-plugins-good-1.0.7/Makefile.am
+--- gst-plugins-good-1.0.7-vanilla/Makefile.am 2013-06-01 19:56:00.995090476 
-0500
++++ gst-plugins-good-1.0.7/Makefile.am 2013-06-01 19:56:12.911618318 -0500
+@@ -2,7 +2,6 @@
+ 
+ ALWAYS_SUBDIRS =              \
+       gst sys ext             \
+-      tests                   \
+       po                      \
+       common                  \
+       m4                      \
+diff -u --recursive gst-plugins-good-1.0.7-vanilla/Makefile.in 
gst-plugins-good-1.0.7/Makefile.in
+--- gst-plugins-good-1.0.7-vanilla/Makefile.in 2013-06-01 19:56:00.995090476 
-0500
++++ gst-plugins-good-1.0.7/Makefile.in 2013-06-01 19:56:16.655469989 -0500
+@@ -522,7 +522,6 @@
+ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
+ ALWAYS_SUBDIRS = \
+       gst sys ext             \
+-      tests                   \
+       po                      \
+       common                  \
+       m4                      \
diff --git a/multimedia/gst1-plugins-good/patches/003-no_translations.patch 
b/multimedia/gst1-plugins-good/patches/003-no_translations.patch
new file mode 100644
index 0000000..84e3114
--- /dev/null
+++ b/multimedia/gst1-plugins-good/patches/003-no_translations.patch
@@ -0,0 +1,33 @@
+diff -u --recursive gst-plugins-good-1.0.7-vanilla/configure.ac 
gst-plugins-good-1.0.7/configure.ac
+--- gst-plugins-good-1.0.7-vanilla/configure.ac        2013-06-01 
19:56:23.004218467 -0500
++++ gst-plugins-good-1.0.7/configure.ac        2013-06-01 19:56:52.919033496 
-0500
+@@ -1157,7 +1157,6 @@
+ sys/v4l2/Makefile
+ sys/waveform/Makefile
+ sys/ximage/Makefile
+-po/Makefile.in
+ tests/Makefile
+ tests/check/Makefile
+ tests/examples/Makefile
+diff -u --recursive gst-plugins-good-1.0.7-vanilla/Makefile.am 
gst-plugins-good-1.0.7/Makefile.am
+--- gst-plugins-good-1.0.7-vanilla/Makefile.am 2013-06-01 19:56:23.043216922 
-0500
++++ gst-plugins-good-1.0.7/Makefile.am 2013-06-01 19:56:43.671399777 -0500
+@@ -2,7 +2,6 @@
+ 
+ ALWAYS_SUBDIRS =              \
+       gst sys ext             \
+-      po                      \
+       common                  \
+       m4                      \
+       pkgconfig
+diff -u --recursive gst-plugins-good-1.0.7-vanilla/Makefile.in 
gst-plugins-good-1.0.7/Makefile.in
+--- gst-plugins-good-1.0.7-vanilla/Makefile.in 2013-06-01 19:56:23.043216922 
-0500
++++ gst-plugins-good-1.0.7/Makefile.in 2013-06-01 19:56:47.703240080 -0500
+@@ -522,7 +522,6 @@
+ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
+ ALWAYS_SUBDIRS = \
+       gst sys ext             \
+-      po                      \
+       common                  \
+       m4                      \
+       pkgconfig
-- 
1.8.3.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to