Age | Commit message (Collapse) | Author | Files | Lines |
|
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
|
|
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
|
|
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.
Sorry for not finding this earlier.
|
|
|
|
|
|
|
|
Remove deprecated ossaudio.buildlink3.mk.
|
|
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.
|
|
|
|
PKG_SUGGESTED_OPTIONS instead.
|
|
selection of output. This adds oss and sun. By default, oss and sun
are now active on all platforms, but DraognFly. Bump the revision
to annotate that.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Notable changes include:
- Improvements in the aRts audio backend.
- Use taglib instead of id3lib to extract ID3 information.
Support for aRts is controlled by a PKG_OPTION and is off by default to
avoid pulling in a huge wad of dependencies.
|
|
|
|
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.
|
|
This version adds support for several different audio backends,
playlists, a manual page contributed by Lubomir Sedlacik, and numerous
bug fixes.
Currently supported audio backends are the original Sun (OSS) backend,
an optional aRts backend (still experimental, so not compiled by default),
and a raw pcm backend which writes the decoded stream to a file or stdout.
|
|
|
|
Add manual page, sort bl3 inclusions.
|
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
|
|
|
|
"Wow, 0.7 was short-lived. This version makes mad123 work on big-endian systems."
|
|
a command-line MPEG audio player, into the NetBSD Packages Collection.
mad123 is a simple command line MP3 player using Robert Leslie's
libmad fixed-point MP3 decoder library.
This is not meant to be a serious replacement for the ubiquitous
mpg123 program. Instead, this is a merely an experiment in using
libmad. At the time mad123 was written, a couple of things set it
apart from the command line MP3 player supplied with libmad (madplay):
1) Supports URL style MP3 pathnames.
2) The audio output is double-buffered.
3) Streams can be pre-buffered using read-ahead.
4) Simple keyboard controls.
5) CTRL-C behaves like it does for mpg123.
6) It can be installed setuid-root so it can adjust scheduling
priority to reduce its susceptiblity to jitter.
|