Commit graph

31 commits

Author SHA1 Message Date
sbd
7a8d46dc2b Add missing sysutils/file buildlink.
Bump PKGREVISION
2011-11-27 08:10:12 +00:00
sbd
3e204c0c3d Recursive bump for multimedia/ffmpeg buildlink addition. 2011-11-16 01:33:15 +00:00
tron
c4b9005bcd Adapt Rene Hexel's patch for "pupnp" to make this build under NetBSD
and FreeBSD with the "lwres" library. This allows us to remove the
problematic dependence on the "bind97" package. Fix suggested by
OBATA Akio on the "tech-pkg" mailing list.

Approved by Thomas Klausner.
2011-09-24 22:33:25 +00:00
obache
f38363508f recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
obache
5a2e0ee478 fixes build on DragonFly BSD. 2011-04-24 13:51:52 +00:00
obache
0e2c97799a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
adam
bbc7b522d0 Fix building with Clang; pkglint complains cleaned-up 2011-04-14 07:26:34 +00:00
tron
903eedb9ad Prefer BIND 9.7 in dependence as this is the latest production release.
Also take over maintainership on suggestion by Alistair Crooks.
2011-01-14 08:22:55 +00:00
tron
722fd58cae Don't install "config.xml" word readable as it contains the unencrypted
password for the web user interface. Bump package revision because of
this change.
2010-12-26 22:33:33 +00:00
agc
d6163c94a3 Update mediatomb to version 0.12.1, from patch from Jan Danielsson in
private mail.

	MediaTomb 0.12.1 is a minor bugfix release which fixes:
	- YouTube support
	- a problem in the soap response http header
	- automatic id3lib detection when taglib is not available

	The following patches are no longer needed as they have been integrated
	upstream:
	patches/patch-aa
	patches/patch-ab
	patches/patch-ac
	patches/patch-ad
	patches/patch-ae
	patches/patch-ah
	patches/patch-ai
	patches/patch-aj
2010-11-27 06:30:24 +00:00
obache
edfece35e4 from patch-ad, requirement of lwres (bind95) is only for NetBSD.
(FreeBSD has it in base).
2010-10-03 02:14:26 +00:00
tron
9d6a53927d Bump the package revision as we now require a newer version of BIND and
the binary package changes.
2010-01-18 23:38:31 +00:00
tron
889947ab25 Use BIND 9.5.x by default. It works fine for me under NetBSD/amd64
since several month.
2010-01-18 23:10:15 +00:00
wiz
672ef23395 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
wiz
4e8e467958 Convert to user-destdir. 2009-07-23 12:36:56 +00:00
tron
b25620dee7 Create the "share/applications" directory which was previously created
by the (now removed) "xdg" package to fix the installation. While here
set the license to "gnu-gpl-v2".
2009-07-23 08:28:41 +00:00
wiz
6f7c23cfe5 Remove USE_DIRS from pkgsrc.
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-07-22 09:01:16 +00:00
joerg
24151e2b99 Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
ahoka
bb14b3f8cd Bump for ffmpeg update. 2009-06-12 17:24:53 +00:00
drochner
b7cc668b36 make this build with 64-bit time_t 2009-03-30 17:07:46 +00:00
jmcneill
1aac2e8850 Tweak ffmpeg header paths, so mediatomb actually enables it. 2009-01-27 04:05:50 +00:00
tron
ee54baa5ce Fix build problem with latest version of the Curl library using the patch
from MediaTomb's bug tracker on SourceForge.
2009-01-09 10:17:35 +00:00
jmcneill
2915008696 PR# pkg/40290: multimedia/mediatomb doesn't install example config.xml
* 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
2009-01-05 12:28:32 +00:00
bjs
8c2b0e2547 Recursive dependency bump for multimedia/x264-devel. It's tough
to know which packages are affected by the update and how, so to be
safe, I'm doing a full bump.
2008-12-18 17:28:16 +00:00
tron
c4cb7babd4 Improvements for the "mediatomb" package:
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-11-03 17:04:51 +00:00
ahoka
8b9e728a97 Bump revision because of the ffmpeg update. 2008-09-08 15:14:21 +00:00
agc
4d103733b6 Add a javascript option to mediatomb (via pkgsrc/lang/spidermonkey). 2008-04-11 14:41:27 +00:00
agc
b1ef430825 Add two patches to recognise the "mp4" file extension as a "video/mp4"
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-11 10:11:59 +00:00
agc
9eb76dab55 Make sure some other packages are installed as pre-requisites for
mediatomb:

	libexif
	taglib
	zlib
2008-04-11 09:29:19 +00:00
agc
11fc9c444a Get rid of a harmless trailing line in a patch file, noticed by
OBATA Akio.

Regenerate patch checksum
2008-04-10 09:09:37 +00:00
agc
cb1f647a1c Initial import of mediatomb-0.11.0 into the packages collection.
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).
2008-04-09 20:36:38 +00:00