Commit graph

18 commits

Author SHA1 Message Date
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
snj
e78c77c4ed Use bl3. 2004-03-12 01:25:08 +00:00
jmmv
9e78b87c6e Depend on libmad>=0.15.0bnb1, which includes the pkg-config file needed by
this package to configure properly.  Fixes PR pkg/24286.
Bump PKGREVISION to 1.
2004-02-01 10:59:26 +00:00
simonb
4a4abb30ea Plug two file descriptor links.
The xmms-mad author has been sent these patches.
2003-12-23 09:52:11 +00:00
grant
d7019ffd23 use gavan's magical CPPFLAGS.NetBSD instead of including bsd.prefs.mk
and using a conditional.
2003-12-18 23:38:53 +00:00
simonb
cf6cb8cdda Update the xmms-mad package to version 0.5.5.
No change log available for changes between 0.0.9 and 0.5.4.  The
biggest visible change is that the plugin no longer needs to read
the entire MP3 file to read the id3v2 tags.
2003-12-17 03:27:17 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
adam
cc9b8a4f6e Revision bumped; dependency changed from mad to libmad and libid3tag 2003-07-10 11:36:44 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
cjep
c355313722 Whitespace police 2003-04-22 18:08:32 +00:00
rh
31edad2bfb Check for pth, not NetBSD, so this package compiles with native threads.
Bump pkgrevision.
2002-10-27 07:31:11 +00:00
jlam
2be3afee0c This package doesn't need ossaudio. 2002-10-17 00:06:47 +00:00
wiz
b1303cab67 Convert to buildlink2. 2002-08-31 14:06:25 +00:00
jlam
264aa431e2 Bump PKGREVISION as a result of removing the _POSIX_THREAD_SYSCALL_SOFT
definition.  The resulting packages are different than before.
2002-08-08 15:29:45 +00:00
jlam
b9aa048fa1 The xmms plugins should have the same thread semantics as xmms. Since
xmms does use _POSIX_THREAD_SYSCALL_SOFT, the plugins shouldn't either.
2002-08-08 15:23:27 +00:00
jmcneill
b0f04d7505 Import xmms-mad-0.0.9:
xmms-mad is an input plugin for xmms that uses libmad to decode MPEG
layer 1/2/3 file and streams. Current featured include:
        local mp3 file playback
        shoutchast/icecast stream playback
        seeking
        ID3 tag parsing
        http header parsing

See http://www.superduper.net/xmms-mad/ for more information.
2002-05-26 04:00:50 +00:00