summaryrefslogtreecommitdiff
path: root/audio/sweep
AgeCommit message (Collapse)AuthorFilesLines
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-13/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-07-23Bump firstlevel depends for speex shlib major bump.wiz1-1/+2
2004-06-21update to 0.8.3drochner3-19/+7
changes: i18n improvements bugfixes
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-3/+2
*-dirs packages.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-3/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-12/+9
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-19Convert to buildlink3.wiz3-47/+45
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-5/+3
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-08Bump PKGREVISION for libogg (or, in 5 cases, libao) updates.wiz2-4/+4
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-07-10Depend on latest sweep package version, and include libmad bl2wiz1-3/+3
instead of mad one.
2003-07-10Revision bumped; dependency changed from mad to libmadadam1-3/+3
2003-06-05Fix path to speex, and bump PKGREVISION here too.wiz1-3/+3
Obviously unused...
2003-06-05Bump PKGREVISION: does not depend on fftw any longer (via libsamplerate).wiz1-2/+2
2003-06-05Update speex to 1.0.1, and bump sweep PKGREVISION for it.wiz1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-05-02Latest is 0.8.2nb1, not 0.8.2 (pth).wiz1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-04-30Update to 0.8.2. Changes since 0.8.0:jmmv4-22/+21
Wed Apr 30 2003 -- Version 0.8.2 -------------------------------- This release contains support for ALSA 0.9. Internationalization (i18n) improvements: * a complete audit of untranslateable strings, including mis-configured source files and unmarked strings, by Silvia Pfeiffer. * a new Greek translation by Dokianakis Fanis * a new Russian translation by Alexandre Prokoudine * an updated Italian translation by Yuri Bongiorno * an updated German translation by Silvia Pfeiffer Additional changes include: * added VBR without DTX option for Speex 1.0 speech encoding * improved accuracy of sliders in processing dialogs Thu Feb 6 2003 -- Version 0.8.1 -------------------------------- This release contains performance improvements for basic editing operations, including reduced memory consumption during cut and paste insert. It also includes support for creation of new files on the command line, updated handling of raw file loading through libsndfile, and updated support for voice activity detection and intensity stereo coding features of the Speex speech codec.
2003-03-24Update for Speex -> speex rename; bump PKGREVISION.wiz1-2/+3
2003-02-05gnome[12]-dirs shouldn't have buildlink2.mk files as they don't havejlam1-2/+3
either shared libraries or header files. Remove references to these buildlink2.mk files from package Makefiles.
2003-01-30Update sweep to 0.8.0. Changes in this version:jmmv3-13/+12
* a new monitoring subsystem for use in DJing and live performance. Users with two sound cards can use headphones for monitoring, to prepare mixes and cue samples without disrupting the main output. * A usability bug was fixed in keyboard playback controls * the Italian translation of the user interface was updated by Yuri Bongiorno.
2003-01-27Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION.jmmv2-2/+5
2003-01-09Prototype buildlink2.mk's created automagically by createbuildlink(8).uebayasi1-0/+34
2002-12-21Initial import of sweep, version 0.5.13.jmmv5-0/+133
Sweep is a sound wave editor, and it is also generally useful as a flexible recording and playback tool. Inside lives a pesky little virtual stylus called Scrubby who enjoys mixing around in your files. Version 0.5.1 was provided in my own PR pkg/18124.