19 lines
601 B
Plaintext
19 lines
601 B
Plaintext
|
# Description: GStreamer Multimedia Framework ugly Plugins
|
||
|
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html
|
||
|
# Packager: pierre at nutyx dot org
|
||
|
# Depends on: gstreamer1-plugins-base lame libdvdread liba52 libmad libmpeg2
|
||
|
name=gstreamer1-plugins-ugly
|
||
|
release=1
|
||
|
|
||
|
source=(http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-$version.tar.xz )
|
||
|
|
||
|
build() {
|
||
|
cd gst-plugins*
|
||
|
|
||
|
./configure --prefix=/usr \
|
||
|
--with-package-name="GStreamer Ugly Plugins $version BLFS" \
|
||
|
--with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/"
|
||
|
make
|
||
|
make DESTDIR=$PKG install
|
||
|
}
|