asterisk: update to 20.9.2
[openadk.git] / package / gst-plugins-base / Makefile
blobc612cd63ed72192982a1f882c9d2d86b2dd7bb59
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-base
7 PKG_VERSION:= 1.19.3
8 PKG_RELEASE:= 1
9 PKG_HASH:= e277f198623a26c1b0a1e19734656392e9368bebf3677cd94262a1316a960827
10 PKG_DESCR:= gstreamer base 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-base/
16 PKG_OPTS:= dev
18 include $(ADK_TOPDIR)/mk/package.mk
20 $(eval $(call PKG_template,GST_PLUGINS_BASE,gst-plugins-base,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
22 WRKBUILD= $(WRKDIR)/$(PKG_NAME)-obj
24 CONFIG_STYLE:= meson
25 BUILD_STYLE:= meson
26 INSTALL_STYLE:= meson
28 TARGET_CPPFLAGS+= -D_GNU_SOURCE -D_POSIX_SOURCE
30 gst-plugins-base-install:
31 $(INSTALL_DIR) $(IDIR_GST_PLUGINS_BASE)/usr/lib/gstreamer-1.0/
32 $(CP) $(WRKINST)/usr/lib/gstreamer-1.0/*.so \
33 $(IDIR_GST_PLUGINS_BASE)/usr/lib/gstreamer-1.0/
34 $(CP) $(WRKINST)/usr/lib/libgst*.so* \
35 $(IDIR_GST_PLUGINS_BASE)/usr/lib
37 include ${ADK_TOPDIR}/mk/pkg-bottom.mk