gstreamer-plugins-ugly.duzenlendi
This commit is contained in:
parent
a5b86ba9e6
commit
fea9761917
|
@ -9,15 +9,15 @@ release=1
|
|||
_name=gst-plugins-ugly
|
||||
|
||||
source=( http://gstreamer.freedesktop.org/src/${_name}/${_name}-$version.tar.xz
|
||||
http://www.linuxfromscratch.org/patches/downloads/gst-plugins-ugly/gst-plugins-ugly-$version-libcdio_fixes-1.patch)
|
||||
http://www.linuxfromscratch.org/patches/downloads/gst-plugins-ugly/gst-plugins-ugly-$version-libcdio_fixes-1.patch )
|
||||
|
||||
build() {
|
||||
cd ${_name}-$version
|
||||
patch -Np1 -i ../gst-plugins-ugly-$version-libcdio_fixes-1.patch
|
||||
./configure --prefix=/usr
|
||||
--with-package-name=\"Milis gstreamer-plugins-ugly package\" \
|
||||
--with-package-origin=\"https://milis.gungre.ch/"
|
||||
cd ${_name}-$version
|
||||
patch -Np1 -i ../gst-plugins-ugly-$version-libcdio_fixes-1.patch
|
||||
./configure --prefix=/usr \
|
||||
--with-package-name="Milis gstreamer-plugins-ugly" \
|
||||
--with-package-origin="https://milis.gungre.ch/"
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue