summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2008-04-15update to 1.1.12drochner4-9/+9
changes: -security fix (unchecked array index, CVE-2008-1686) -a few bug fixes (including the 1.1.11.1 regressions) -new version of the pulseaudio output plugin -open-source upport for RealAudio "cook"
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam21-98/+92
through PLIST_SUBST to the plist module.
2008-04-10update to 1.1.11.1drochner4-10/+10
changes: * Security fixes: - Array Indexing Vulnerability in sdpplin_parse(). (CVE-2008-0073) - integer overflow, possibly leading to buffer overflow, CVE-2008-1482 * Reworked the plugin directory naming so that external plugins don't have to be rebuilt for every release * Made the version parsing much more reliable; it wasn't properly coping with four-part version numbers * Fixed an off-by-one in the FLAC security fix patch. This breakage was causing failure to play some files * Support 16-bit big-endian DTS audio * Improved frame snapshot API. (ABI extension.) * Re-add support for # (stream parameter separator) in raw filenames * Fixed long delay when closing stream on dual core systems pkgsrc note: CVE-2008-0073 was already fixed by patch
2008-04-08whitespacejlam1-4/+4
2008-04-08Add an option to use the new jack-devel package. Bump revision.bjs2-4/+20
2008-04-08Update this package to 0.110.0, refactoring most of the patches.bjs17-1122/+281
There are still some bugs lurking, but on NetBSD/amd64 4.99.48 with azalia(4), both the sun and OSS drivers work fairly well! Try it out with audio/moc-devel. Please let me know if you encounter any problems. Currently, I manually create the distfile with the dist-bzip2 target in my local sources. I plan on hosting a repository of these sources somewhere with a NetBSD/pkgsrc branch soon.
2008-04-07Now xsidplay linkes fully against libXt.joerg1-4/+2
2008-04-07Fix DESTDIR.joerg1-2/+2
2008-04-07Update to moc-2.4.3. While here, add a check for sched_get_priority_maxbjs7-324/+133
in librt and remove ffmpeg patch, which is no longer needed. Also, I've changed options.mk so that selecting 'samplerate' implies 'sndfile', as the former is dependent on the latter.
2008-04-07Add moc-devel to audio/Makefile.bjs1-1/+2
2008-04-07Add a moc-devel package for version 2.5.0alpha3. This package usesbjs10-0/+384
a getline() function taken from nbftp--bothering with gnulib was too annoying. It works for me on NetBSD-current, but please let me know if there are any problems. I've also extended the check for sched_get_priority_max(3)--both here and in audio/moc--to look in librt prior to giving up. This allows moc to run with realtime priority on NetBSD-current; unfortunately, presently this requires root perms.
2008-04-07Add a 'sun' option and update patch-ac to support native audio outputbjs4-15/+53
on NetBSD, OpenBSD, and Solaris. This option takes precedence (by default) over OSS in the NetBSD/OpenBSD case. Bump rev.
2008-04-04DESTDIR support.joerg3-12/+14
2008-04-03Fix build and add DESTDIR support.joerg5-10/+46
2008-03-27Update to herrie-2.0. Remove patch-ab, USE_FEATURES needs more testingbjs6-54/+27
with this package. While here, correct ncurses/ncursesw options to provide the right arguments to configure. Changes since 1.9.1: 2008-03-16 -- Herrie 2.0: * Added: Brasilian Portuguese translation - Eros Carvalho * Fixed: Make vfs.lockup.chroot expand ~/ and ~user/ * Changed: Maintainer email address * Removed: Debian package infrastructure, per maintainer's request. 2008-02-12 -- Herrie 1.9.3: * Added: Support for Debian GNU/kFreeBSD * Added: Debian package infrastructure * Fixed: Shut down the application when we lose TTY input * Added: Chinese translation - Ji ZhengYu 2008-01-19 -- Herrie 1.9.2: * Removed: Native Windows support - it was incomplete anyway * Improved: Manpage reorganized to make more sense - Marcela Tiznado * Added: Finnish translation - Jorma Karvonen * Added: Danish translation - Joe Hansen * Improved: GUI scrolling performance when dealing with big playlists * Added: Switch to scroll pages up and down when selection goes out of sight
2008-03-20fix unsafe tmp file creation (CVE-2007-6061), patch from Debian/Gentoo,drochner3-2/+17
bump PKGREVISION
2008-03-17Don't clear LDFLAGS so the build can pick up the right ones passed injlam2-5/+12
by the pkgsrc infrastructure.
2008-03-17Remove header from original template file.bjs1-3/+1
2008-03-17Oops, add ${FILESDIR} and its contents.bjs1-0/+26
2008-03-17NetBSD _should_ use the barrier thread if available.bjs8-27/+111
Note: This may screw up the OSS driver, but if you're using NetBSD, I recommend using the native sun audio driver. ;) Some type fixes. Autoconf glue and functions to use netbsd atomic ops. Conversion to pollts() for better accuracy. Bump rev.
2008-03-16Update xmms-nebulus to 0.8.0.obache5-10/+52
Based on patch provided by Zafer Aydogan via private mail. pkgsrc changes: * Marked as DESTDIR ready. ChangeLog: Jan 08 2007 Pascal Brochart <pbrochart@tuxfamily.org> * v 0.8.0: Rewriting of the glthreads effects. Use mutex when really created (fix deadlock). Fix memory leak with SDL_ttf. New translation (pt). Pause and unpause display works again. Aug 18 2004 Pascal Brochart <pbrochart@tuxfamily.org> * v 0.7.0: Bug fixes. Add sinus wave to spectrum analyzer. Use GL_TRIANGLES instead of GL_LINE_STRIP in glthreads. New translations (fr fr_FR).
2008-03-16add jack-devel to Makefilebjs1-1/+2
2008-03-16Behold: The JACK audio connection kit version 0.109.10 (SVN).bjs19-0/+1335
This update was long overdue from version 0.100.0. Especially of note: native audio(4) support (OSS driver initially converted by jakemsr@openbsd.org), with certain changes/fixups by me (both in the driver code and elsewhere ... it is very much still a work in progress, but it is a work that does work, heh). Also, some patches to do the "right thing" throughout, i.e. press the "we are not linux" button. More fixes/enhancements coming soon. One outstanding issue I know of: an mmap failure when trying to run with realtime scheduling that I haven't been able to look into enough yet. A good player which supports this is audio/moc ... I hope to add a gstreamer plugin and much more shortly. I am in the planning stages of a rewrite of the driver using kqueue, also.
2008-03-15py-gtk needs Python 2.4joerg1-2/+2
2008-03-15Remove needless "/" from MASTER_SITES, suggested by Zafer Aydogan.obache1-2/+2
2008-03-14Update to 1.2.0:wiz16-670/+51
vorbis-tools 1.2.0 -- 2008-02-21 * FLAC support now relies on libFLAC * Support for large files * Fixed acinclude.m4 to properly support --no switches * ogg123: added remote control support * ogg123: fixed a bug in esd when pressing CTRL + C * ogg123: fixed a type mismatch in option parsing for 64 bit systems * ogg123: configuration no longer hardcoded to /etc * oggdec: limited support for chained Ogg bitstreams * ogg123: compiles with older versions of libcurl * oggdec: support decoding of multiple files into a single one * oggenc: -k, switch for Skeleton bitstream encoding * oggenc: fixed issues with Skeleton on big endian systems * oggenc: proper 5.1 channel mapping support * oggenc: FLAC module does not confuse every Ogg file as its own * oggenc: compiles with older versions of libvorbis * ogginfo: recognizes Skeleton, Dirac, FLAC and Kate bitstreams * vcut: solved issues described in ticket #1313 * vorbiscomment: support for creation of long comments * vorbiscomment: support for multiplexed Vorbis * Several minor bug fixes
2008-03-14+sonatadrochner1-1/+2
2008-03-14import sonata-1.4.2, a GTK2 client for the Music Player Daemon, fromdrochner5-0/+103
Johann Franz via pkgsrc-wip
2008-03-11Make sure that the installed files and directories belong to a sane usertron1-2/+3
and group. Bump package revision because of this fix.
2008-03-07Update to 2.1.5:wiz4-35/+6
2.1.5 - January 26th, 2008 : ============================ * Added an option in the "Process Fields" scanner to enable/disable detection of Roman numerals, * Disabled unsynchronisation when writing ID3v2.4 tags (as Taglib doesn't support them) to avoid problem with pictures on some applications (thanks to Alexey Illarionov), * Fixed compilation problem with previous versions of flac older than 1.1.3, * Fixed the size of log view when resizing the main window, * Fixed browser problem with the hidden directories filter: directories starting with severals dots were also hidden, * Fixed problem when renaming severals directories and files with the 'Rename File and Directory' scanner (thanks to vdaghan) , * Fixed detection of valid roman numerals in the "Process Fields" scanner (was used some parts of the Roman library from David M. Syzdek), * Brazilian Portuguese translation updated (thanks to doutor.zero), * Polish translation updated (thanks to Michał Smoczyk), * Swedish translation updated (thanks to Anders Strömer), * German translation updated (thanks to Götz Waschk),
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz10-20/+20
2008-03-04Resign from maintaining a lot of packages, so everyone is free to updaterillig1-2/+2
them at will.
2008-03-04Update to 1.5.wiz3-9/+21
pkgsrc change: Fix installed .pc file to include rpath. Changes from 1.4 to 1.5 * Support for Mac OS X and Microsoft Windows * Distributed under the MPL (in addition to the previous LGPL license) * Added support for Speex files * Added support for TrueAudio files * Added support for WavPack files * Added support for ID3v2 general encapsulated object frames * Added support for ID3v2 unsynchronized lyrics frames * Added support for ID3v2 URL frames * Propper exports of all public classes / functions * Updated the APE::Item API to work with value lists * Added support to the FileRef class for new Xiph (Ogg) extensions * Made the samples per frame for MPEG headers accessible * Made MP3 Xing headers accessible * Prevent invalid encodings from being written to ID3v1 tags * Non-Latin1 ID3v2 text frames are automatically converted to UTF-8 on write (if they are not explicitly set to UTF-16) * Added support for reading ID3v2.2/3 unsynchronized tags * Made it possible to search for ID3v2 comment frames by description * Fixed a number of bugs in ID3v2 relative volume adjustment reading and writing * Added work arounds for iTunes writing invalid ID3v2 frame lengths * Added work arounds for iTunes not being able to correctly parse numerical ID3v2 genres * Added work arounds for iTunes putting non-text information in ID3v2 comment frames * Added a function to export strings to std::wstring * Added a function to check ASCII compatibility of strings * Added a function to check Latin1 compatibility of strings
2008-03-02Patch the configure script to fix a broken check for flex/lex -- thejlam3-1/+51
variable LEX is allowed to be a full path.
2008-03-02Mechanical changes to add full DESTDIR support to packages that installjlam83-339/+557
their files via a custom do-install target.
2008-02-29comment out $NetBSD$gdt1-1/+1
2008-02-28update to 0.4.18drochner3-9/+9
changes: a build fix for espeak-1.30
2008-02-28update to 1.31drochner4-32/+46
changes: -Bug fixes and minor improvements -Voice variants have names rather than numbers -Added languages -Add options for different intonation styles -Added option for gaps (pauses) between words
2008-02-28whitespace and formatting nits.jlam1-17/+13
2008-02-28Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,rillig3-6/+6
to shut up the pkglint warnings.
2008-02-25The package supports installation to DESTDIR.heinz1-1/+3
2008-02-25Bump API and ABI depends versions as API changed between 2.0 and 2.6 meaningsborrill1-3/+3
that things like vlc will not compile
2008-02-22+ Rename the "ncursesw" option to "wide-curses" and get rid of thejlam2-17/+18
"ncurses" option. "wide-curses" now just toggles whether we use wide or narrow curses, which is a much simpler knob for users. Bump the PKGREVISION to 1.
2008-02-20Update to arts 1.5.9, part of kde 3.5.9.markd2-7/+6
2008-02-20update required ABI version to 1.5.8nb1 to ensure correct packagemarkd1-2/+2
metadata available for dependent packages to fix PR 37931
2008-02-09lint, sortjnemeth1-3/+3
2008-02-06Add libmp3splt and mp3splt-devel packages.bjs1-1/+3
2008-02-06This is a development version of the mp3splt package. Aside from bugbjs6-0/+112
fixes, the main feature enhancement is support of freedb2.org searches. There may be regressions from the stable version, and so this was imported as a -devel package instead of an upgrade to devel/mp3splt. If it is confirmed that this does not exhibit any regressions, we should consider replacing that package with this one. Additionally, use of the libmp3splt library allows for abstracting the dependencies of libmp3splt (ogg/vorbis, mad) from the program itself.
2008-02-06This library provides functions for splitting/manipulation of MP3 andbjs5-0/+67
OGG/Vorbis files. It is provided mainly for use with mp3splt, as this allows the mp3splt package not to explicitly depend on any of this library's dependencies. Of course, other programs are free to use it!
2008-02-05link against librt on NetBSD-currentdrochner4-2/+40
(and propagate this through libvisual.so and libvisual.pc)