summaryrefslogtreecommitdiff
path: root/net/libdlna
AgeCommit message (Collapse)AuthorFilesLines
2013-03-16recursive bump from ffmpeg shlib major changesobache2-3/+4
2012-10-25update to 0.2.4drochner7-92/+6
change: adjust to newer ffmpeg API
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-22Recursive revbump from multimedia/libvpx 1.1.0 updateryoon2-4/+4
2012-09-22try to fix hard-coded `install' comnad path.obache1-1/+6
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2011-11-16Recursive bump for multimedia/ffmpeg buildlink addition.sbd2-2/+4
2010-05-23Import libdlna-0.2.3 as net/libdlna.obache11-0/+171
libdlna aims at being the reference open-source implementation of DLNA (Digital Living Network Alliance) standards. Its primary goal is to provide DLNA support to uShare, an embedded DLNA & UPnP A/V Media Server, but it will be used to build both DLNA servers and players in the long term. libdlna is written in C and relies on FFMPEG librairies (libavformat and libavcodec) to handle and demux A/V streams. You still need libupnp to provide basic UPnP support to your project. libdlna is based on official DLNA specifications and aims at a providing a complete respect of the defined standards. Right now, libdlna can be used to build compliant DLNA Media Servers. libdlna is free software - it is licensed under the terms of the GNU Lesser General Public License (LGPL).