summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
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)
2008-02-05redo the librt patch so that libportaudio.so is linked against librt,drochner3-9/+11
and try to introduce a scheme which could be used in a more general framework (once NetBSD has stabilized and we got some experience with the realtime stuff)
2008-02-04PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLStnn2-4/+4
2008-02-03Fix build on NetBSD-currenttnn1-2/+8
2008-01-31Belated bump PKGREVISION for options changes. Default package didn'tmarkd1-1/+2
change but metainfo did.
2008-01-21The package supports installation to DESTDIR.heinz1-2/+4
2008-01-21Added support for installation to DESTDIR.heinz2-16/+25
No compiler necessary.
2008-01-21The package supports installation to DESTDIR.heinz1-2/+5
2008-01-21The package supports installation to DESTDIR.heinz2-2/+6
2008-01-21Add optional nas and jack support and make esound optional (on by default,markd5-7/+55
for backward compatibility) note user-destdir support.
2008-01-19Reset maintainer on his request.wiz2-4/+4
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn21-37/+42
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2008-01-15Update to 1.4.8:wiz3-24/+6
VERSION 1.4.8 CHANGES: * Optimise some database queries with the mysql backend. Patch by Alf Eaton <sites@hubmed.org> (BR 152749). * Don't show the device plugin dialog when a new device is plugged in. Apparently it's not obvious that you have to hit OK after selecting "Do not handle" if you don't want it handled, so disabling it prevents it from being shown repeatedly. * Better support for iPhone/iPod Touch mounted via fuse/sshfs (libgpod 0.6.0 or newer required). * Only re-render the context view when visible if changing ratings, scores or labels for songs. BUGFIXES: * Last.fm metadata would not update with xine 1.1.8. (BR 150429) * Amarok would forget podcast channel and episode settings when using the postgresql backend. * When adding file types with the Generic Media Device sometimes the extensions would be prepended with & and would not save. (BR 151806) * For improved compatibility with newer iPods, convert file extensions to lower case during transfer. * Replace slashes in artist name with spaces when querying Wikipedia e.g. AC/DC, To/Die/For. (BR 150001) * Always rebuild the dynamic mode cache when in Suggested songs mode, so that we don't land up with stale suggestions. Patch by Jer Johnson <jer@gweep.net> * Sort albums made in the same year alphabetically in 'ascending order'. (BR 149408) * Statistics tool shouldn't show samplers in 'favorite albums'. * Duplicate songs were not allowed in playlist when adding from the collection browser. (BR 149643) * Make sure the localUrl of a PodcastEpisode is valid after a failed download. (BR 147351) * Fix off-by-one error causing Smart Playlists to not load tracks with a rating >= 4.5. (BR 148916) * Don't enable "Configure Podcasts" at the top-level Podcasts folder if there is nothing beneath it. (BR 146504) * Generic Media Device could copy some non-ASCII filenames to turn to gibberish. Thanks to David Smith <davidsmith@acm.org> for the fix. * Fixed possible GUI freeze when Amarok was showing the dialog for installing mp3 support. Patch by Sascha Sommer <ssommer@suse.de>. (BR 147126) * Amarok could needlessely reinitialize connections to MySQL databases after a configuration change. Combined with a bug in MySQL libraries, this could lead to a crash. * Pressing Preveious Track in a Dynamic Playlist could cause undefined behavior in certain edge conditions. Now it always plays the current track. (BR 148317) * Immediately after loading a dynamic playlist, you couldn't drag a track to the top of the playlist. (BR 149263) * Fix transferring files with UTF8 names to MTP devices. Thanks to Kevin Becker <kevman3000@gmail.com> for the fix. (BR 139722) * Display warning that iPod sysinfo could not be written in the case of incorrect file permissions. Patch by Christian Ober-Blöbaum <cob@tzi.de>. (BR 148607) * Fix Czech character conversion to ASCII for Generic Media Device. Patch by Matěj Laitl <strohel@gmail.com>. (BR 149125)
2008-01-13Update to 2.1.4:wiz5-34/+35
2.1.4 - December 12th, 2007 : ============================= * Added support of pictures in Ogg Vorbis and Speex files (with Ogg Vorbis tags), * Added support of pictures in FLAC files (with FLAC Vorbis tags). * The code for handling FLAC files was also fully rewritten, * Added view of tag fields in the main list of files, * Added a button on the main window to select a directory to browse for file (useful when the tree is hidden), * Fixed compilation problem with mpeg4ip 1.6 (thanks to Götz Waschk), * Fixed messages boxes to use the stock buttons and labels of GTK, * Fixed file easytag.desktop (thanks to Doruk Fisek and Götz Waschk), * Fixed problem with dates and EUC-JP locale when displaying lines on the log window (thanks to Misty Haiku), * Fixed problem with the Cddb manual search when using a proxy, * Fixed detection of Roman numerals before a coma and dot characters in the scanner window, * Settings to write ID3v1.x tags : the option "//TRANSLIT" was enabled by default to avoid an error message with UTF-8 strings. This was the setting used before using libid3tag instead of id3lib, * Fixed problem when reading tag with some languages as Turkish (patch from Doruk Fisek), * New Chinese (Taiwan) translation (thanks to Jose Sun), * Hungarian translation updated (thanks to Mészáros Csaba), * Chinese (Simplified) translation updated (thanks to Yang Jinsong), * German translation updated (thanks to Götz Waschk), * French translation updated.
2008-01-11reset PKGREVISION for base pkg version bumpdrochner1-2/+1
2008-01-11update to 0.4.17drochner4-15/+15
change: driver fix for solaris
2008-01-11fix icondrochner2-1/+15
2008-01-08Update to shorten-3.6.1. The only changes from 3.6.0 are win32-related.tnn3-12/+14
pkgsrc changes however: - fix LICENSE - DESTDIR support
2008-01-07fix CVE-2007-4974 (buffer overflow), patch from Gentoodrochner3-3/+44
bump PKGREVISION
2008-01-06Updated xmms-wma to 1.0.5.rillig3-67/+6
Changes in 1.0.5 - Added opportunity to build plug-in for player BMP. - Fix bug with blanks with use gnome-vfs in BMP. - WARNING: BEEPMP-WMA conflict with BMP-WMA. Remove BMP-WMA or do not use BEEPMP-WMA.
2008-01-06NetBSD defines KERN_ARND to a value different to 37.rillig2-6/+17
2008-01-06Dragonfly is not the only platform that doesn't know aboutrillig2-7/+7
_SC_NPROCESSORS_ONLN, NetBSD is another.
2008-01-06The package supports installation to DESTDIR.heinz1-1/+3
2008-01-05Fixed name mismatch.rillig1-4/+4
2008-01-05Fixed category name in BUILDLINK_PKGSRCDIR.rillig1-2/+2
(hi wiz!)
2008-01-04Use USE_CMAKE rather that doing same explicitly.markd2-14/+8
Package supports DESTDIR.
2008-01-04Bump PKGREVISION due to boost update to 1.34.1.jmmv1-2/+2
2008-01-04Full DESTDIR is working.joerg1-2/+2
2008-01-04Full DESTDIR support.ghen1-1/+3
2008-01-04Full DESTDIR support.ghen1-7/+12
2008-01-04Basic DESTDIR support.ghen1-12/+14
2007-12-30Fix PLIST.joerg2-2/+5
2007-12-29Fix pthread linkage.joerg3-8/+11
2007-12-29Fix build on DragonFly. Always build with gmake as lex / yacc output getsjoerg4-24/+33
named incorrectly otherwise. Set WRKSRC correctly.
2007-12-29Just hard-code a default of one thread for DragonFly as the sysconfjoerg2-8/+20
interface doesn't exist. Can be overriden via configure option.