talimat 905 B

123456789101112131415161718192021222324
  1. # Tanım: GStreamer multimedya çerçevesi taban eklentileri
  2. # URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html
  3. # Paketçi: alihan-ozturk28@hotmail.com
  4. # Gerekler: gstreamer alsa-lib pango cdparanoia libogg libtheora libvorbis xorg-libxv xorg-libxcursor xorg-libxdamage xorg-libxrandr xorg-libxinerama
  5. # Grup: medya
  6. isim=gstreamer-plugins-base
  7. surum=0.10.36
  8. devir=1
  9. _isim=gst-plugins-base
  10. kaynak=(https://gstreamer.freedesktop.org/src/${_name}/${_name}-$surum.tar.xz
  11. http://www.linuxfromscratch.org/patches/downloads/gst-plugins-base/gst-plugins-base-0.10.36-gcc_4_9_0_i686-1.patch)
  12. derle() {
  13. cd ${_name}-$surum
  14. [ "`uname -m`" == "i686" ] && patch -Np1 -i ../gst-plugins-base-0.10.36-gcc_4_9_0_i686-1.patch
  15. ./configure --prefix=/usr \
  16. --with-package-isim='Milis gstreamer-plugins-base package' \
  17. --with-package-origin='https://milis.gungre.ch/'
  18. make
  19. make DESTDIR=$PKG install
  20. }