summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2002-09-16Bump PKGREVISION. Pointed out by wiz.uebayasi1-1/+2
2002-09-16Add a missed dependency on libiconv. PR#18304 by Christopher Richards.uebayasi1-1/+2
2002-09-12Standardize.wiz2-6/+6
2002-09-12Convert to buildlink2.wiz1-3/+4
2002-09-11Depend on latest gtk-- version, and bump PKGREVISION for itwiz1-3/+3
[major bump in gtk--].
2002-09-11Re-add support for the appropriate pre-1.6 NetBSD-current.schmonz1-1/+3
2002-09-11Update to 0.19.0, convert to buildlink2.wiz2-12/+10
Changes: * Speed improvement when removing many songs at once from the playlist. * Fixed incorrect column location for text entry when editing comments in the playlist window. * Fixed bug causing flybys to never show when the delay between songs is set to 0 seconds. - Skin resizing speed improvements. - List scrolling speed improvements. - Added skin release info editing to the skin editor (comments button). - Added keyboard window sizing support. * Fixed list bugs when clicking on a non active row. * Fixed events being sent to a window twice. * Skin editor fixes. * Fixed initial path display in file dialogs.
2002-09-10Update to 1.2a4. Changes are approximately:schmonz2-9/+9
- merged in a patch with improves mp3 recognision using mp3tech. - Updated the build_dpkg.sh file. - libusb is now the default method to connect to the rio - You can still use the old default driver with the option --without-libusb. - Small updates to mp3.c to try to improve mp3 recognision. - Small improvement in my english skills (fixed spelling probs). english is my only language and i can't spell! - On a subnote, I updated the README a bit (though not much of it is spelling). - Implemented a solution to lost song bug. It needs testing! - Fixed glaring bugs in driver_macosx.c. - Fixed my implementaion of basename. pkgsrc changes: - use canonical pkgsrc config.guess and config.sub - we no longer care about pre-1.6 -current systems
2002-09-09Added dependency on libiconv, per pkg/18041. Bump PKGREVISION.wiz1-2/+8
2002-09-09note that:pooka1-5/+4
* OSS is used by default, not null * default_driver, not default_device noted by Ilpo Ruotsalainen
2002-09-06Convert to buildlink2. Share distinfo between mpg123 and mpg123-esound.wiz5-42/+23
2002-09-06unusedwiz2-72/+0
2002-09-06Update audio/flac-xmms to 1.0.3. This uses the XMMX plugin distributedjlam4-31/+59
with the flac-1.0.3 sources. There is no provided list of changes.
2002-09-05Use curl/buildlink2.mk instead of directly depending on curl as we need thejlam1-3/+2
headers and libraries from the curl package during the build and this package uses buildlink2.
2002-09-05add and enable faad2dillo1-1/+2
2002-09-05initial import of faad 1.1dillo8-0/+119
FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC files.
2002-09-05Replace by p5-Audio-CD.wiz4-28/+0
2002-09-04Also symlink the C++ headers and libraries for FLAC.jlam2-2/+6
2002-09-04Require flac>=1.0.3 after major number of shared library was increased fromjlam2-4/+4
previous versions.
2002-09-04Update audio/flac to 1.0.3. Changes from version 1.0.2 include:jlam7-53/+112
- Use buildlink2. - Fix build with newer libtool with tagged configuration. - Move HTML documention into the proper location under doc/html. * Bug fixes. * 24-bit input support restored in flac. * Decoder speedup in libFLAC, which is directly passed on to the command-line decoder and plugins. * New -F option to flac to continue decoding in spite of errors. * New VORBIS_COMMENT metadata block for tagging with Vorbis-style comments. * Vastly improved metaflac, now with many editing and tagging options. * Note: new semantics for -P option in flac. * Note: removed -R option in flac. * New metadata interface to libFLAC for manipulating metadata in FLAC files. * New libFLAC++ API, an object wrapper around libFLAC. * Customizable metadata filtering by type in decoders. * Stream encoder can take an arbitrary list of metadata blocks, instead of just one SEEKTABLE and/or PADDING block.
2002-09-04Apply patches from Lubomir Sedlacik <salo@Xtrmntr.org> in PR 18115 toagc3-18/+9
generalise the linker flags used to export symbols by setting them on a per-OS basis. > many packages force -Wl,-export-dynamic which is not portable outside GNU ld > and cause problems e.g. on Solaris. some of these packages use if > conditionals either only for NetBSD or except SunOS, but the state is not > coherent and it may complicate later when support for new OS is added to > pkgsrc (e.g. ongoing work on HP-UX support). > > jlam proposed the following framework in discussion on tech-pkg: > > http://mail-index.netbsd.org/tech-pkg/2002/06/21/0009.html > > now, ${EXPORT_SYMBOLS_LDFLAGS} is used instead of directly defining > -Wl,-export-dynamic which is set in appropriate defs.*.mk to reasonable > values. packages should be converted to this framework by: > > 1) replacing LDFLAGS+= -Wl,-export-dynamic and LIBS+= -export-dynamic with: > > LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} > > 2) for use in patchfiles, add this variable to MAKE_ENV if needed: > > MAKE_ENV+= EXPORT_SYMBOLS_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS} > > 3) replace occurances of -Wl,-export-dynamic and -export-dynamic in patch > files with: > > $(EXPORT_SYMBOLS_LDFLAGS)
2002-09-03Update to 0.7.4. Fixes two random crashes. (My patches were also integrated.)mycroft4-35/+5
2002-09-03Update to 1.36.56. Changes are mostly portability, and bug fixes to the PSIDmycroft3-8/+7
tag handling.
2002-09-02Update to 0.23.2:wiz3-6/+7
0.23.2 - September 1st, 2002 : =============================== * Fixed a stupid bug in the rename file scanner : the file path was lost! 0.23.1 - September 1st, 2002 : =============================== * Playlist generator : ability to define the informations to write in the pl aylist, by using masks (like in scanners), * Fixed a bug with an empty field in OGG file, * Fixed a bug into the scanner window, due to a missing initialisation, * A fix for the undo function: now the history list has a logical behaviour, * Patch from Götz Waschk to compile with the version of libFLAC installed on your system if found, * Added switch '--disable-flac' to force the compilation with files of libFL AC supplied in the package, * Improved speed of removing tags from the interface, * Improved speed of the three scanners, * Improved speed of searching and loading files when browsing directories, * Process fields: the genre field was added, * Number of files parsed is displayed in the progress bar, * Updated vcedit.c from vorbis-tools-1.0 to remove all memory leaks when pro cessing OGG files, * A new Polish translation (thanks to Maciej Kasprzyk), * Czech translation updated (thanks to Milan Siebenburger).
2002-09-01Take over maintainership from rxg on his request.wiz1-2/+2
2002-09-01Distfiles aren't available any longer on the KDE ftp site, so let'shubertf1-3/+2
archive them at ${MASTER_SITE_LOCAL}/kde1
2002-08-31Add and enable "trplayer".fredb1-1/+2
2002-08-31Initial import of "audio/trplayer":fredb5-0/+70
The Text-Mode RealMedia Player (TRPlayer) is a RealMedia player for Linux with a command-line interface. It can play (streaming) RealAudio, RealVideo, MP3, and all other media types supported by RealPlayer 8 under Linux. TRPlayer was designed especially for blind Unix users, who don't yet have access to the graphical user interface. However, it is also useful to others; it is a good tool for background audio playback and for use on low-end hardware.
2002-08-31Now unused.wiz1-34/+0
2002-08-31Unused.wiz1-36/+0
2002-08-31Unused.wiz1-33/+0
2002-08-31Not needed any longer.wiz1-35/+0
2002-08-31Convert to buildlink2.wiz2-9/+7
2002-08-31Not needed any longer.wiz1-34/+0
2002-08-31Convert to buildlink2.wiz1-2/+3
2002-08-31Convert to buildlink2.wiz1-3/+3
2002-08-31Not needed any longer.wiz1-39/+0
2002-08-31Add buildlink2.mk.wiz1-0/+19
2002-08-31Convert to buildlink2.wiz2-9/+7
2002-08-31Not used.wiz1-40/+0
2002-08-31Not needed any longer.wiz1-49/+0
2002-08-31Not needed any longer.wiz1-38/+0
2002-08-31Convert to buildlink2.wiz1-6/+6
2002-08-31Not needed any longer.wiz2-23/+1
2002-08-31Convert to buildlink2.wiz1-6/+5
2002-08-31Not needed any longer.wiz1-34/+0
2002-08-31Convert to buildlink2.wiz1-6/+5
2002-08-31Convert to buildlink2.wiz3-10/+9
2002-08-31Update to 0.2.28:wiz3-8/+18
Bugfixes and new man pages.
2002-08-31Convert to buildlink2.wiz2-16/+15