ltp: update to latest
[openadk.git] / package / gst-plugins-good / Makefile
blob53a6b09438af2ac66f959ff40c9023f9fca03bfe
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR)/rules.mk
6 PKG_NAME:= gst-plugins-good
7 PKG_VERSION:= 1.8.2
8 PKG_RELEASE:= 1
9 PKG_HASH:= 8d7549118a3b7a009ece6bb38a05b66709c551d32d2adfd89eded4d1d7a23944
10 PKG_DESCR:= gstreamer good plugins
11 PKG_SECTION:= libs/video
12 PKG_DEPENDS:= gstreamer
13 PKG_BUILDDEP:= gstreamer libvorbis libtheora alsa-lib
14 PKG_URL:= http://gstreamer.freedesktop.org/
15 PKG_SITES:= http://gstreamer.freedesktop.org/src/gst-plugins-good/
16 PKG_OPTS:= dev
18 include $(ADK_TOPDIR)/mk/package.mk
20 $(eval $(call PKG_template,GST_PLUGINS_GOOD,gst-plugins-good,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
22 TARGET_CPPFLAGS+= -D_GNU_SOURCE -D_POSIX_SOURCE
23 CONFIGURE_ARGS+= --without-x
25 gst-plugins-good-install:
26 $(INSTALL_DIR) $(IDIR_GST_PLUGINS_GOOD)/usr/lib/gstreamer-1.0/
27 $(CP) $(WRKINST)/usr/lib/gstreamer-1.0/*.so \
28 $(IDIR_GST_PLUGINS_GOOD)/usr/lib/gstreamer-1.0/
30 include ${ADK_TOPDIR}/mk/pkg-bottom.mk