summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
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
2003-07-30Update to 0.28.1:wiz2-6/+5
* Added the ability to perform an action only for the selected files : to set a field to other files, to remove tags, to scan files, to save files, to delete files, to use undo and redo, to open files with an external program, * Added ability to (un)select all files or to invert the selection, * Changed writing of the genre in ID3v2.3 tags (according to id3v2.3.0 standard), * Added displaying of number of files in the directory of the selected file (in the browser area), * Added preview for the Fill Tag scanner, * Added buttons in the toolbar to select all files and invert the selection, * Cleanup in the toolbar and in menus, * Warning : Many shortcuts have been changed!, * A lot of code cleanup, * Fixed a small bug in the preview of the Rename File Scanner, * Fixed problem of zombie process when terminating the audio player (thanks to Tony Mancill), * Fixed a bug when starting with some gtk themes as H2O (no window appeared) (thanks to Tony Mancill), * Fixed a bug when applying CDDB results to the files excepted for the filename, * Romanian translation updated (thanks to George Pauliuc), * German translation updated (thanks to Götz Waschk), * Russian translation updated (thanks to Andrey Astafiev).
2003-07-30Update arts to 1.1.3.markd3-10/+9
Changes: * GCC 3.4 compile fixes, compiler warning fixes * Allow the application to query if the server is suspended. * arts_suspend() returns 0 if arts doesn't have device open. * add -V command line switch to set initial volume. * Compilation fix * Build system update
2003-07-29Added missing p5-perl-headers dependency required by nas perl scriptswulf1-2/+4
2003-07-26Add and enable SDl-nas.jmmv1-1/+2
2003-07-26Initial import of SDL-nas, version 1.2.5:jmmv4-0/+45
SDL-nas is a plugin for the SDL library that allows it to output sound using the Network Audio System (NAS).
2003-07-26Add and enable SDL-arts and SDL-esound.jmmv1-1/+3
2003-07-26Initial import of SDL-esound, version 1.2.5:jmmv4-0/+43
SDL-esound is a plugin for the SDL library that allows it to output sound using the enlightened sound daemon (mainly used by the GNOME desktop).