Commit graph

11 commits

Author SHA1 Message Date
OBATA Akio
4cd0dbd4e3 Need magic to build. 2008-10-29 04:30:46 +00:00
OBATA Akio
012d25fa35 Update gmediaserver to 0.13.0
2007-11-10: GMediaServer 0.13.0 released.
  This project is looking for a new maintainer!
    Unfortunately I have found it more and more difficult to find time and
    motivation to continue working on this project. If anyone is interesting
    taking over development and support for GMediaServer on Savannah, please
    let me know!
  Link libmagic with zlib optionally.
  Link libupnp with pthread optionally - fix for FreeBSD (bug reported by
  Olaf).
  Fix bug in parsing of sort criterias (reported by Canola maintainer
  Gustavo Sverzut Barbieri).
  Change license to GPLv3.
  Minor manual updates.
  Added some supported devices.
  Added Playstation 3 support (patch from FUKAUMI Naoki, thanks!).
  Added preliminary DLNA support.
  Enable large file support in GMediaServer, fixing some weird problems.
  GMediaServer will now work with libupnp 1.6.1.
2007-11-12 10:52:33 +00:00
OBATA Akio
18d2af9a0b Added rc script. 2007-08-23 14:09:39 +00:00
OBATA Akio
9a734e9098 Change to use net/libupnp instead of wip/libupnp. 2007-08-19 02:21:42 +00:00
OBATA Akio
83d64a6082 Regen patches. 2007-06-05 07:05:35 +00:00
OBATA Akio
742abf9088 Update gmediaserver to 0.12.0.
2006-09-01: GMediaServer 0.12.0 released.
  Fix compilation problems by including more headers in various places
  (from Jan Ceuleers, Sebastian Marek, Mohan Yellaji, and
  Alejandro Imass).
  Support libupnp 1.3.x properly by using headers in correct directory
  (from Jan Ceuleers).
  Added initial support for file types other than audio. Add support
  for JPEG images (patch from Jan Ceuleers).
  Use and depend on libmagic for file type identification.
  Add --file-types help to --help message.
  Fix libuuid detection (reported by Wayne Stallwood).
  Enable searching by adding 'searchable' attribute to containers (reported
  by Remi).
  Minor documentation improvements.
  Fix bug: GMediaServer would segfault when more than one directory was
  specified on the command line and one (or more) of them could not be
  scanned.
  Fix bugs: GMediaServer would segfault on any search.
  Output non-printable strings escaped properly.
2007-05-28 13:25:06 +00:00
OBATA Akio
81061313df Change my mail address to @NetBSD.org. 2007-04-01 02:19:12 +00:00
OBATA Akio
402ca22df5 pkglint say: INFO_FILES should be set to YES or yes. 2006-06-23 01:22:36 +00:00
OBATA Akio
7ff7cf9d7f Catch up to update of libupnp 2006-06-22 08:32:18 +00:00
Johnny C. Lam
37f83ea08f Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-18 00:46:27 +00:00
OBATA Akio
d426c0d7bd GMediaServer is a UPnP compatible media server for the GNU system. It is part of
the GNU project.

GMediaServer serves audio and video files to certain network connected media
players. Most hardware media players only play music and/or video--they don't
provide the media themselves. Those media files have to come from a device on
the network. GMediaServer is a server for such UPnP compatible media players,
including:

    * NETGEAR Wireless Digital Music Player (MP101)
    * Linksys(R) Wireless-B Music System (WMLS11B)
    * Linksys(R) Wireless-B Media Link for Music (WML11B)
    * Philips Streamium SL300i
    * Philips Streamium RC9800i
    * Omnifi DMS1
    * SMC EZ Stream 11Mbps Wireless Audio Adaptor (SMCWAA-B)
    * D-Link DSM-520 Wireless HD Media Player
    * Roku SoundBridge Network Music Player M1000
    * Terratec NOXON 2 audio

Other UPnP media players (including software based) may work as well--see the
manual for a more complete list.
2006-04-14 11:46:34 +00:00