dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/

packages/net-libs/gupnp-dlna/gupnp-dlna-0.4.2.exheres-0 (663B) - raw

      1 # Copyright 2011 Dan Callaghan <djc@djc.id.au>
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 SUMMARY="GUPnP DLNA is a small utility library that aims to ease the DLNA-related tasks
      5 such as media profile guessing, transcoding to a given profile, etc."
      6 HOMEPAGE="http://gupnp.org/"
      7 DOWNLOADS="http://gupnp.org/sites/all/files/sources/${PNV}.tar.gz"
      8 
      9 LICENCES="LGPL-2"
     10 SLOT="1.0"
     11 PLATFORMS="~amd64 ~x86"
     12 
     13 DEPENDENCIES="
     14     build:
     15         dev-util/pkg-config
     16     build+run:
     17         dev-libs/libxml2:2.0[>=2.5.0]
     18         media-libs/gstreamer:0.10[>=0.10.29.2]
     19         media-plugins/gst-plugins-base:0.10[>=0.10.29.2]
     20 "
     21 
     22 BUGS_TO="djc@djc.id.au"
     23