Up to [cvs.netbsd.org] / pkgsrc / multimedia / kdemultimedia3
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.39 / (download) - annotate - [select for diffs], Mon May 7 01:53:49 2012 UTC (2 weeks, 4 days ago) by dholland
Branch: MAIN
CVS Tags: HEAD
Changes since 1.38: +2 -2
lines
Diff to previous 1.38 (colored)
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) It turns out there were a lot of these.
Revision 1.38 / (download) - annotate - [select for diffs], Sat Mar 3 00:12:29 2012 UTC (2 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored)
Recursive bump for pcre-8.30* (shlib major change)
Revision 1.37 / (download) - annotate - [select for diffs], Mon Feb 6 12:41:05 2012 UTC (3 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (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.36 / (download) - annotate - [select for diffs], Fri Jan 13 10:55:24 2012 UTC (4 months, 1 week ago) by obache
Branch: MAIN
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.
Revision 1.35 / (download) - annotate - [select for diffs], Tue Nov 1 06:02:12 2011 UTC (6 months, 3 weeks ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored)
Recursive bump for graphics/freetype2 buildlink addition.
Revision 1.34 / (download) - annotate - [select for diffs], Fri Apr 22 13:42:08 2011 UTC (13 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
recursive bump from gettext-lib shlib bump.
Revision 1.33 / (download) - annotate - [select for diffs], Thu Jan 13 13:36:19 2011 UTC (16 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored)
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Revision 1.32 / (download) - annotate - [select for diffs], Wed Jul 14 11:11:15 2010 UTC (22 months, 1 week ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
Recursive PKGREVISION bump for the net/mDNSResponder update
Revision 1.31 / (download) - annotate - [select for diffs], Sun Jun 13 22:45:05 2010 UTC (23 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (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.30 / (download) - annotate - [select for diffs], Mon Jan 18 09:59:17 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.29: +2 -2
lines
Diff to previous 1.29 (colored)
Second try at jpeg-8 recursive PKGREVISION bump.
Revision 1.29 / (download) - annotate - [select for diffs], Sun Jan 17 12:02:29 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
Recursive PKGREVISION bump for jpeg update to 8.
Revision 1.28 / (download) - annotate - [select for diffs], Wed Aug 26 19:56:50 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
bump revision because of graphics/jpeg update
Revision 1.27 / (download) - annotate - [select for diffs], Wed May 20 00:58:24 2009 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib major change. Reported by Robert Elz in PR 41345.
Revision 1.26 / (download) - annotate - [select for diffs], Fri Mar 20 19:25:03 2009 UTC (3 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.25: +6 -13
lines
Diff to previous 1.25 (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.25 / (download) - annotate - [select for diffs], Fri Jan 18 05:08:38 2008 UTC (4 years, 4 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
Per the process outlined in revbump(1), perform a recursive revbump on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
Revision 1.24 / (download) - annotate - [select for diffs], Fri Nov 30 21:55:03 2007 UTC (4 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Bump PKGREVISION because openexr now depends on ilmbase.
Revision 1.23 / (download) - annotate - [select for diffs], Mon Feb 19 19:32:18 2007 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.22: +3 -3
lines
Diff to previous 1.22 (colored)
Remove libtunepimp and musicbrainz buildlink3 files here too; noted by joerg.
Revision 1.22 / (download) - annotate - [select for diffs], Wed Jan 17 23:47:22 2007 UTC (5 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
Very belatedly bump PKGREVISION for all jasper dependencies because of the shlib name change (!) during the update to 1.900.0. Noted by Robert Elz in PR 35431.
Revision 1.21 / (download) - annotate - [select for diffs], Sun Jan 7 12:25:55 2007 UTC (5 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
PKGREVISION bump for flac shlib major bump and corresponding ABI depends bump.
Revision 1.20 / (download) - annotate - [select for diffs], Sun Nov 19 11:50:23 2006 UTC (5 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
tv@ pointed out that curl-7.16.0 had a shlib major bump -- increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs of dependencies. Sorry for not finding this earlier.
Revision 1.19 / (download) - annotate - [select for diffs], Thu Aug 24 10:09:58 2006 UTC (5 years, 9 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Use version 0.5.0 of "libtunepimp". Update package revision because of this dependence change.
Revision 1.18 / (download) - annotate - [select for diffs], Wed Jul 12 13:10:56 2006 UTC (5 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Depend on libtunepimp0.4 package.
Revision 1.17 / (download) - annotate - [select for diffs], Sat Jul 8 23:11:01 2006 UTC (5 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Change the format of BUILDLINK_ORDER to contain depth information as well, and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
Revision 1.16 / (download) - annotate - [select for diffs], Sat Jul 8 22:39:30 2006 UTC (5 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.15: +2 -1
lines
Diff to previous 1.15 (colored)
Track information in a new variable BUILDLINK_ORDER that informs us of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Jun 12 16:28:12 2006 UTC (5 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable) for SDL shlib changes.
Revision 1.14 / (download) - annotate - [select for diffs], Mon Apr 17 13:46:06 2006 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
Revision 1.13 / (download) - annotate - [select for diffs], Thu Apr 13 07:23:14 2006 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Use libtunepimp instead of tunepimp here too.
Revision 1.12 / (download) - annotate - [select for diffs], Wed Apr 12 10:27:27 2006 UTC (6 years, 1 month ago) by rillig
Branch: MAIN
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Aligned the last line of the buildlink3.mk files with the first line, so that they look nicer.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Apr 6 06:22:25 2006 UTC (6 years, 1 month ago) by reed
Branch: MAIN
Changes since 1.10: +3 -3
lines
Diff to previous 1.10 (colored)
Over 1200 files touched but no revisions bumped :) RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
Revision 1.10 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:16 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.9 / (download) - annotate - [select for diffs], Tue Jan 24 07:32:27 2006 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because of the shlib major bump. PKGREVISION++ for the dependencies.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Jan 6 15:10:06 2006 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -3
lines
Diff to previous 1.7 (colored)
DEPENDS and PKGREVISION bumps because db4's library name changed.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Dec 11 11:20:51 2005 UTC (6 years, 5 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Update to KDE 3.5 Many new features and refinements. Notable changes include: * Konqueror is the second web browser to pass the Acid2 CSS test, ahead of Firefox and Internet Explorer * Konqueror can also now free web pages from adverts with its ad-block feature * SuperKaramba is included in KDE, providing well-integrated and easy-to-install widgets for the user's desktop * Kopete has support for MSN and Yahoo! webcams * The edutainment module has three new applications (KGeography, Kanagram and blinKen), and has seen huge improvements in Kalzium
Revision 1.6 / (download) - annotate - [select for diffs], Sun Dec 11 09:40:45 2005 UTC (6 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Convert aalib to options framework, adding an 'x11' option, and remove aalib-x11 and aview-x11. SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED) for affected packages. Addresses PR 32046 by Leonard Schmidt.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Jun 3 22:58:54 2005 UTC (6 years, 11 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.4: +4 -1
lines
Diff to previous 1.4 (colored)
Now uses some semaphore functions so depend on pthread-sem on old NetBSD systems to provide them.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Mar 23 21:59:47 2005 UTC (7 years, 2 months ago) by markd
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
Revision 1.3 / (download) - annotate - [select for diffs], Sun Oct 3 00:13:02 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 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.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Aug 21 14:44:47 2004 UTC (7 years, 9 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.1: +4 -2
lines
Diff to previous 1.1 (colored)
Update to KDE 3.3
Changes:
* aRts
o JACK output plugin Zack Rusin, Matthias Kretz
* aKode
o akodelib: New multithreaded audio (de/en)coding library Allan
Sandfeld Jensen
o akodelib: Plugins for MPEG-audio, Ogg/Vorbis, FLAC, Ogg/FLAC and
Musepack decoding Allan Sandfeld Jensen
o akodelib: Support for external encoding and output plugins Allan
Sandfeld Jensen
o akodelib_artsplugin: aRts-plugin that uses the akode-decoding
plugins Allan Sandfeld Jensen
o akodelib_artsplugin: Support streaming aRts API, to enable
streaming playback Allan Sandfeld Jensen
* KRec
o Update the documentation. Arnold Krille
* JuK
o Improved track announcement popup Michael Pyne
o Add to K3B support for songs Michael Pyne
o Improved DCOP support Michael Pyne
o Drag and drop retagging of songs Michael Pyne
o Quickly play songs from the Search Bar Michael Pyne
o Album random play Michael Pyne
* KFilePlugins
o New plugin for C64 PSID music files Rolf Magnus
Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 20 13:13:42 2004 UTC (8 years, 1 month ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2
bl3ify and update to kde3.2.2. audiocd/cdparanoia patches from Chris Gilbert. Changes: * KRec: Corrected calculation of position in KB. * kio (audiocd): Fix kio-audiocd gives no error message when device permissions are wrong * kio (audiocd): Fix kaudiocreator error "/By Track/Track 01.wav" should start with "audiocd:/" * kmid: Fix KMid doesn't support international characters * juk: Fix Not adding m3u, pls... lists when refreshing directory * juk: Fix Show Total running time of selection/playlist * juk: Fix extra option (random play) in popup-window * juk: Fix TimeLeft widget listens to too many signals * juk: Fix Juk crashed when I was retagging a bunch of songs and started to play with search * Fix FLAC dependency isn't mentioned anywhere and can cause compilation errors * Fix kdemultimedia build fails with parallel make * configure: Fix Extraneous message in admin/Makefile.common using --prefix * kmix: Fix the executable linking against the part, by adding a common library.