New package gupnp-dlna-0.6.1.

This commit is contained in:
Juan RP 2011-10-02 23:17:22 +02:00
parent 552e0fea2e
commit dceef72268
5 changed files with 45 additions and 0 deletions

1
srcpkgs/gupnp-dlna-devel Symbolic link
View File

@ -0,0 +1 @@
gupnp-dlna

View File

@ -0,0 +1,2 @@
abi_depends=">=0.6.1"
api_depends="${abi_depends}"

View File

@ -0,0 +1,16 @@
# Template file for 'gupnp-dlna-devel'.
#
short_desc="${short_desc} - development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run gst-plugins-base-devel
Add_dependency run gupnp-dlna
do_install()
{
vmove usr/include usr
vmove usr/share/gtk-doc usr/share
vmove usr/lib/pkgconfig usr/lib
}

View File

@ -0,0 +1,25 @@
# 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

View File

@ -859,3 +859,4 @@ libgrlnet-0.1.so grilo grilo-devel
libquvi.so quvi quvi-devel
libepc-1.0.so libepc libepc-devel
libepc-ui-1.0.so libepc libepc-devel
libgupnp-dlna-1.0.so gupnp-dlna gupnp-dlna-devel