summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-sound/xmms2: fix hash computation on big-endian platformsSergei Trofimovich2017-07-302-0/+333
| | | | | | Was manifested as a single test failure in xmms2. Package-Manager: Portage-2.3.6, Repoman-2.3.3
* media-sound/xmms2: 0.8_p20161122 stable for ppc/x86, bug #625080Sergei Trofimovich2017-07-291-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* media-sound/xmms2-0.8_p20161122-r0: alpha stableTobias Klausmann2017-07-161-1/+1
| | | | Gentoo-Bug: 625080
* media-sound/xmms2-0.8_p20161122-r0: add amd64 keywordTobias Klausmann2017-07-151-1/+1
| | | | Gentoo-Bug: 625080
* media-sound/xmms2: switch HOMEPAGE to https://Sergei Trofimovich2017-07-042-2/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-sound/xmms2: 0.8_p20161122 tested with Python 3.5 + 3.6James Le Cuirot2017-06-211-2/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-sound/xmms2: bump up to 0.8_p20161122, latest snapshotSergei Trofimovich2017-05-205-1/+374
| | | | | | | | | | | | | | | | This bump is a snapshot of a xmms2-devel/master git branch. Devel tree has fixes like: - waf bump (ruby-2.1 support) - ffmpeg/libav upstream patches - new plugins - new s4 storage as a database (instead of sqlite) - many other things It's a a bit hard to backport patches to 6 years old release. Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/618850 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* media-sound/xmms2: Drop oldPacho Ramos2017-01-152-580/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* media-sound/xmms2: remove unused patchesMichael Mair-Keimberger (asterix)2017-01-063-207/+0
|
* media-sound/xmms2: x86 stable wrt bug #593562Agostino Sarubbo2017-01-021-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-sound/xmms2: ppc stable wrt bug #593562Agostino Sarubbo2017-01-011-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-sound/xmms2-0.8-r4: stable on amd64Tobias Klausmann2016-12-201-1/+1
| | | | Gentoo-Bug: 593562
* media-sound/xmms2: Fixed samba dep.Lars Wendler2016-12-193-4/+4
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* media-sound/xmms2: drop broken python3.5 support, bug #599426Sergei Trofimovich2016-11-111-1/+1
| | | | | | | | | | | | | This fails: PYTHON_SINGLE_TARGET="python3_5" PYTHON_TARGETS="python3_5" emerge -v1 xmms2 This works: PYTHON_SINGLE_TARGET="python3_4" PYTHON_TARGETS="python3_4" emerge -v1 xmms2 PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7" emerge -v1 xmms2 Reported-by: Petross404(Petros S) Bug: https://bugs.gentoo.org/599426 Package-Manager: portage-2.3.2
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-012-2/+2
|
* media-sound/xmms2: Use zeroconf instead of avahi USE flag (#477620)Pacho Ramos2016-10-021-5/+5
| | | | Package-Manager: portage-2.3.1
* media-sound/xmms2-0.8-r4: add alpha keywordTobias Klausmann2016-09-261-1/+1
| | | | Gentoo-Bug: 593562
* media-sound/xmms2: populate REQUIRED_USE from python-single-r1.eclassSergei Trofimovich2016-06-141-0/+2
| | | | Package-Manager: portage-2.3.0_rc1
* media-sound/xmms2: update from python-any-r1 to python-single-r1Sergei Trofimovich2016-05-211-0/+295
| | | | | | | Reported-by: James Le Cuirot Bug: https://bugs.gentoo.org/583606 Package-Manager: portage-2.3.0_rc1
* media-sound/xmms2: backported samba detection fixSergei Trofimovich2016-04-023-0/+318
| | | | | | While at it updated to non-deprecated python and ruby eclasses. Package-Manager: portage-2.2.28
* media-sound/xmms2: Add knob to disable valgrind at test runtime, bug #424377Sergei Trofimovich2016-04-023-3/+43
| | | | | | | | | | When valgrind is installed in system but is not working we should still be able to run tests. Reported-by: Diego Elio Pettenò Bug: https://bugs.gentoo.org/424377 Package-Manager: portage-2.2.28
* media-sound/xmms2: support stable API for libav, bug #540890Sergei Trofimovich2016-04-028-0/+1392
| | | | | | | | | | | | | | | | | | | Latest stable media-video/ffmpeg-2.8.6 provides both functions: avcodec_decode_audio3 avcodec_decode_audio4 While latest stable media-video/libav-11.3 provides only avcodec_decode_audio4 Pulled large patchset from upstream to support audio4 API. Builds fine on both stable virtual/ffmpeg implementations and unstable libav. Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/540890 Package-Manager: portage-2.2.28
* media-sound/xmms2: shrink DESCRIPTIONSergei Trofimovich2016-04-021-1/+1
| | | | Package-Manager: portage-2.2.28
* media-sound/xmms2: tweak ExtUtils detection against perl-5.22, bug #578778Sergei Trofimovich2016-04-022-4/+6
| | | | | | | Reported-by: Scott McClung Bug: https://bugs.gentoo.org/578778 Package-Manager: portage-2.2.28
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* media-sound/xmms2: fix build failure against stable libmodplug, bug #536046Sergei Trofimovich2015-11-273-0/+22
| | | | | | | Reported-by: Anthony Parsons Bug: https://bugs.gentoo.org/536046 Package-Manager: portage-2.2.25
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0813-0/+732
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed