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

29 lines
828 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 ffmpeg eklentileri
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: gstreamer gstreamer-plugins-base yasm sdl
isim=gstreamer-plugins-ffmpeg
surum=0.10.13
devir=1
_isim=gst-ffmpeg
kaynak=(http://gstreamer.freedesktop.org/src/${_name}/${_name}-$surum.tar.bz2
http://downloads.nutyx.org/files/patchs/$isim/h264_qpel_mmx.patch)
derle() {
unset CFLAGS
unset CXXFLAGS
cd ${_name}-$surum
patch -Np1 -i ../h264_qpel_mmx.patch
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--with-ffmpeg-extra-configure="--enable-runtime-cpudetect" \
--with-package-isim='PisiLinux gstreamer-ffmpeg package' \
--with-package-origin='https://milis.gungre.ch/'
make || make -j1
make DESTDIR=$PKG install
}