summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2003-09-30Reimplace creation and deletion of the empty share/icecast/static directoryjmmv1-1/+4
(removed in previous commit).
2003-09-30Fix sysconfdir conversion:jmmv4-23/+11
- Pass --sysconfdir to configure script. - Make the program honour that directory to search for config files. - Remove un-needed patch (everything can be done from configure).
2003-09-30s/FILES/EGFILES/ for clarity, and undefine the iteration variable after thejmmv1-4/+5
loop has finished.
2003-09-30As suggested by tron@ require at least xine-lib-1rc0anb1 (for its fixedseb1-1/+5
xine.h) if GCC 3.* is used. This fix the build of this package on -current with GCC 3.3.1.
2003-09-30Wop, add missing $NetBSD$ RCS idxtraeme1-0/+2
2003-09-30Use the bsd.pkg.install.mk framework to install the startup shell scriptxtraeme5-11/+64
and configuration files into PKG_SYSCONFDIR. Patch provided by David Ferlier in PR pkg/20940, with more changes by me. Bump package revision to 1.
2003-09-30Make this correctly compile with gcc3, by reorganizing the way it pullscube18-16/+1094
up getop_long_only implementation. Patch sent to the author. Ok'd by seb@.
2003-09-28Fix GCC 3.3.1 related build problem.tron3-1/+27
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam10-20/+20
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant10-20/+20
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-09-27Regenerate (fix dependency to pkgconfig).martti1-4/+2
2003-09-26Added xfce4-mixermartti1-1/+2
2003-09-26Mixer plugin for XFce4.martti5-0/+63
2003-09-26Fix main download site URL. Pointed out by Michal Pasternak in privaterh1-2/+2
email.
2003-09-25style nitsgrant1-3/+3
2003-09-25set GCC_REQD=2.95.3. noted by seb.grant2-2/+6
2003-09-25xmms joystick support is built on Linux, split the PLISTgrant3-3/+7
appropriately.
2003-09-25Linux supports esddsp, so split the PLIST appropriately.grant2-1/+8
2003-09-25don't include mk/compiler.mk, it isn't necessary and breaks things.grant2-4/+2
2003-09-25revert.christos1-2/+1
2003-09-25test for commitchristos1-1/+2
2003-09-23Add missing PKGCONFIG_OVERRIDE.recht1-1/+3
Bump PKGREVISION because of the changed sndfile.pc.
2003-09-23do not add -march=pentium on all systemsdmcmahill2-1/+13
2003-09-22Fix build problem with GCC 3.3.1.tron2-1/+29
2003-09-21Fix build problem with GCC 3.3.1.tron2-1/+25
2003-09-21Add USE_BUILDLINK2 so this picks up a proper dependjmc1-1/+2
2003-09-204Front Technologies has informed me that the checksum changed because theyjlam1-3/+3
updated the NetBSD distfile without changing the global version number.
2003-09-18Updated to 0.10.1.xtraeme3-13/+16
Changes: 0.10.1 18 September 2003 * Internationalization has been performed, and a french translation is already available * Switched to Autoconf 2.57, Automake 1.7.5 and Libtool 1.5 * The build system has been cleaned up
2003-09-18Call libtool with appropriate --mode argument. From Ron Roskens in PR 22826.wiz2-8/+8
2003-09-18Specify the category when including other files and when depending on otherjmmv1-2/+2
packages. From PR pkg/21864 by ccatrian at eml.cc.
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)