summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version bump etc.Torben Hohn2004-02-047-18/+33
|
* Updated ebuilds to request correct automake versions. Closes bug #40348. ↵Jeremy Huddleston2004-02-048-17/+218
| | | | Updated russian patch (now called recode patch) in 1.2.9-r2 to version csa27. See bug #40103. Added patch from http://bugs.xmms.org/show_bug.cgi?id=1583 to close bug #39456.
* Updated ebuilds to request correct automake versions. Closes bug #40348. ↵Jeremy Huddleston2004-02-042-1/+13
| | | | Updated russian patch (now called recode patch) in 1.2.9-r2 to version csa27. See bug #40103. Added patch from http://bugs.xmms.org/show_bug.cgi?id=1583 to close bug #39456.
* Fixed amd64 compilation. -Werror is set and there was a warning. I'm ↵Kristopher Kersey2004-02-044-6/+36
| | | | surprised this doesn't affect other platforms. If so, just remove my use condition.
* Moved intltool out of RDEPEND (into DEPEND). Updated 1.2.9-r1 to run ↵Jeremy Huddleston2004-02-047-17/+24
| | | | aclocal before automake to close bug #40341.
* Added patch to fix non-ANSI C provided by Tristan Henderson ↵Jeremy Huddleston2004-02-033-8/+34
| | | | <T.Henderson@cs.ucl.ac.uk> in bug #39365
* added gtk2 to IUSEJeremy Huddleston2004-02-035-12/+12
|
* Switching to 'use_with' and 'use_enable' cor econf options. Fixes typo-bug ↵Jeremy Huddleston2004-02-035-29/+22
| | | | #40213.
* adding !gtk2? check on gnome-panel dep as discussed to close bug #35060.Jeremy Huddleston2004-02-036-14/+19
|
* Added a patch to fallback on mpg321 if mpg123 is not installed.Jeremy Huddleston2004-02-034-10/+38
|
* Added a patch to fallback on mpg321 if mpg123 is not installed.Jeremy Huddleston2004-02-032-1/+11
|
* Cleanup to remove some gnome cruft and now using make DESTDIR=${D} install ↵Jeremy Huddleston2004-02-023-13/+17
| | | | instead of einstall
* http auth patch #40028Mike Frysinger2004-02-025-6/+142
|
* gcc2 happy patchMike Frysinger2004-02-021-11/+27
|
* Removing gnome-panel dep since xmms no longer includes a gnome1 panel applet.Jeremy Huddleston2004-02-023-9/+15
|
* repoman: whitespace cleanupMichael Sterrett2004-02-023-39/+39
|
* fixing sandbox.Martin Holzer2004-02-014-7/+34
|
* fixing sandbox issue. closes 40132Martin Holzer2004-02-013-6/+29
|
* Version bumped.Martin Holzer2004-02-013-2/+45
|
* Version bumped.Martin Holzer2004-02-012-3/+10
|
* AMD64 keywordsJon Portnoy2004-02-013-7/+10
|
* Added mpg123 dependency to close bug #40106Jeremy Huddleston2004-02-015-10/+20
|
* Added mpg123 dependency to close bug #40106Jeremy Huddleston2004-02-012-6/+12
|
* ver bumpMike Frysinger2004-02-012-0/+22
|
* oldMike Frysinger2004-02-012-16/+0
|
* fix alsa segfaults #36417Mike Frysinger2004-02-015-4/+144
|
* Alsalib-1.0 compilation fix (35457)Brian Harring2004-02-015-10/+77
|
* Alsalib-1.0.* compilation fix (39095).Brian Harring2004-02-014-12/+37
|
* Closing alsalib-1.0 compilation bug (38995)Brian Harring2004-02-013-5/+62
|
* Closing alsalib-1.0 compilation bug (38995)Brian Harring2004-02-012-5/+10
|
* previous commit had a few echo statements left in from debugging the bugs, ↵Brian Harring2004-02-012-6/+2
| | | | removal of them.
* closing 23468 (tcl_version not being abided by during link phase), and 39119 ↵Brian Harring2004-02-015-20/+47
| | | | (alsa-lib compilation issues w/ 1.0)
* closing 23468 (tcl_version not being abided by during link phase), and 39119 ↵Brian Harring2004-02-012-9/+15
| | | | (alsa-lib compilation issues w/ 1.0)
* Fixed off-by-one bug that crept in with dtd/1.2.9 conflicting changes ↵Jeremy Huddleston2004-02-015-207/+10
| | | | (closes bug #40019). Updated random patch to fix compilation in gcc2.x (closes bug #39877). Added id3v2 tag editor to mpg123 plugin (closes bug #39437). Removing broken ebuilds.
* Fixed off-by-one bug that crept in with dtd/1.2.9 conflicting changes ↵Jeremy Huddleston2004-02-012-6/+13
| | | | (closes bug #40019). Updated random patch to fix compilation in gcc2.x (closes bug #39877). Added id3v2 tag editor to mpg123 plugin (closes bug #39437). Removing broken ebuilds.
* Updated dtd patch to fix multi-select segfault. Removed alsa debug messages ↵Jeremy Huddleston2004-01-303-2/+190
| | | | to close bug #29794
* Updated dtd patch to fix multi-select segfault. Removed alsa debug messages ↵Jeremy Huddleston2004-01-302-7/+15
| | | | to close bug #29794
* keepdir fix #39826Mike Frysinger2004-01-302-11/+12
|
* oldMike Frysinger2004-01-3016-395/+0
|
* repoman: Trim trailing whitespaceMichael Sterrett2004-01-306-27/+27
|
* autoconf fixDaniel Robbins2004-01-301-2/+4
|
* autoconf fixesDaniel Robbins2004-01-303-3/+6
|
* autoconf fixes, move unzip out of DEPEND as it isn't needed for buildingDaniel Robbins2004-01-308-41/+65
|
* removed id3v2 patch and unmasked. The id3v2 patch causes an off-by-one ↵Jeremy Huddleston2004-01-293-8/+6
| | | | error when getting file info from the playlist... the patch provided at http://bugs.xmms.org/show_bug.cgi?id=335 applied cleanly after the dtd patch, so I'll have to look into it in more detail later.
* removed id3v2 patch and unmasked. The id3v2 patch causes an off-by-one ↵Jeremy Huddleston2004-01-292-3/+9
| | | | error when getting file info from the playlist... the patch provided at http://bugs.xmms.org/show_bug.cgi?id=335 applied cleanly after the dtd patch, so I'll have to look into it in more detail later.
* masking because of bug in patchset.Jeremy Huddleston2004-01-293-5/+10
|
* Version bump closes bug #39706. Added id3v2 patch to patchset closing bug ↵Jeremy Huddleston2004-01-293-2/+192
| | | | #39437.
* Version bump closes bug #39706. Added id3v2 patch to patchset closing bug ↵Jeremy Huddleston2004-01-292-5/+13
| | | | #39437.
* ia64 keywords changesAron Griffis2004-01-296-16/+20
|
* stable on ia64Aron Griffis2004-01-292-5/+8
|