NOTICE: This package has been removed from pkgsrc

./wip/gmediaserver, UPnP compatible media server for the GNU system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.13.0, Package name: gmediaserver-0.13.0, Maintainer: obache

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.


Required to run:
[audio/id3lib] [audio/taglib] [net/libupnp]

Required to build:
[lang/perl5] [devel/gmake] [devel/pkg-config]

Master sites:

SHA1: 5b868bc3c3d3bf0c2c550a4fc618c586a2640799
RMD160: 57fb849172d28e8adcff2234c787d552c16bde9a
Filesize: 652.618 KB

Version history: (Expand)


CVS history: (Expand)


   2010-05-20 06:31:16 by OBATA Akio | Files touched by this commit (6) | Package removed
Log message:
Imported as pkgsrc/multimedia/gmediaserver.
   2010-05-15 14:15:58 by OBATA Akio | Files touched by this commit (1)
Log message:
LICENSE=gnu-gpl-v3.
   2008-10-29 05:30:46 by OBATA Akio | Files touched by this commit (1)
Log message:
Need magic to build.
   2007-11-12 11:52:33 by OBATA Akio | Files touched by this commit (5) | Package updated
Log message:
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-08-23 16:09:39 by OBATA Akio | Files touched by this commit (3)
Log message:
Added rc script.
   2007-08-19 04:21:42 by OBATA Akio | Files touched by this commit (3)
Log message:
Change to use net/libupnp instead of wip/libupnp.
   2007-06-05 09:05:36 by OBATA Akio | Files touched by this commit (3)
Log message:
Regen patches.
   2007-05-28 15:25:07 by OBATA Akio | Files touched by this commit (5)
Log message:
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.