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

29 lines
828 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: GStreamer multimedya çerçevesi ffmpeg 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 gstreamer-plugins-base yasm sdl
2016-07-21 18:51:34 +02:00
2017-10-28 14:10:23 +02:00
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)
2017-01-31 01:37:09 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2016-07-21 18:51:34 +02:00
unset CFLAGS
unset CXXFLAGS
2017-10-28 14:10:23 +02:00
cd ${_name}-$surum
2016-07-21 18:51:34 +02:00
patch -Np1 -i ../h264_qpel_mmx.patch
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
2016-07-21 19:13:28 +02:00
--with-ffmpeg-extra-configure="--enable-runtime-cpudetect" \
2017-10-28 14:10:23 +02:00
--with-package-isim='PisiLinux gstreamer-ffmpeg 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 -j1
make DESTDIR=$PKG install
}