summaryrefslogtreecommitdiff
path: root/audio/xmms-crossfade
AgeCommit message (Collapse)AuthorFilesLines
2005-03-16Fixed CFLAGS quoting. Approved by wiz.rillig1-3/+3
2005-03-14Back out previous, irrelevant quoting fix.uebayasi1-2/+2
2005-03-07Fix quoting.uebayasi1-2/+2
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
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-3/+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-03-11Use bl3 and dump LTCONFIG_OVERRIDE.snj1-5/+4
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2002-10-27Test for pth, not __NetBSD__ to make this compile with native threads.rh4-18/+18
Bump PKGREVISION.
2002-10-17Make this package OSS-aware.jlam4-6/+24
2002-09-21buildlink1 -> buildlink2jlam1-5/+6
2002-08-08Bump PKGREVISION as a result of removing the _POSIX_THREAD_SYSCALL_SOFTjlam1-1/+2
definition. The resulting packages are different than before.
2002-08-08The xmms plugins should have the same thread semantics as xmms. Sincejlam1-2/+1
xmms does use _POSIX_THREAD_SYSCALL_SOFT, the plugins shouldn't either.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-2/+2
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-23Use ossaudio.buildlink.mk.jlam1-2/+3
2001-08-16Converted to use buildlink, set USE_BUILDLINK_ONLYzuntum1-4/+3
2001-06-21Update xmms-crossfade to 0.2.9. Changes include:rh2-6/+6
* Fixed the pre-mixing effect plugin handling. * Added more verbose error messages when one of 'xmms-config', GLIB or GTK can not be found. * Fixed a bug which could cause very ugly feedback when using the silence-after-fadeout crossfader feature. This does only happen when you have activated an effect plugin in XMMS. * Fixed a small configure script error.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-23Initial import of xmms-crossfade-0.2.7, a cross-fading plugin for xmms.rh9-0/+179