summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2005-01-02Update to 2.2.0. Tested by kim@, fixes PR 28835.wiz5-24/+23
****New features for 2.2 (in no particular order):**** - Theora Video support - Icecast now supports video streaming via theora. Currently, we require the latest (alpha 4) version of libtheora. This is an optional compile, so if you don't have theora then icecast will safely ignore it - Shoutcast style source client support - Icecast now supports the connection protocol used by the Shoutcast DSP source client. This is the same connection protocol used by their NSV encoding tools. This means that not only can you use the Shoutcast DSP to stream to icecast, but that you can also stream NSV via their tools. - AAC is added as a supported streaming format - Not too many source clients support streaming in this format, but we support it. - Cluster password - Now you can specify a cluster password as a <mount> option in the config. This will allow you to cluster multiple servers/mounts into a single listing on the stream directory. Note that this is different than "grouping" which groups together streams coming from the same physical IP and with the same stream name. Clusters are meant for relays of the same stream and will only be listed *once* in the stream directory. When a listener tunes into a cluster, they will be served an m3u file with all the clusters for that stream. - Playlist Log - This is an option setting that will create an audit trail of metadata that comes through icecast. It is a single file that contains information for all mountpoints. - Range Support for static files - We now support seeking in files served off the icecast fserve. - Metadata Update via Admin - We now support metadata updates via the admin interface for both MP3 AND Ogg Vorbis streams. - Per mount hidden stats and YP prevention - You many now indicate certains mounts to be excluded (i.e. hidden) from the main status.xsl page. This is useful when using local private relays. You can also override the YP setting (as in disable) on a per-mount basis. Also useful for local private relays. - Multiple example config files - We now have multiple config files for you to use as a base. A "simple" one for quick-start, and a more detailed "advanced" one with all the features, as well as a "shoutcast compatable" one, which shows how you'd config for using the shoutcast DSP. - Relay user/pass - You can now specify authentication used by a relay. This is for the case where you have listener authentication enabled for a mountpoint, and want to connect a relay to it.
2005-01-01Use ossaudio.buildlink3.mk to build on more platforms.minskim4-13/+17
2004-12-31Enable pkgviews installation.minskim2-2/+7
2004-12-31Use REPLACE_PERL to simplify Makefile.minskim1-5/+4
2004-12-31Build with Tk-8.4 in default.minskim1-2/+2
2004-12-30Fix the PLIST to include all files installed by the packageagc1-1/+119
2004-12-30Fix oversight - remove unused patch-anagc1-13/+0
2004-12-30Always include stdint.h and/or inttypes.h if they are present. Theminskim2-7/+9
previous sunpro patch doesn't include them when sys/types.h is present, breaking this package on Linux.
2004-12-29Generalize the dependency on p5-perl-headers to take account of all "nb"fredb1-2/+2
bumps, as suggested by Juergen Hannken-Illjes (PR pkg/28754).
2004-12-28Bump PKGREVISIONs due to libtiff update.reed2-3/+4
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-12-28Include sys/resource.h to use "struct rusage" on Linux.minskim2-4/+4
2004-12-28Make configure detect libMesaGL correctly.wiz2-1/+42
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.