26 lines
797 B
Plaintext
26 lines
797 B
Plaintext
|
# Template file for 'gupnp-dlna'
|
||
|
pkgname=gupnp-dlna
|
||
|
version=0.6.1
|
||
|
homepage="http://gupnp.org/"
|
||
|
distfiles="$homepage/sites/all/files/sources/$pkgname-$version.tar.gz"
|
||
|
build_style=gnu_configure
|
||
|
configure_args="--disable-static"
|
||
|
short_desc="GUPnP DLNA"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
license="LGPL-2.1"
|
||
|
checksum=b87a5949602a57ab47d1a3210ff199b4b64fd6109476749bcd711db5d7c19e1c
|
||
|
long_desc="
|
||
|
UPnP DLNA is a small utility library that aims to ease the DLNA-related tasks
|
||
|
such as media profile guessing, transcoding to a given profile, etc."
|
||
|
|
||
|
subpackages="${pkgname}-devel"
|
||
|
|
||
|
Add_dependency run glibc
|
||
|
Add_dependency run gst-plugins-base
|
||
|
Add_dependency run gstreamer
|
||
|
Add_dependency run glib
|
||
|
Add_dependency run libxml2
|
||
|
|
||
|
Add_dependency build pkg-config
|
||
|
Add_dependency build gst-plugins-base-devel
|