Age | Commit message (Collapse) | Author | Files | Lines |
|
since they always need a C compiler, even when the source code is
completely in C++.
For some other packages, stated in the comment that a C compiler is
really not needed.
|
|
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
|
|
|
packages - specially of packages that I haven't touched for a long
while or those that other people can handle better than me.
|
|
|
|
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.
|
|
|
|
|
|
|
|
Changes:
1.1
Autotools build process
%d now contains the full date tag
1.1-alpha10
Equalizer works now
Fixed a small Bug with skipping broken tracks
1.1-alpha9
Fixed Bug with Id3 Reading
Added Display of variable Bitrate
1.1-alpha8:
Some Bugfixes (ID3-Genre out of range, Audio in use by other Program, di
splaytitle with empty tags)
1.1-alpha7:
Added Reading of ID3-Tags and writing of APE2-Tags
Some changes in generate_title to make it work with FreeBSD
1.1-alpha6:
close speed-up
1.1-alpha5:
corrected end of track bug
1.1-alpha4:
minor bugfixes
1.1-alpha3:
another small glitch fixed in tag reading
1.1-alpha2:
fixed tag reading
1.1-alpha:
rewrite from scratch using musepack lib
|
|
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".
|
|
* Fixed a crash when playing non-existent files.
* Doesnt display an annoying message when xmms cannot play a file.
|
|
|
|
xmms-musepack is an audio output plugin for the XMMS multimedia player.
Andree Buschmann's en-/decoder is a great improvement of lossy audio
compression compared to MPEG-III.
|