Path to this page:
./
wip/xmms2,
Audio player featuring a client-server model
Branch: CURRENT,
Version: 0.8nb4,
Package name: xmms2-0.8nb4,
Maintainer: pkgsrc-usersXMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plugins.
On top of this, there is a flexible media library to organize your music.
Required to run:[
textproc/py-expat] [
textproc/libxml2] [
www/curl] [
audio/flac] [
audio/libvorbis] [
audio/libmad] [
lang/perl5] [
devel/glib2] [
devel/SDL] [
lang/python37]
Required to build:[
pkgtools/x11-links] [
x11/xcb-proto] [
x11/fixesproto4] [
pkgtools/cwrappers] [
x11/xorgproto]
Package options: curl, flac, mad, vorbis
Master sites:
RMD160: 35513d7eddd5f79146cb8aa5c6c0bb35369619ec
Filesize: 1631.568 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2021-04-30) Updated to version: xmms2-0.8nb4
- (2020-12-04) Updated to version: xmms2-0.8nb3
- (2020-09-29) Package has been reborn
CVS history: (Expand)
2014-10-23 13:25:58 by ndb | Files touched by this commit (1) |
Log message:
leave sndfile lib in cause it probably needs a configure switch.
|
2014-10-23 11:23:36 by ndb | Files touched by this commit (2) |
Log message:
Added curl to suggested options to get this built. And,
removed sndfile lib from PLIST to get this packaged.
|
2014-08-12 01:10:12 by Thomas Klausner | Files touched by this commit (30) |
Log message:
Switch from ffmpeg to ffmpeg1.
Note: many of these didn't build, so I couldn't verify them.
|
2014-05-09 09:38:42 by Thomas Klausner | Files touched by this commit (229) |
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
|
2014-04-18 18:18:22 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Switch to musepack.
While here, make this thing package.
I don't think all options were or are now correctly depicted in the PLIST,
but I'll leave that to some other commit.
|
2014-04-18 18:17:13 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Simplify. Nothing of this logic is needed to successfully build gxmms2,
the only user of this file.
|
2014-01-25 11:38:23 by Thomas Klausner | Files touched by this commit (28) | |
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
2012-11-15 17:08:15 by othyro | Files touched by this commit (1) |
Log message:
cython option needs lang/python/pyversion.mk for gxmms2 to buildlink it
correctly. Not bumping PKGREVISION for this.
|