landry
b08a5a69e5
Remove sparc64-specific patch now that it switched to gcc4.
...
From Brad.
2010-06-11 20:05:57 +00:00
sthen
1b896462b1
Instead of just commenting out the Sun backend in the PLIST have the
...
autoconf script not build the backend at all. Fix mikmod WANTLIB while there.
From Brad, ok robert@
2010-04-20 23:43:34 +00:00
pirofti
ed4366b8e1
Let there be xmms on landisk. Okay espie@.
...
Use -O0 instead of -O2, otherwise compilation fails somewhere along the
way. No package, no bump.
2010-02-06 14:55:24 +00:00
kili
8fc6287292
WANTLIB changes after xcb addition and bump.
2009-08-10 06:29:51 +00:00
naddy
27635a6555
fix package specs in depends
2009-07-18 15:50:40 +00:00
sthen
b631f0db36
sparc64 has sporadic build failures unless -O0 is used for some files;
...
this was patched in Makefile.in in the past but a change that was made
to run autoconf has knocked this out. switch to patching Makefile.am
instead. from Brad; ok robert@ (maintainer)
2009-06-14 10:06:07 +00:00
naddy
c4bf963d92
add digital audio extraction to the cdaudio input plugin (pinched from cdio)
...
ok robert@
2009-02-11 15:44:04 +00:00
jakemsr
6cf9c67d51
audio backends can be called from different threads, so use a mutex
...
to protect global objects.
from Thomas Pfaff, thanks
2009-01-16 04:15:46 +00:00
jakemsr
a1a657c516
- remove esound backend
...
- disable ossaudio(3) support
- comment out audio(4) module
from Brad, ok robert@ (maintainer)
2008-12-28 22:31:51 +00:00
jakemsr
3b54db1308
- add sndio backend, courtesy of Thomas Pfaff, thanks!
...
- get rid of PSEUDO_FLAVORS
- gain a bit of contrl over auto*
ok naddy@
2008-12-26 06:34:45 +00:00
jakemsr
f64968da8d
libxmms doesn't need libgthread. the shn, sid, and faad xmms modules
...
don't need libgthread either.
ok naddy
2008-01-14 01:16:37 +00:00
naddy
50c4543def
- fix a buffer overflow that garbled the status display of the XMMS sun
...
audio plugin while playing; use proper unsigned types while there
- sync the gcc workaround patch with the new automake output
2007-12-30 20:23:15 +00:00
jakemsr
839b8918bc
libpthread doesn't need to be, and is no longer linked into
...
xmms modules.
adjust WANTLIBs, bump PKGNAMEs.
2007-12-11 11:00:37 +00:00
ajacoutot
6b2cbddde1
- update to xmms-1.2.11
...
input from naddy@, help and ok jakemsr@
2007-12-08 21:54:57 +00:00
robert
b61dd773a2
do not try to quit the main window twice after recieving a SIGTERM or
...
SIGINT, because that's going to cause a double free resulting in a
segmentation fault
noticed by deraadt@
2007-12-04 09:29:22 +00:00
steven
88b4792252
fix WANTLIB
2007-11-13 12:44:22 +00:00
merdely
f3e5408de7
This cleans up the XMMS port. It is not usable on a static arch so there is
...
no need for the PFRAG fragments. Also this makes use of the central libtool
via USE_LIBTOOL and removes the unnecessary libtool patches.
From brad@
ok ajacoutot@, robert@
2007-10-10 14:54:05 +00:00
simon
ec8fc0fefe
remove surrounding quotes from COMMENT/PERMIT_*/BROKEN
2007-09-15 21:26:00 +00:00
sturm
e486911302
simple WANTLIB fixes
2007-04-12 20:24:29 +00:00
espie
0c8a1361dd
new MULTI_PACKAGES
2006-11-25 19:04:39 +00:00
espie
b019a77038
new-style specs
2006-08-01 12:13:28 +00:00
robert
5f3ff26204
Notify the user if no input plugin recognizes the current file;
...
bump PKGNAME
2006-03-13 14:30:43 +00:00
naddy
9d1e13018c
omitted package bump
2005-12-28 21:31:15 +00:00
espie
6796c8e722
SHARED_LIBS, regen PLIST with new gettext, tweak versioning to be simpler
...
to change.
2005-12-23 16:37:10 +00:00
bernd
0232c25c68
fix PKGNAME
...
ok robert@
2005-09-21 14:40:19 +00:00
espie
0031945c6e
Fix a buglet in bsd.port.mk where the PSEUDO_FLAVORS get encoded into
...
the FULLPKGPATH, thus providing changes to packing-lists which shouldn't
happen, and making update more difficult.
Accordingly, bump all pkgnames with PSEUDO_FLAVORS, and provide an
update @pkgpath for the bug for most of them (left out the ones with 3
or 4 pseudo flavors for space constraints...)
2005-09-16 09:51:25 +00:00
sturm
52ca940508
work around an ICE by compiling single files with -O0 on sparc64
...
ok pval
2005-08-16 18:24:10 +00:00
robert
af56f3fa6c
open the audio device with the O_WRONLY flag instead of O_RDWR so
...
it should work with uaudio(4) too; from Urs Breinlinger <urs@mailq.de>
fix the LIB_DEPENDS line of the -mp3 subpackage;
2005-04-27 16:31:34 +00:00
robert
e5618b790b
use g_warning(); instead of g_error();. This way xmms won't exit when there
...
are audio problems.
2005-04-13 19:20:02 +00:00
robert
4211cc4a7a
fix the LIB_DEPENDS of the -mp3 subpackage; noticed by naddy@, fix from espie@
2005-03-31 19:58:34 +00:00
espie
4c197d7633
CFLAGS hack to make sure configure won't get confused if a cache is
...
used.
2005-02-07 15:05:51 +00:00
alek
c40b7bd887
- Fix WANTLIB
...
- Better LIB_DEPENDS
2005-01-02 20:27:16 +00:00
robert
879bc4137c
remove textproc/libxml1 from LIB_DEPENDS because,
...
xmms does not need it anymore
noticed by alek@
2005-01-02 20:11:01 +00:00
espie
48252a0ad4
WANTLIB markers
2004-11-21 17:51:44 +00:00
espie
d2b3ea3187
switch to new style PLIST, new-style MODULES.
...
less dirs since the gettext change.
@comment OSS plugin.
2004-08-03 10:22:40 +00:00
robert
ec65b4a604
let's use autoconf 2.59; change iconv to gettext in MODULES;
...
install the FAQ too
2004-05-24 13:17:40 +00:00
robert
3d6ea15dc7
- change my MAINTAINER address to @openbsd.org
...
- don't change O_RDWR to O_WRONLY
in audio.c because O_RDWD is fine now
ok naddy@
2004-04-18 14:19:02 +00:00
naddy
85111636e9
Update to 1.2.10; from new maintainer Robert Nagy <thuglife@bsd.hu>.
2004-04-15 19:23:46 +00:00
naddy
61caad0774
complete lib depends
2003-12-12 18:30:02 +00:00
sturm
65bf28d898
use full path to autoconf, in case LOCALBASE is not part of user's PATH
...
wcobb@ ok
2003-10-20 08:43:35 +00:00
wcobb
457f6d366e
remove the -gnome subpackage.
2003-04-06 00:48:23 +00:00
wcobb
7fa7cbf358
subpackage the mp3 input plugin.
2002-09-03 01:22:21 +00:00
wcobb
7d30c6c899
drop gmake dependency.
2002-08-30 12:23:57 +00:00
naddy
b632adcffc
use pseudo flavors, clean up some cruft; ok wcobb@
2002-08-07 22:34:54 +00:00
espie
3c08c3c943
Kill a few SUBDIR.
2002-05-13 18:50:36 +00:00
wcobb
a50071fff9
synch MAINTAINER.
...
ok espie@.
2002-05-08 19:24:56 +00:00
lebel
0ed8178344
remove bogus /home/naddy depends and put back commented ones. bad naddy@
2002-03-11 20:32:55 +00:00
naddy
16d111e0af
Update to 1.2.7; submitted by maintainer Wilbern Cobb <vedge@csoft.org>.
...
* Use the system libtool.
* Remove the disk writer flavor, include it by default.
* Add a gnome subpackage.
Notable changes in this release:
General:
* Replaced folder icons.
* Don't display playlist numbers elsewhere when turned off.
* Support 32-bit and 16-bit "bitfield" bmps in skins.
CD Audio:
* Supply a dummy user and hostname to the cddb server.
MPG123:
* Handle UTF-16 encoded tags.
* Major stability fixes.
2002-03-11 17:38:05 +00:00
brad
51a59ca888
LDFLAGS is not defined by default by bsd.port.mk so don't bother passing
...
an empty variable.
--
Ok'd by: maintainer
2002-02-19 00:17:23 +00:00
pvalchev
f9a227c3a3
Update to xmms-1.2.6. From maintainer vedge@csoft.org
...
Added mikmod & diskwriter subpackages.
2002-02-05 04:07:57 +00:00