2012-12-05 17:31:29 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2009-2012 OpenWrt.org
|
2008-10-03 14:02:46 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=gst-plugins-good
|
2012-12-05 17:31:29 +00:00
|
|
|
PKG_VERSION:=0.10.31
|
2010-07-05 01:49:55 +00:00
|
|
|
PKG_RELEASE:=1
|
2008-10-03 14:02:46 +00:00
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
|
|
|
PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-good/
|
2012-12-05 17:31:29 +00:00
|
|
|
PKG_MD5SUM:=
|
2008-10-13 15:42:27 +00:00
|
|
|
|
2010-07-05 01:49:55 +00:00
|
|
|
PKG_BUILD_DEPENDS:= gstreamer gst-plugins-base liboil
|
2008-10-03 14:02:46 +00:00
|
|
|
|
2011-03-13 22:44:13 +00:00
|
|
|
PKG_FIXUP:=autoreconf
|
2010-07-05 01:49:55 +00:00
|
|
|
PKG_INSTALL:=1
|
2008-10-03 14:02:46 +00:00
|
|
|
|
2010-07-05 01:49:55 +00:00
|
|
|
include $(INCLUDE_DIR)/package.mk
|
2011-02-07 01:35:38 +00:00
|
|
|
include $(INCLUDE_DIR)/nls.mk
|
2008-10-03 14:02:46 +00:00
|
|
|
|
2010-07-05 01:49:55 +00:00
|
|
|
define Package/gstreamer/Default
|
2008-10-03 14:02:46 +00:00
|
|
|
CATEGORY:=Multimedia
|
2010-07-05 01:49:55 +00:00
|
|
|
SECTION:=multimedia
|
|
|
|
TITLE:=GStreamer
|
2008-10-03 14:02:46 +00:00
|
|
|
URL:=http://gstreamer.freedesktop.org/
|
|
|
|
endef
|
|
|
|
|
2010-07-05 01:49:55 +00:00
|
|
|
define Package/gstreamer/description/Default
|
|
|
|
GStreamer open source multimedia framework
|
2009-12-07 16:48:29 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
|
2010-07-05 01:49:55 +00:00
|
|
|
define Package/gst-plugins-good
|
|
|
|
$(call Package/gstreamer/Default)
|
|
|
|
TITLE+= plugins collection (good)
|
|
|
|
DEPENDS+= $(GST_DEPENDS)
|
2009-12-07 16:48:29 +00:00
|
|
|
endef
|
|
|
|
|
2010-07-05 01:49:55 +00:00
|
|
|
define Package/gts-plugins-good/description
|
|
|
|
$(call Package/gstreamer/description/Default)
|
|
|
|
.
|
|
|
|
This meta package contains only dependencies to the other plugins from
|
|
|
|
the good plugins collection.
|
2008-10-03 14:02:46 +00:00
|
|
|
endef
|
|
|
|
|
2010-07-05 01:49:55 +00:00
|
|
|
|
|
|
|
GST_VERSION:=0.10
|
|
|
|
|
|
|
|
CONFIGURE_ARGS += \
|
|
|
|
--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/gst-plugins-good/install
|
|
|
|
/bin/true
|
2008-10-03 14:02:46 +00:00
|
|
|
endef
|
|
|
|
|
2010-07-05 01:49:55 +00:00
|
|
|
|
|
|
|
# 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 += +gst-mod-$(1)
|
|
|
|
|
|
|
|
define Package/gst-mod-$(1)
|
|
|
|
$(call Package/gstreamer/Default)
|
|
|
|
TITLE+= $(2) plugin (good)
|
|
|
|
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)/ \
|
|
|
|
)
|
2009-12-07 16:48:29 +00:00
|
|
|
endef
|
2008-10-03 14:02:46 +00:00
|
|
|
|
2010-07-05 01:49:55 +00:00
|
|
|
$$(eval $$(call BuildPackage,gst-mod-$(1)))
|
2008-10-03 14:02:46 +00:00
|
|
|
endef
|
|
|
|
|
2012-06-14 23:07:26 +00:00
|
|
|
$(eval $(call GstBuildPlugin,audiofx,audio effects,audio fft controller,,))
|
2010-07-05 01:49:55 +00:00
|
|
|
$(eval $(call GstBuildPlugin,autodetect,format auto-detection,,,))
|
2012-12-05 17:31:29 +00:00
|
|
|
$(eval $(call GstBuildPlugin,audioparsers,audio parsers,audio tag,,))
|
2010-07-05 01:49:55 +00:00
|
|
|
$(eval $(call GstBuildPlugin,cutter,audio cutter,audio,,))
|
|
|
|
$(eval $(call GstBuildPlugin,debug,debugging,,,))
|
|
|
|
$(eval $(call GstBuildPlugin,equalizer,audio equalizer,audio controller,,))
|
2012-06-14 23:07:26 +00:00
|
|
|
$(eval $(call GstBuildPlugin,flac,FLAC codec,audio pbutils tag,,+libflac))
|
2010-07-05 01:49:55 +00:00
|
|
|
$(eval $(call GstBuildPlugin,id3demux,ID3v1/v2 demuxer,pbutils tag,,))
|
2012-06-14 23:07:26 +00:00
|
|
|
$(eval $(call GstBuildPlugin,icydemux,icy demuxer,audio tag,,))
|
2010-07-05 01:49:55 +00:00
|
|
|
$(eval $(call GstBuildPlugin,interleave,audio interleave,audio,,))
|
2012-12-05 17:31:29 +00:00
|
|
|
$(eval $(call GstBuildPlugin,isomp4,isomp4,riff rtp tag pbutils audio,,))
|
2010-07-05 01:49:55 +00:00
|
|
|
$(eval $(call GstBuildPlugin,level,audio level,audio,,))
|
2012-12-05 17:31:29 +00:00
|
|
|
$(eval $(call GstBuildPlugin,multifile,multiple files access,video,,))
|
2010-07-05 01:49:55 +00:00
|
|
|
$(eval $(call GstBuildPlugin,multipart,multipart stream handling,,,))
|
2012-12-05 17:31:29 +00:00
|
|
|
$(eval $(call GstBuildPlugin,ossaudio,OSS audio support,audio interfaces,,))
|
2010-07-05 01:49:55 +00:00
|
|
|
$(eval $(call GstBuildPlugin,replaygain,volume normalization,pbutils,,))
|
2012-12-05 17:31:29 +00:00
|
|
|
$(eval $(call GstBuildPlugin,rtp,RTP,audio rtp tag pbutils,,))
|
2010-07-05 01:49:55 +00:00
|
|
|
$(eval $(call GstBuildPlugin,rtsp,RTSP,interfaces rtp rtsp sdp,,))
|
2012-12-05 17:31:29 +00:00
|
|
|
$(eval $(call GstBuildPlugin,souphttpsrc,soup input,tag,,+libsoup))
|
2010-07-05 01:49:55 +00:00
|
|
|
$(eval $(call GstBuildPlugin,spectrum,spectrum data output,audio fft,,))
|
|
|
|
$(eval $(call GstBuildPlugin,udp,UDP,netbuffer,,))
|
2012-06-14 23:07:26 +00:00
|
|
|
$(eval $(call GstBuildPlugin,wavenc,Wav encoder,riff,,))
|
2010-07-05 01:49:55 +00:00
|
|
|
$(eval $(call GstBuildPlugin,wavparse,Wav parser,audio riff tag,,))
|
|
|
|
|
|
|
|
$(eval $(call BuildPackage,gst-plugins-good))
|