summaryrefslogtreecommitdiff
path: root/multimedia/mediatomb
AgeCommit message (Collapse)AuthorFilesLines
2009-07-23Convert to user-destdir.wiz1-5/+7
2009-07-23Create the "share/applications" directory which was previously createdtron1-1/+4
by the (now removed) "xdg" package to fix the installation. While here set the license to "gnu-gpl-v2".
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-06-14Remove @dirrm entries from PLISTsjoerg1-9/+1
2009-06-12Bump for ffmpeg update.ahoka1-2/+2
2009-03-30make this build with 64-bit time_tdrochner4-1/+41
2009-01-27Tweak ffmpeg header paths, so mediatomb actually enables it.jmcneill4-4/+77
2009-01-09Fix build problem with latest version of the Curl library using the patchtron2-1/+19
from MediaTomb's bug tracker on SourceForge.
2009-01-05PR# pkg/40290: multimedia/mediatomb doesn't install example config.xmljmcneill6-8/+156
* Allow for rc.conf to override the user and group that the mediatomb service uses. * Install example config.xml to /usr/pkg/share/examples/mediatomb * Don't clobber permissions on /var/mediatomb in PRE-INSTALL script * Install an xdg menu shortcut that points to the mediatomb 'bookmark' html page; since mediatomb selects a random port number at startup, this is a quick way to connect to the local server without having to check the log files to see what port was used this time. * Bump PKGREVISION
2008-12-18Recursive dependency bump for multimedia/x264-devel. It's toughbjs1-2/+2
to know which packages are affected by the update and how, so to be safe, I'm doing a full bump.
2008-11-03Improvements for the "mediatomb" package:tron4-3/+57
1.) Create a user and group "mediatomb" for running the server to restrict the files which can be accessed. 2.) Add a startup script to start the server automatically. Bump package revision because of these fixes. Changes approved by Alistair Crooks.
2008-09-08Bump revision because of the ffmpeg update.ahoka1-1/+2
2008-04-11Add a javascript option to mediatomb (via pkgsrc/lang/spidermonkey).agc2-1/+17
2008-04-11Add two patches to recognise the "mp4" file extension as a "video/mp4"agc3-1/+27
type, which lets mp4 files be added to the database, and get presented via UPnP. There are two files because the basic mappings are specified in the config.xml file, which is generated by a C++ program, and there's a corresponding change to the mappings.xml file which is kept around as source. With thanks to Jared for the mapping information.
2008-04-11Make sure some other packages are installed as pre-requisites foragc1-1/+4
mediatomb: libexif taglib zlib
2008-04-10Get rid of a harmless trailing line in a patch file, noticed byagc2-4/+3
OBATA Akio. Regenerate patch checksum
2008-04-09Initial import of mediatomb-0.11.0 into the packages collection.agc9-0/+212
MediaTomb is an open source (GPL) UPnP MediaServer with a nice web user interface, it allows you to stream your digital media through your home network and listen to/watch it on a variety of UPnP compatible devices. MediaTomb implements the UPnP MediaServer V 1.0 specification that can be found on http://www.upnp.org/. The current implementation focuses on parts that are required by the specification, however we look into extending the functionality to cover the optional parts of the spec as well. MediaTomb should work with any UPnP compliant MediaRenderer, please tell the authors if you experience difficulties with particular models, also take a look at the Supported Devices list for more information. With thanks to Jared Macneill for the patches to make this compile on NetBSD. Oh, and works very nicely with my Archos 605 (not in the Supported Devices list).