diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-30 22:55:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-30 22:55:47 +0100 |
commit | 91045196d7b7f7864d687fbc509ba4068eb21112 (patch) | |
tree | 080c4704ebeaf760c1c6041796e5fc47e05cad37 /package/gst-plugins-good | |
parent | af202496d1db8f2f598cb14980f8c839d0ce883d (diff) |
gst-plugins-good: new package
Diffstat (limited to 'package/gst-plugins-good')
-rw-r--r-- | package/gst-plugins-good/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/package/gst-plugins-good/Makefile b/package/gst-plugins-good/Makefile new file mode 100644 index 000000000..9719bee59 --- /dev/null +++ b/package/gst-plugins-good/Makefile @@ -0,0 +1,30 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include $(ADK_TOPDIR)/rules.mk + +PKG_NAME:= gst-plugins-good +PKG_VERSION:= 1.6.2 +PKG_RELEASE:= 1 +PKG_HASH:= 876e54dfce93274b98e024f353258d35fa4d49d1f9010069e676c530f6eb6a92 +PKG_DESCR:= gstreamer good plugins +PKG_SECTION:= libs/video +PKG_DEPENDS:= gstreamer +PKG_BUILDDEP:= gstreamer libvorbis libtheora alsa-lib +PKG_URL:= http://gstreamer.freedesktop.org/ +PKG_SITES:= http://gstreamer.freedesktop.org/src/gst-plugins-good/ +PKG_OPTS:= dev + +include $(ADK_TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,GST_PLUGINS_GOOD,gst-plugins-good,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) + +TARGET_CPPFLAGS+= -D_GNU_SOURCE -D_POSIX_SOURCE +CONFIGURE_ARGS+= --without-x + +gst-plugins-good-install: + $(INSTALL_DIR) $(IDIR_GST_PLUGINS_GOOD)/usr/lib/gstreamer-1.0/ + $(CP) $(WRKINST)/usr/lib/gstreamer-1.0/*.so \ + $(IDIR_GST_PLUGINS_GOOD)/usr/lib/gstreamer-1.0/ + +include ${ADK_TOPDIR}/mk/pkg-bottom.mk |