summaryrefslogtreecommitdiff
path: root/audio/audacious
AgeCommit message (Collapse)AuthorFilesLines
2013-09-02Revbump after cairo updateadam2-4/+4
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz2-4/+4
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron2-4/+4
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz2-4/+4
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2012-10-08Revbump after updating graphics/pangoadam2-4/+4
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron2-4/+4
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache2-4/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-09-07Revbump after updating graphics/cairoadam2-4/+4
2012-07-15audio/audacious: LDFLAGS.DragonFly+= -lICEmarino1-2/+2
2012-07-03Fix backtrace(3) usage on NetBSDjoerg1-1/+6
2012-07-01Add desktopdb.mk and bump PKGREVISION for 118 packages as reported bydholland1-2/+3
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd2-4/+4
2012-06-12Add inet6 to default suggested options. It's 2012.wiz1-1/+2
2012-06-03Belatedly bump PKGREVISION for packages where the mass glib2 includedholland1-2/+2
fixes last month changed installed headers, excluding some that have already been bumped.
2012-05-16audio/audacious: Fix indirect linking on DragonFlymarino1-2/+2
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-05-06Build fixes for new glib2.dholland3-1/+33
2012-04-29Remove BUILDLINK_DEPMETHOD.audacious?=build. There are only two referencesdholland1-2/+1
to this bl3 that I can find. One is audacious-plugins, where this setting is incorrect (it fails Joerg's new .so tests); the other reference is in audio/mp3splt-gtk, and it's commented out.
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-24audio/audacious: Fix indirect linking error on DragonFly onlymarino1-2/+3
2012-01-12Fix build on SunOS.hans1-1/+3
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-4/+4
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-04-21Fix library sonames on SunOS.hans2-5/+13
2011-04-21Fix library names on SunOS.hans2-1/+17
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs2-4/+4
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz2-4/+4
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-4/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2009-11-13Update description.reed1-3/+7
2009-08-29Mark as destdir-ready.wiz1-1/+3
2009-08-26bump revision because of graphics/jpeg updatesno2-2/+4
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-06-14Remove @dirrm related logic.joerg1-6/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-34/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-11-11Needs msgfmt.hasso1-2/+2
2008-11-10Update to 1.5.1:wiz3-8/+8
Audacious 1.5.1 (2008-05-23) ============================ Enhancements ------------ * New Cairo-based playlist widget, which should be somewhat faster. * Volume setting is now saved between sessions. * Session management is now optional and can be disabled via a configure option. * Added an option to enable loading of broken skins (use with care.) * "Remote" handling of Audacious via commandline is now faster. Bugfixes -------- * Headless support should work now again. * Compiling without DBUS support works, but you should note that we DO NOT SUPPORT builds compiled without DBUS! Several features of Audacious are disabled if built without DBUS! * Memory leak fixed in eggsm (session management). * Documentation updates and fixes. * GCC 4.3 compilation fixes. * Fixed a crash when eggsm couldn't find audacious.desktop file. * Cleaned up and refactored configure and various buildsystem fixes. * Removed references to some options that are not available anymore. * A Dbus-related crash when using remote playlist adding functions was fixed. * Few potential lock-up situations have been fixed. * "Reload Plugins" button was removed, because it did not work properly and often caused segfaults due to broken plugins.
2008-11-10Use devel/libmowgli instead of devel/mowgli.wiz2-4/+4
2008-11-10Ignore some directories when creating PLISTs for dependencies.wiz1-1/+6
2008-10-20Initial import of wip/audacious-1.5.0, packaged by Johann Franz.wiz6-0/+440
Audacious is a fork of beep-media-player 0.9.7.1. The primary goals of this fork are keeping the ideology of the original BMP and merging miscellaneous plugins into Audacious.