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

# 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='gstreamer32 pango32 alsa-lib32 libogg32 libtheora32 libvorbis32'
SLACKDESC='gst-plugins-base32: gst-plugins-base32 0.10.13 (Basic Gstreamer plugins)  
gst-plugins-base32:  
gst-plugins-base32: The GStreamer Base Plug-ins is a well-groomed and 
gst-plugins-base32: well-maintained collection of GStreamer plug-ins and 
gst-plugins-base32: elements, spanning the range of possible types of elements 
gst-plugins-base32: one would want to write for GStreamer. It also contains 
gst-plugins-base32: helper libraries and base classes useful for writing 
gst-plugins-base32: elements. A wide range of video and audio decoders, 
gst-plugins-base32: encoders, and filters are included.  
gst-plugins-base32: 
gst-plugins-base32: This contains 32-bit version of the library.
'

### default pkg_download
### default pkg_prepare
### package - only collect the libraries
pkg_package() {
	rm -rf bin sbin usr/bin usr/sbin usr/include usr/share
	mkdir -p usr/share &&
	mv -v tmp/gir usr/share/gir-1.0-$USE_ARCH
}

### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf &&	
	pkg_build_slackdesc &&

	# multilib
	mkdir -p /tmp/gir && mv -v /usr/share/gir-1.0/* /tmp/gir

}


