aboutsummaryrefslogtreecommitdiff
path: root/multimedia/bmpx
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on amd64.Roman Bogorodskiy2006-01-061-1/+1
| | | | | | | Submitted by: Anish Mistry <mistry.7@osu.edu> Notes: svn path=/head/; revision=152876
* Chase libversion bumb to libMagick.so.9Edwin Groothuis2006-01-051-1/+1
| | | | | | | PR: ports/91270 Notes: svn path=/head/; revision=152778
* Fix build with dbus-0.60.Joe Marcus Clarke2005-12-311-0/+11
| | | | Notes: svn path=/head/; revision=152505
* Chase the dbus shared lib version.Joe Marcus Clarke2005-12-311-2/+2
| | | | Notes: svn path=/head/; revision=152498
* Sync with libxine shared library version bump.MANTANI Nobutaka2005-12-101-1/+2
| | | | Notes: svn path=/head/; revision=150832
* Update to 0.12.9.Roman Bogorodskiy2005-11-267-119/+132
| | | | | | | | PR: 89581, 89274 (based on) Submitted by: Ports Fury, David Le Brun <david@dyn-ns.net> Notes: svn path=/head/; revision=149584
* Add BMPx, an audio player that can be either used with a built-inRoman Bogorodskiy2005-11-237-0/+311
frontend which currently utilizes Winamp 2.x compatible skins, or as a daemon for other frontends to connect via a DBus interface. It can run under X11 with graphical GUIs, or without X under plain UNIX terminal as a daemon (in which case it requires a different frontend connecting to it via DBus). http://bmpx.berlios.de/ Notes: svn path=/head/; revision=149168