Up to [cvs.netbsd.org] / pkgsrc / audio / audacious
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.16 / (download) - annotate - [select for diffs], Mon May 7 01:53:13 2012 UTC (2 weeks, 1 day ago) by dholland
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) It turns out there were a lot of these.
Revision 1.15 / (download) - annotate - [select for diffs], Sun Apr 29 03:51:26 2012 UTC (3 weeks, 2 days ago) by dholland
Branch: MAIN
Changes since 1.14: +1 -2
lines
Diff to previous 1.14 (colored)
Remove BUILDLINK_DEPMETHOD.audacious?=build. There are only two references 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.
Revision 1.14 / (download) - annotate - [select for diffs], Sat Mar 3 00:12:00 2012 UTC (2 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Recursive bump for pcre-8.30* (shlib major change)
Revision 1.13 / (download) - annotate - [select for diffs], Mon Feb 6 12:39:19 2012 UTC (3 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Revbump for a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Nov 1 06:00:34 2011 UTC (6 months, 3 weeks ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Recursive bump for graphics/freetype2 buildlink addition.
Revision 1.11 / (download) - annotate - [select for diffs], Fri Apr 22 13:42:01 2011 UTC (13 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
recursive bump from gettext-lib shlib bump.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Jan 13 13:36:27 2011 UTC (16 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Nov 15 22:56:09 2010 UTC (18 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome
Revision 1.8 / (download) - annotate - [select for diffs], Tue Sep 14 11:00:51 2010 UTC (20 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that version, and bump all depends. Per discussion on pkgsrc-changes.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Jun 13 22:43:47 2010 UTC (23 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Bump PKGREVISION for libpng shlib name change. Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Aug 26 19:56:59 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
bump revision because of graphics/jpeg update
Revision 1.5 / (download) - annotate - [select for diffs], Sun Jun 14 22:57:58 2009 UTC (2 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.4: +1 -6
lines
Diff to previous 1.4 (colored)
Remove @dirrm related logic.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Mar 20 19:23:52 2009 UTC (3 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.3: +6 -13
lines
Diff to previous 1.3 (colored)
Simply and speed up buildlink3.mk files and processing. 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.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Nov 10 11:35:33 2008 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Use devel/libmowgli instead of devel/mowgli.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Nov 10 11:07:51 2008 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.1: +6 -1
lines
Diff to previous 1.1 (colored)
Ignore some directories when creating PLISTs for dependencies.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Oct 20 09:28:51 2008 UTC (3 years, 7 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-20081020
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of wip/audacious-1.5.0, packaged by Johann Franz. 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.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Oct 20 09:28:51 2008 UTC (3 years, 7 months ago) by wiz
Branch: MAIN
Initial revision