aboutsummaryrefslogtreecommitdiffstats
path: root/audio/rhythmbox
Commit message (Collapse)AuthorAgeFilesLines
* Revert the previous commit since libxine can't be made into a package due tomarcus2003-09-221-5/+1
| | | | | its dependency on djbfft. Instead, explicitly link against libm to try and fix the package build.
* * If package building, use the libxine backend as there are issues withmarcus2003-09-221-0/+9
| | | | | | | | the gstreamer backend for now * Include a message that gstreamer-plugins needs MAD support for proper rb operation This should fix a plist problem on bento.
* Make sure we don't try to build with Vorbis if we don't have it installed.marcus2003-09-091-1/+1
| | | | Reported by: bento
* Update to 0.5.3.marcus2003-09-074-16/+5
|
* Fix a build problem when WITH_XINE is used.marcus2003-09-041-0/+13
| | | | | | PR: 56368 Submitted by: Frank Ruell <stoerte@dreamwarrior.net> Obtained from: Rhythmbox CVS
* Chase the libmusicbrainz shared lib version.marcus2003-08-281-1/+2
| | | | Forgotten by: krion
* Update to 0.5.2.marcus2003-08-274-5/+59
|
* Add a WITH_XINE knob to build against the libxine backend. This fixesmarcus2003-08-221-1/+12
| | | | | | a problem detecting certain MP3s tagged with ID3 2.3.0 tags. Submitted by: Frank Ruell <stoerte@dreamwarrior.net>
* Add rhythmbox after a repo copy from net-rhythmbox. Rhythmbox is anmarcus2003-08-198-231/+137
| | | | | audio player for GNOME 2 that is a re-merge of the net-rhythmbox code plus the original rhythmbox code.
* Change WITH_OGG to WITH_VORBIS since Ogg will exist in the default instancemarcus2003-08-081-9/+7
| | | | where Vorbis may not. This should fix the configure problem on bento.
* BROKEN: does not configurekris2003-08-071-0/+2
|
* Chase library version bump on gstreamer{,-plugins}lioux2003-06-121-1/+1
|
* Add a missing dependency on mad.marcus2003-06-011-2/+3
| | | | Reported by: bento
* Add a forgotten patch-configure to complete the libtool hack. Thismarcus2003-05-192-0/+11
| | | | | | will fix the dreaded thread lockups on -CURRENT. Reported by: Wade Majors <wade@ezri.org>
* Add net-rhythmbox, an audio and Internet radio player for the GNOME 2marcus2003-05-198-0/+264
desktop. Submitted by: Hendrik Scholz <hendrik@scholz.net>