23 lines
594 B
Plaintext
23 lines
594 B
Plaintext
# Description: GStreamer Multimedia Framework Base Plugins
|
|
# URL: http://gstreamer.freedesktop.org/
|
|
# Packager: alihan-ozturk28@hotmail.com
|
|
# Depends on: gstreamer1 alsa-lib gobject-introspection iso-codes libtheora libvorbis pango
|
|
|
|
|
|
name=gstreamer1-plugins-base
|
|
version=1.6.3
|
|
release=1
|
|
_name=gst-plugins-base
|
|
|
|
source=(http://gstreamer.freedesktop.org/src/${_name}/${_name}-$version.tar.xz)
|
|
|
|
build() {
|
|
cd ${_name}-$version
|
|
./configure --prefix=/usr \
|
|
--with-package-name="GStreamer Base Plugins for Milis" \
|
|
--with-package-origin="https://milis.gungre.ch/"
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|