### this file is sourced not run
PKGVER=0.10.36
PKGBUILD=1
PKGARCH=x86_64

# BLFS 7.5
TARBALL=gst-plugins-base-0.10.36.tar.xz
MD5SUM=3d2337841b132fe996e5eb2396ac9438
SRC_URL=http://ftp.gnome.org/pub/gnome/sources/gst-plugins-base/0.10/$TARBALL
BUNDLE=

SLACKREQ='gstreamer pango alsa-lib libogg libtheora libvorbis'
SLACKDESC='gst-plugins-base: gst-plugins-base 0.10.13 (Basic Gstreamer plugins)  
gst-plugins-base:  
gst-plugins-base: The GStreamer Base Plug-ins is a well-groomed and 
gst-plugins-base: well-maintained collection of GStreamer plug-ins and 
gst-plugins-base: elements, spanning the range of possible types of elements 
gst-plugins-base: one would want to write for GStreamer. It also contains 
gst-plugins-base: helper libraries and base classes useful for writing 
gst-plugins-base: elements. A wide range of video and audio decoders, 
gst-plugins-base: encoders, and filters are included.  
gst-plugins-base: 
gst-plugins-base:
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf &&	
	pkg_build_slackdesc &&
	
	# multilib
	mv -v /usr/share/gir-1.0/* /usr/share/gir-1.0-$USE_ARCH	&&
	rm -r /usr/share/gir-1.0
}


