Commit Graph

35 Commits

Author SHA1 Message Date
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
992cab61c2 fix build when esound is not installed
from Brad
2009-01-03 17:56:03 +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
ajacoutot
6b2cbddde1 - update to xmms-1.2.11
input from naddy@, help and ok jakemsr@
2007-12-08 21:54:57 +00:00
robert
abbeb94805 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
2007-12-04 09:39:16 +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
robert
5f3ff26204 Notify the user if no input plugin recognizes the current file;
bump PKGNAME
2006-03-13 14:30:43 +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
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
50d42dabc2 Fix sun output plugin. This only ever worked by accident. 2004-01-23 01:41:06 +00:00
naddy
44ea6f9117 sync patches 2004-01-22 20:15:22 +00:00
wcobb
6f75665a6e Fix the CD audio input; several of the ioctl structures were not being
initialized properly.
From David Mazieres <200203041606.g24G60795304 at scs.cs.nyu.edu>.
2003-04-09 10:43:41 +00:00
wcobb
39c749d9b3 fix signed char assumption. 2002-09-03 01:19:07 +00:00
wcobb
fa2341a33e LP64 fixes. 2002-08-31 07:15:11 +00:00
wcobb
7d30c6c899 drop gmake dependency. 2002-08-30 12:23:57 +00:00
wcobb
a804ae66cf revert to 1.3: always use the system libtool.
ok naddy@.
2002-06-15 13:25:39 +00:00
naddy
6cda0eb03f prototypes from <string.h> 2002-06-15 12:05:15 +00:00
brad
dfd3eec9f0 The XMMS port uses the ports tree libtool so don't bother patching the
libtool sections that come with XMMS.
2002-06-08 05:41:41 +00:00
naddy
a2edd21653 fix mikmod plugin for big-endian platforms 2002-04-09 23:13:30 +00:00
pvalchev
c6b1dd1878 better solution 2002-04-06 19:32:39 +00:00
pvalchev
59d43c3e3f a quick hack to make dynamic loading work (underscore should be prefixed to
the symbol name only on a.out arches); plugins now work
2002-04-06 19:09:06 +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
pvalchev
877b5bd19a fix up libtool on ELF arches (doesn't solve all problems yet); talked to maintainer 2002-02-10 07:47:42 +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
pvalchev
5ded375106 Fix an issue with xmms input plugins preventing .ogg URLs from working,
From maintainer vedge@csoft.org, reported by kai@adminhell.org
2001-11-17 01:52:01 +00:00
naddy
22002babbc use in-tree libtool patches 2001-10-08 16:24:20 +00:00
naddy
6db4be3ca1 remove dummy versioning from plugins; ok espie@ 2001-07-25 16:05:19 +00:00
naddy
944184ef66 Cleanups:
- regen patches, add RCS keywords
- remove redundant dependencies
- remove unused libtool dependency
- add major version number to library dependencies
- don't build included gettext
- miscellaneous
2001-07-25 15:48:26 +00:00
espie
f7475b29aa Fix a few details. Mostly MULTI_PACKAGES plugins. 2001-07-25 12:52:24 +00:00
espie
e6abc4c25b Initial import of xmms, based on vedge port plus a few changes.
- deactivate tests.
- no maintainer listed for now until I find out who Mr. `Vedge' actually
is...
2001-07-20 14:26:16 +00:00