milis/talimatname/genel/gstreamer-plugins-base/talimat

23 lines
906 B
Plaintext
Raw Normal View History

2017-03-24 13:00:12 +01:00
# Description: GStreamer multimedya çerçevesi taban eklentileri
2016-07-21 18:51:34 +02:00
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html
# Packager: alihan-ozturk28@hotmail.com
2017-01-31 01:37:09 +01:00
# Depends on: gstreamer alsa-lib pango cdparanoia libogg libtheora libvorbis xorg-libxv xorg-libxcursor xorg-libxdamage xorg-libxrandr xorg-libxinerama
2016-07-21 18:51:34 +02:00
name=gstreamer-plugins-base
version=0.10.36
release=1
_name=gst-plugins-base
source=(https://gstreamer.freedesktop.org/src/${_name}/${_name}-$version.tar.xz
http://www.linuxfromscratch.org/patches/downloads/gst-plugins-base/gst-plugins-base-0.10.36-gcc_4_9_0_i686-1.patch)
build() {
cd ${_name}-$version
[ "`uname -m`" == "i686" ] && patch -Np1 -i ../gst-plugins-base-0.10.36-gcc_4_9_0_i686-1.patch
./configure --prefix=/usr \
--with-package-name='Milis gstreamer-plugins-base package' \
2017-01-31 01:37:09 +01:00
--with-package-origin='https://milis.gungre.ch/'
2016-07-21 18:51:34 +02:00
make
make DESTDIR=$PKG install
}