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

29 lines
828 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: GStreamer multimedya çerçevesi ffmpeg eklentileri
2016-07-21 16:51:34 +00:00
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html
2017-10-27 21:46:27 +03:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: gstreamer gstreamer-plugins-base yasm sdl
2016-07-21 16:51:34 +00:00
2017-10-28 15:10:23 +03: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 03:37:09 +03:00
2017-10-28 00:59:41 +03:00
derle() {
2016-07-21 16:51:34 +00:00
unset CFLAGS
unset CXXFLAGS
2017-10-28 15:10:23 +03:00
cd ${_name}-$surum
2016-07-21 16:51:34 +00:00
patch -Np1 -i ../h264_qpel_mmx.patch
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
2016-07-21 17:13:28 +00:00
--with-ffmpeg-extra-configure="--enable-runtime-cpudetect" \
2017-10-28 15:10:23 +03:00
--with-package-isim='PisiLinux gstreamer-ffmpeg package' \
2017-01-31 03:37:09 +03:00
--with-package-origin='https://milis.gungre.ch/'
2016-07-21 16:51:34 +00:00
make || make -j1
make DESTDIR=$PKG install
}