123456789101112131415161718192021222324 |
- # Tanım: GStreamer multimedya çerçevesi taban eklentileri
- # URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html
- # 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
- # Grup: medya
- 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
- http://www.linuxfromscratch.org/patches/downloads/gst-plugins-base/gst-plugins-base-0.10.36-gcc_4_9_0_i686-1.patch)
- derle() {
- cd ${_name}-$surum
- [ "`uname -m`" == "i686" ] && patch -Np1 -i ../gst-plugins-base-0.10.36-gcc_4_9_0_i686-1.patch
- ./configure --prefix=/usr \
- --with-package-isim='Milis gstreamer-plugins-base package' \
- --with-package-origin='https://milis.gungre.ch/'
- make
- make DESTDIR=$PKG install
- }
|