2009-12-07 16:48:24 +00:00
|
|
|
#
|
2010-07-05 01:51:21 +00:00
|
|
|
# Copyright (C) 2009-2010 OpenWrt.org
|
2009-12-07 16:48:24 +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-ugly
|
2010-07-05 01:51:21 +00:00
|
|
|
PKG_VERSION:=0.10.15
|
|
|
|
PKG_RELEASE:=1
|
2009-12-07 16:48:24 +00:00
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
|
|
|
PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-ugly/
|
2010-07-05 01:51:21 +00:00
|
|
|
PKG_MD5SUM:=21c034a762a5da252f91640e53bfe457
|
2009-12-07 16:48:24 +00:00
|
|
|
|
2010-07-05 01:51:21 +00:00
|
|
|
PKG_BUILD_DEPENDS:= gstreamer gst-plugins-base liboil
|
2009-12-07 16:48:24 +00:00
|
|
|
|
2010-07-05 01:51:21 +00:00
|
|
|
PKG_FIXUP:=libtool
|
|
|
|
PKG_INSTALL:=1
|
2009-12-07 16:48:24 +00:00
|
|
|
|
2010-07-05 01:51:21 +00:00
|
|
|
include $(INCLUDE_DIR)/package.mk
|
2011-02-07 01:35:38 +00:00
|
|
|
include $(INCLUDE_DIR)/nls.mk
|
2009-12-07 16:48:24 +00:00
|
|
|
|
2010-07-05 01:51:21 +00:00
|
|
|
define Package/gstreamer/Default
|
|
|
|
CATEGORY:=Multimedia
|
|
|
|
SECTION:=multimedia
|
|
|
|
TITLE:=GStreamer
|
2009-12-07 16:48:24 +00:00
|
|
|
URL:=http://gstreamer.freedesktop.org/
|
2010-07-15 23:57:42 +00:00
|
|
|
DEPENDS:= @!LINUX_2_4
|
2009-12-07 16:48:24 +00:00
|
|
|
endef
|
|
|
|
|
2010-07-05 01:51:21 +00:00
|
|
|
define Package/gstreamer/description/Default
|
|
|
|
GStreamer open source multimedia framework
|
2009-12-07 16:48:24 +00:00
|
|
|
endef
|
|
|
|
|
2010-07-05 01:51:21 +00:00
|
|
|
|
|
|
|
define Package/gst-plugins-ugly
|
|
|
|
$(call Package/gstreamer/Default)
|
|
|
|
TITLE+= plugins collection (ugly)
|
|
|
|
DEPENDS+= $(GST_DEPENDS)
|
2009-12-07 16:48:24 +00:00
|
|
|
endef
|
|
|
|
|
2010-07-05 01:51:21 +00:00
|
|
|
define Package/gts-plugins-ugly/description
|
|
|
|
$(call Package/gstreamer/description/Default)
|
|
|
|
.
|
|
|
|
This meta package contains only dependencies to the other plugins from
|
|
|
|
the ugly plugins collection.
|
2009-12-07 16:48:24 +00:00
|
|
|
endef
|
|
|
|
|
2010-07-05 01:51:21 +00:00
|
|
|
|
|
|
|
GST_VERSION:=0.10
|
|
|
|
|
|
|
|
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
|
2009-12-07 16:48:24 +00:00
|
|
|
endef
|
|
|
|
|
2010-07-05 01:51:21 +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 (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)/ \
|
2009-12-07 16:48:24 +00:00
|
|
|
)
|
2010-07-05 01:51:21 +00:00
|
|
|
endef
|
2009-12-07 16:48:24 +00:00
|
|
|
|
2010-07-05 01:51:21 +00:00
|
|
|
$$(eval $$(call BuildPackage,gst-mod-$(1)))
|
2009-12-07 16:48:24 +00:00
|
|
|
endef
|
|
|
|
|
2010-07-05 01:51:21 +00:00
|
|
|
$(eval $(call GstBuildPlugin,lame,MP3 encoder (using LAME),,,+lame-lib))
|
|
|
|
$(eval $(call GstBuildPlugin,mad,MP3 decoder (using MAD),audio tag,,+libid3tag +libmad))
|
2009-12-07 16:48:24 +00:00
|
|
|
|
2010-07-05 01:51:21 +00:00
|
|
|
$(eval $(call BuildPackage,gst-plugins-ugly))
|