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