gstreamer-plugins-ugly.duzenlendi
This commit is contained in:
parent
a5b86ba9e6
commit
fea9761917
|
@ -14,9 +14,9 @@ source=( http://gstreamer.freedesktop.org/src/${_name}/${_name}-$version.tar.xz
|
||||||
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