summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2003-09-18Add and enable mp3splt.wiz1-1/+2
2003-09-18Initial import of mp3splt-1.9.wiz4-0/+39
Mp3Splt is a command line utility to split mp3 (VBR supported) and ogg files selecting a begin and an end time position, without decoding. It's very useful to split large mp3/ogg to make smaller files or to split entire albums to obtain original tracks. If you want to split an album, you can select split points and filenames manually or you can get them automatically from CDDB (internet or a local file) or from .cue files. Supports also automatic silence split, that can be used also to adjust cddb/cue splitpoints. Otherwise if you have a file created either with Mp3Wrap or AlbumWrap you can extract tracks just in few seconds.
2003-09-17Update to KDE 3.1.4.markd3-28/+10
Changes: * compile fixes with newer gcc 3.3 releases. * compile fixes for upcoming gcc 3.4 release. * noatun: memory leak fix. * kscd: massive memory leak fix. * kaboodle: fix segfault during exit. * noatun: fix rare crash when playlist entries are deleted.
2003-09-17Update arts to 1.1.4 (for KDE3.1.4)markd4-21/+6
Changes: * Fix artsbuilder crash with changed construction order in gcc 3.3.2 release. * Fix stereo volume control. * Fix compilation problems. * Crash fixes.
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant1-5/+1
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-1620030724: bug-fix releaseadam2-7/+6
2003-09-15Incorporate James Wetterau's patch from PR 20763 to warn if there is noagc4-19/+24
encoder in the path. Unify patch-ac and patch-ae which both patch the same file. Bump pkgrevision to nb4
2003-09-15don't make assumptions about systems, just use GNU make everywhere.grant1-8/+3
2003-09-15Use GNU make on Linuxmartti1-1/+8
2003-09-14Make esound support optional, through USE_ESOUND.jmmv1-4/+10
2003-09-14hange extension.mk to also install optimized files for distutils packages.recht1-1/+3
Inspired by FreeBSD "ports". Fix the PLISTs accordingly. Also, while at it, remove now obsolete compileall.py calls in post-install targets and insure that extension.mk is in included before builinlinks of other Python modules. Discussed with/ok'ed by drochner@.
2003-09-12kill all references to gcc.buildlink2.mk and compiler.mk, and definegrant1-2/+1
USE_GCC2 or USE_GCC3 where appropriate. the functionality of the old gcc.buildlink2.mk has been rolled into compiler.mk now, which is automatically used. more changes to come later...
2003-09-12gcc.buildlink2.mk is no more. So, include compiler.mk instead.recht1-2/+2
reported by collver1@
2003-09-12gcc.buildlink2.mk is no more. So, include compiler.mk instead.recht2-4/+4
2003-09-10Regen checksum and do not use DIST_SUBDIR any more, so the distfile getsjmmv2-5/+4
refetched. Closes PR pkg/22352.
2003-09-10Update to 4.23, provided by Ben Collver in relation with PR 22726.wiz3-431/+1741
Now under GFDL, and lots of updates.
2003-09-09Use PTHREAD_* variables to avoid passing the unknown -pthreads flag to thejmmv3-7/+18
compiler. Fixes PR pkg/19501.
2003-09-09fix HOMEPAGEhubertf1-2/+2
2003-09-09Fix HOMEPAGEhubertf1-2/+2
XXX pkg needs an update, but ENOTIME right now. Any volunteers?
2003-09-07Update to 0.2.32:wiz6-34/+17
* Fix build when IPv6 is disabled (Soren Jacobsen) * Fix missing file in tarball (Dan Winship)
2003-09-05add a patch to stop crashing on -d '' or -G '' which abcde wants to use whenexplorer3-3/+51
a date or genre is unknown
2003-09-04Update mserv to 0.35nb2:abs3-7/+48
Fix six variations on the same file descriptor leak theme
2003-09-04Update to 0.29:wiz2-5/+5
0.29 - September 1rst, 2003 : ============================= * When selecting a "changed" file, the background color is set to red (as for the filename in the normal state), * Fixed problem when selecting file after to have been sorted, * Fixed problem to display file data, when selecting finally only one file of the last selected files, * Added ability to sort the CDDB results by track name or track number or manually, * Added detection and linking with iconv in the configure script to avoid compilation error, * When using buttons 'first', 'previous', 'next' and 'last', only one line is selected, * Russian translation updated (thanks to Andrey Astafiev), * Dutch translation updated (thanks to Björn Olievier), * Japanese translation updated (thanks to Takeshi Aihana), * Polish translation updated (thanks to Artur Polaczynski), * Italian translation updated (thanks to Lorenzo Cappelletti), * Romanian translation updated (thanks to George Pauliuc), * German translation updated (thanks to Götz Waschk).
2003-09-03Update mserv to 0.35nb1abs6-28/+127
Fix english.lang install location Install mservedit Add INSTALL and LICENSE to PLIST Fix config 'player_ogg=prog_ogg' -> 'player_ogg=prog_ogg123' Add PARSE_OGG_INFO
2003-09-03update to 1.2.6drochner3-6/+6
There are many bug fixes and improvements in this release, including MMX and 3DNow! optimized alpha blending, MMX optimized audio mixing, support for OpenGL FSAA, and official QNX support!
2003-09-03don't use ${INSTALL} to install anythingdrochner3-6/+6
(this probably shouldn't be exported at all)
2003-09-03Update to mserv-0.35.martin15-6488/+162
Most previus patches have been integrated, various fixes. This version is compatible with a new nifty win32 gui client, see the homepage for links.
2003-08-30Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL ifjlam3-3/+12
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable.
2003-08-30Prepare for pkgviews by making sure that passing VIEW-INSTALL orjlam2-18/+4
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-08-30"It's" stands for "it is" (or "it has"). The apostrophe is not usedreed1-1/+1
for a possessive (like her, his, whose, their, and its). Note that I didn't check for proper use of "its" (when it should be "it is" or "it has" instead). I also saw over 15 other grammar or punctuation problems, but not fixed in this commit.
2003-08-28Change my email address to the NetBSD one, ok'ed by wiz@xtraeme4-8/+8
2003-08-27While lame may be under the GPL, using it or other mp3 software inwiz1-1/+3
commercial (and perhaps other) projects is only allowed under a license, see http://www.mp3licensing.com/help/developer.html#5 Restore LICENSE line.
2003-08-27It was a lame idea to place pkgsrc entry for lame under commercial license.junyoung1-3/+1
It's distributed under the GPL.
2003-08-27Fix a build failure with USE_INET6=NO, reported by Soren Jacobsenwiz2-1/+17
in PR 22615.
2003-08-24Comment out some entries of the PLIST if no shared libXv exists (ie XFree<4.3)markd2-17/+23
Should fix Hubert's bulk build.
2003-08-22install cover templates too, and set default search path accordinglydrochner4-4/+34
2003-08-17Update to 0.2.31: Solaris 8 build fixes.jmmv3-7/+7
2003-08-12Add and enable xmms-alarm.wiz1-1/+2
2003-08-12Initial import of xmms-alarm, provided by Michal Pasternak in PR 21875.wiz5-0/+42
Changes: use SHLIBTOOL_OVERRIDE instead of obsolete LTCONFIG_OVERRIDE; fill PLIST (!); run pkglint and fix errors. This plugin allows your XMMS be used as an alarm clock. Various settings are available (like, for example, volume fading-in time).
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb6-12/+6
2003-08-08COMMENT tweak.grant1-2/+2
2003-08-05bump revision after qt3/kde prefix changedrochner1-1/+2
2003-08-05Another X11BASE -> LOCALBASE fixup.markd1-2/+2
2003-08-04bring in change from KDE HEAD:grant2-1/+15
arts/soundserver/artsd.cc 1.43.2.3 use fabs() instead of fabsf().
2003-08-03Use external id3lib (the one that comes with the package fails to build).jmmv1-2/+4
Bump PKGREVISION to 4.
2003-08-01regenjmc1-2/+2
2003-08-01Update to 0.2.30:jmmv4-22/+37
* IPv6 support (Archana Shah) * Cygwin support (Masahiro Sakai) * MacOS X CoreAudio support (Masanori Sekino) * Always read esd config file, not only when auto-spawning (James Strandboge) * Prevents drop-outs for hardware allowing low period_size (ALSA) (Stanislav) * Man pages fixes (Stanislav) * Major code cleanup (Kjartan) * Ensure esd_open_audio succeed if interrupted (Arvind) * Allow 0 as auto-standby value (Mohammed Waleed Kadous) * Allow simultaneous play and record on Solaris (Balamurali) * Add support for session name to esdcat (j@thing.net)
2003-08-01add another LIBTOOL_OVERRIDE.grant1-2/+2
2003-07-30fix multiline literals in configure script to appease gcc3.3.grant2-1/+27
from Jonathan Perkin in PR pkg/22294.
2003-07-30Update kdemultimedia to 3.1.3.markd14-176/+345
Changes: * kscd: add method to determine if KsCD is playing * noatun: memory leak and memory corruption fixes * noatun: Add volume slider for "simple" module * artsbuilder: fix several corruptsions and other crashes