Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Noted by dholland.
|
|
|
|
|
|
|
|
|
|
2004-05-16 Sam Clegg
* Version 0.5.7
* Implement simple config dialog.
* When fast playtime calculation is enabled, dedode the first
10 frames only.
2004-01-24 Sam Clegg
* decoder.c: better xing bitrate calculation.
2003-12-28 Sam Clegg
* Version 0.5.6
* configure.ac: don't depend on pkgconfig files from
libmad and libid3tag that aren't shipped by upstream
* decoder.c xmms-mad.[ch]: fix xing header usage. added
use_xing configuration option to disable it.
|
|
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
|
|
|
|
|
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
|
|
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
|
|
|
|
|
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
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".
|
|
|
|
this package to configure properly. Fixes PR pkg/24286.
Bump PKGREVISION to 1.
|
|
The xmms-mad author has been sent these patches.
|
|
and using a conditional.
|
|
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.
|
|
|
|
|
|
|
|
|
|
dependency bumps.
|
|
|
|
Bump pkgrevision.
|
|
|
|
|
|
definition. The resulting packages are different than before.
|
|
xmms does use _POSIX_THREAD_SYSCALL_SOFT, the plugins shouldn't either.
|
|
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.
|