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

30 lines
842 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# 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
2018-08-13 10:27:35 +02:00
# Grup: medya
2018-06-09 00:06:58 +02:00
isim=gstreamer-plugins-ffmpeg
surum=0.10.13
devir=1
_isim=gst-ffmpeg
2018-08-13 10:27:35 +02:00
kaynak=(http://gstreamer.freedesktop.org/src/${_isim}/${_isim}-$surum.tar.bz2
2018-06-09 00:06:58 +02:00
http://downloads.nutyx.org/files/patchs/$isim/h264_qpel_mmx.patch)
derle() {
unset CFLAGS
unset CXXFLAGS
2018-08-13 10:27:35 +02:00
cd ${_isim}-$surum
2018-06-09 00:06:58 +02:00
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
}