summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2004-12-28Allow nb1 version of perl-headers as dependency too.wiz1-2/+2
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed8-12/+16
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-27Update to 0.7.6nb5: apply bugfix from Matthias Pfaller in PR 25521.wiz3-3/+16
2004-12-27Update homepage and master site.wiz1-3/+3
2004-12-25Update bmp and bmp-esound to 0.9.7; from Stefan Krüger in PR pkg/28672.jmmv8-31/+36
Enhancements * Multiple encoding support for trying ID3 title conversion * GUI refinement tweaks * New logo and icons * New command line option to bring BMP to desktop foreground (--activate). * New compile-time option select XMMS equalization (--with-xmms-eq). * New translations (Brazilian Portuguese, Breton, Czech, Greek, Hungarian, Macedonian, Romanian, Slovak) * Running beep-media-player --version now prints built-in optional components Bugfixes * Fixed removal of dead playlist entries * Fixed dependency information in pkg-config file (bmp.pc) * Fixed and disambiguated playlist editor accelerators * Hacked around playlist editor shade bug (now always unshades on launch) * Many others (see Bugzilla and ChangeLog)
2004-12-23Add and enable flac2mp3agc1-1/+2
2004-12-23Initial import of flac2mp3, a small perl script to convert from flacagc4-0/+53
(lossless) encoding into mp3. With the cost of hard drive storage falling under $1 USD per GB, storing audio in a lossless format is now inexpensive and practical. The FLAC codec is an OpenSource and Free software of very high quality. The FLAC format supports meta-info as ID3v1 tags or OGG comments. FLAC even has plugins for popular audio players such as XMMS and WinAMP. This script also helps with the generation of MP3 files from FLAC, whilst preserving the tags. This way you can easily convert an album from FLAC to MP3 for playing on a mobile audio device. You will need LAME installed and in your $PATH. Using the script is simple: * cd /path/to/directory/with/FLACS * flac2mp3 *flac After transcoding, you will have matching, tagged MP3 files in the same directory. Note: Only use this script on flac files that you trust to have non-malicous tags (ie, ones that you've created yourself).
2004-12-22Remove support for some variables that are supposed to go away afterjlam1-36/+1
pkgsrc-2004Q4 is branched.
2004-12-22Add support for NetBSD's native audio API, from Ole Hellqvist.ben7-451/+9915
This removes some limitations and addresses PR#28352
2004-12-22I'm unable to maintain this package. (Not using it anymore.)kim1-2/+2
2004-12-22sync with xine-lib updatedrochner2-4/+2
2004-12-21First pass at a new festival package, based on later sources, which willagc18-406/+77
compile with gcc3. Committed now for others to improve.
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant8-12/+16
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-19Disable the auto-added processor optimizations, which are all GCC-specificjlam1-1/+2
anyway, and flat-out don't work with most processors. This should give audio/muse a better chance of building on non-i386 platforms.
2004-12-19Fix code that assumed that sizeof(long) == 32. This fixes the build onjlam2-1/+35
amd64.
2004-12-18add libmacosx for Darwin.grant1-0/+2
2004-12-18Darwin doesn't build liboss or libsun, but does use dlopen.grant1-1/+5
no PKGREVISION bump because it didn't build before.
2004-12-14Add build dependency on pkgconfig.minskim3-3/+6
2004-12-14Needs pkg-config.minskim1-1/+2
2004-12-10This package needs pkg-config.minskim2-2/+4
2004-12-10Update to arts-1.3.2 (part of kde 3.3.2)markd3-6/+9
Changes unknown.
2004-12-10Fix botch in the previous change that removed the checksums for twosimonb1-1/+3
patches.
2004-12-08Use statvfs when sys/statvfs.h is available.minskim5-1/+71
Fixes build on NetBSD-current.
2004-12-08This package needs pkg-config.minskim1-3/+5
While here, rearrange paragraphs so that buildlink3.mk files are included before overriding Makefile targets.
2004-12-05Update email address (old one bounces).wiz1-2/+2
2004-12-04Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changedjlam1-1/+2
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to the configure and build processes.
2004-12-04Add and enable bmp-musepack.wiz1-1/+2
2004-12-04Initial import of bmp-musepack:wiz4-0/+26
BMP plugin for Musepack (mpc) files.
2004-12-04Update to 1.1 version from www.musepack.net.wiz4-35/+23
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
2004-12-04Add and enable libmusepack. Sort.wiz1-2/+3
2004-12-04Initial import of libmusepack-1.0.3:wiz5-0/+56
Musepack is an audio compression format with a strong emphasis on high quality. It's not lossless, but it is designed for transparency, so that you won't be able to hear differences between the original wave file and the much smaller MPC file. It is based on the MPEG-1 Layer-2 / MP2 algorithms, but has rapidly developed and vastly improved and is now at an advanced stage in which it contains heavily optimized and patentless code.
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz6-25/+25
Suggested by Roland Illig, ok'd by various.
2004-12-03Modify directory structure used by guspatches and eawpatches.ben10-614/+650
1) install patches into separate directories to eliminate pkgsrc conflict 2) leave timidity configuration up to user, with instructions in MESSAGE 3) make timidity read configuration from PKG_SYSCONFDIR 4) bump PKGREVISION on eawpatches, guspatches, and timidity
2004-12-03Add freepats SUBDIR.ben1-1/+2
2004-12-03Initial import of freepats-20040611.ben5-0/+169
FreePats is a project to create a free and open set of GUS compatible patches that can be used with softsynths such as Timidity and WildMidi.
2004-12-03Update to 2.3, provided by David Griffith in private mail.wiz4-43/+61
2.3-mls (12 Aug 2004) Updated winamp plugin, thanks to K`rai. 2.2-mls (1 May 2004) Added README.cl-amp (taken from Eli's page). Added a fflush to nosefart for the benifit of gnosefart. 2.1-mls (23 April 2004) gnosefart updated to 1.0. 2.0-mls (16 April 2004) Added gnosefart 0.9, a GTK frontend for nosefart. Decided to be more confident about my version numbering. Nosefart now returns 0 if nothing went wrong. 1.92k-mls (4 April 2004) Fixed a bug in the UI that made it not refresh properly. Improved spec file. 1.92j-mls (21 March 2004) A few small tweaks to nsfinfo and the interface. Added spec file for building RPMs.
2004-12-01Changes 20040816:adam6-21/+107
* Improvements toward the stable release
2004-12-01Update to xmms-arts 0.7.1markd5-27/+40
Major change is that it works with arts >= 1.2 by using an external helper program. Also take Maintainership - ok'ed by jmmv.
2004-11-29Update to 0.11.2, from Robert Lillack in PR 28456:wiz3-9/+20
- New playlist and Song browser. - Support for streams. - More cpu friendly. - Bug fixes.
2004-11-29Apply a patch from Ole Hellqvist in PR 26206 to make the mainagc2-1/+85
structure definition use fixed-size fields, which should go some way to fixing some problems on LP64 platforms.
2004-11-28freedb.freedb.de seems to be down - use freedb.freedb.org as thesimonb2-6/+4
freedb server name.
2004-11-28Do not build on LP64 systems, as there are severe problems at run time.ben1-1/+3
2004-11-28Add csound4 SUBDIR.ben1-1/+2
2004-11-28Bump version number to reflect recent runtime dependency change.ben1-2/+2
2004-11-28Update to reflect migration from (csound-bath,csound-dev) to csound4.ben1-2/+2
2004-11-28Initial import of csound4-4.23.12.6ben4-0/+75
Csound is a software synthesis package in the tradition of so-called music-N languages, among which the best-known is Music V. It consists of an orchestra- and score-driven executable, written in C for portability. Since Csound is a computational language, it is highly flexible and efficient; complexity is gained only at the expense of computation time. Basically Csound reads some files and creates the result as a file on disk or, on faster machines, through a DAC in real time.
2004-11-28Remove csound-dev to make way for csound4.ben31-897/+1
2004-11-28Remove csound-bath to make way for csound4.ben26-917/+1
2004-11-28remove PKGREVISION after gnome-vfs2 has been updated to 2.8.3recht1-2/+2
2004-11-28Reset maintainer on his request.wiz1-2/+2