2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: GStreamer multimedya çerçevesi taban eklentileri
|
2016-07-21 18:51:34 +02:00
|
|
|
|
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: alihan-ozturk28@hotmail.com
|
|
|
|
|
# Gerekler: 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
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=gstreamer-plugins-base
|
|
|
|
|
surum=0.10.36
|
|
|
|
|
devir=1
|
|
|
|
|
_isim=gst-plugins-base
|
|
|
|
|
kaynak=(https://gstreamer.freedesktop.org/src/${_name}/${_name}-$surum.tar.xz
|
2016-07-21 18:51:34 +02:00
|
|
|
|
http://www.linuxfromscratch.org/patches/downloads/gst-plugins-base/gst-plugins-base-0.10.36-gcc_4_9_0_i686-1.patch)
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd ${_name}-$surum
|
2016-07-21 18:51:34 +02:00
|
|
|
|
[ "`uname -m`" == "i686" ] && patch -Np1 -i ../gst-plugins-base-0.10.36-gcc_4_9_0_i686-1.patch
|
|
|
|
|
./configure --prefix=/usr \
|
2017-10-28 14:10:23 +02:00
|
|
|
|
--with-package-isim='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
|
|
|
|
|
}
|