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

23 lines
899 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
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' \
--with-package-origin='https://milis.gungre.ch/'
make
make DESTDIR=$PKG install
}