wcobb
7fa7cbf358
subpackage the mp3 input plugin.
2002-09-03 01:22:21 +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
naddy
b632adcffc
use pseudo flavors, clean up some cruft; ok wcobb@
2002-08-07 22:34:54 +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
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
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
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
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
naddy
b759dab039
XMMS also works on sparc now. Let's encourage some experimentation on other
...
platforms as well.
2002-01-16 19:25:30 +00:00
pvalchev
b0e1134d7c
bump package revision number after vorbis fixes
2001-11-24 17:38:27 +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
pvalchev
a621a8796b
sync with reality; from maintainer vedge@csoft.org
2001-11-17 01:50:59 +00:00
pvalchev
8af379b3af
Fix typo in master site.
2001-10-25 04:19:45 +00:00
espie
b6f497a26f
Complete lib dependencies to pass checker
2001-10-24 12:09:04 +00:00
naddy
22002babbc
use in-tree libtool patches
2001-10-08 16:24:20 +00:00
wilfried
0c22d497e6
add USE_LIBTOOL, ok naddy@
2001-09-20 20:03:10 +00:00
wilfried
7acb8c5a2c
don't install the .la libtool wrappers for the plugin modules, ok naddy@
2001-09-20 20:02:21 +00:00
wilfried
f1102792d8
remove dirs when uninstalling, ok maintainer
2001-09-20 19:59:11 +00:00
wilfried
87b0948cff
Remove unused files, ok naddy@
2001-09-20 19:57:53 +00:00
brad
28157567ef
add dewey dependency entry for unzip
2001-08-31 15:03:25 +00:00
brad
f07d45c1d6
- document use of pthreads
...
- use ONLY_FOR_ARCHS instead of NOT_FOR_ARCHS and specify only i386 since
that is the only arch this will work on at the moment with our native
pthreads library
2001-08-31 14:55:52 +00:00
brad
006ca560f1
- updated native (Sun) audio driver
...
- trim MESSAGE a bit
--
From: maintainer
2001-08-31 14:40:11 +00:00
espie
fcbe5f8599
more master_sites, from maintainer.
2001-08-18 13:25:09 +00:00
espie
87efdc0899
The autoconf script does not do subdirs...
2001-07-27 17:37:38 +00:00
espie
d3133dd0f7
We shouldn't ever tweak FLAVOR like I did.
...
Problem is, this breaks the definition of WRKDIR, whereas
we need separate WRKDIR for compilation with distinct flavors
to work.
-> only FULLPKGNAMEs need to be tweaked.
To be 100% correct, we actually probably should do
FULLPKGNAME=xmms-${VERSION}${FLAVOR_EXT:S/-no_esd//:S/-no_vorbis}
because at some point there might be hidden flavors...
2001-07-26 12:29:25 +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
f53f93e3de
Use /usr/bin/false instead of /no. Suggested by naddy@. Very elegant
...
indeed !
2001-07-25 15:24:56 +00:00
espie
44dcb9355a
Hint at subpackages.
2001-07-25 14:45:10 +00:00
espie
4e57e9d20a
Oops, erase pseudo-flavors so that they don't get used to build the
...
packagename.
2001-07-25 13:01:19 +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