grup-düzenlemeleri
This commit is contained in:
parent
7e7ae1b918
commit
66f02fc08a
|
@ -2,18 +2,19 @@
|
|||
# URL: http://gstreamer.freedesktop.org/
|
||||
# Paketçi: milisarge
|
||||
# Gerekler: gstreamer1-plugins-base flac gdk-pixbuf libjpeg-turbo libpng libsoup libvpx
|
||||
# Grup: medya
|
||||
|
||||
isim=gstreamer1-plugins-good
|
||||
surum=1.6.3
|
||||
devir=1
|
||||
_isim=gst-plugins-good
|
||||
kaynak=(http://gstreamer.freedesktop.org/src/${_name}/${_name}-$surum.tar.xz)
|
||||
kaynak=(http://gstreamer.freedesktop.org/src/${_isim}/${_isim}-$surum.tar.xz)
|
||||
|
||||
derle() {
|
||||
cd ${_name}-$surum
|
||||
cd ${_isim}-$surum
|
||||
./configure --prefix=/usr \
|
||||
--with-package-isim="GStreamer Good Plugins Milis" \
|
||||
--with-package-origin="https://milis.gungre.ch/"
|
||||
--with-package-name="GStreamer Good Plugins Milis" \
|
||||
--with-package-origin="https://milislinux.org/"
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
|
Loading…
Reference in New Issue