summaryrefslogtreecommitdiff
path: root/multimedia/kdemultimedia3
AgeCommit message (Collapse)AuthorFilesLines
2006-08-02Update KDE to 3.5.4markd4-22/+9
Changes unknown
2006-07-12Depend on libtunepimp0.4 package.wiz2-5/+5
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
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
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-27Fix build with gcc4 on NetBSD-3.99.21.wiz2-1/+16
2006-06-21Fix build on DragonFly and FreeBSD due to different cdparanoia headers.joerg2-5/+17
Patch obtained from FreeBSD ports.
2006-06-12Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)wiz2-3/+4
for SDL shlib changes.
2006-06-01Update KDE to 3.5.3markd2-6/+5
Changes: * Changing the slider should enable the apply/reset buttons * Fixed audiocd:/ to Ogg extraction when packagers are built with new ld flags. * JuK o Fix "JuK trying to add unknown category in File Renamer" * KAudioCreator o Fix regression causing renamed tracks to be disregarded when ripping/encoding
2006-05-10Fix OSS audio mixer on DragonFly. Kill a malloc.h include.joerg5-3/+48
Based on patch from wa1ter@myrealbox.com on DragonFly's user list. Bump revision.
2006-05-08musicbrainz detection works better, when linking with pthread.joerg2-26/+35
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz2-4/+4
2006-04-13Use libtunepimp instead of tunepimp here too.wiz1-2/+2
2006-04-13Switch to use libtunepimp. Bump PKGREVISION.wiz1-2/+3
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed2-5/+5
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).
2006-03-30Update KDE to 3.5.2markd3-8/+30
* JuK o Manual Column widths notice interferes with dragging columns o Action List in Configure Shortcuts includes up to as many Add to CD items as you have playlists o Crash after hiding Play Queue fixed * KMix o KMixApplet, if shown on vertical Kicker Panel, shows always icons (even if there is not enough space) o Kmix saves the wrong Master Channel under certain cictumstances o Split channel in KMixApplet shows one channel as a slider, the other numerical o Selecting master channel does not update tray icon
2006-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam1-2/+2
Remove deprecated ossaudio.buildlink3.mk.
2006-03-07Recursive bump for major version change of cdparanoia libs.joerg1-2/+2
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz1-2/+2
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2006-01-31Update to KDE 3.5.1markd5-27/+36
Changes: * JuK o Fix memory corruption bug causing crashes with recent glibc libraries. o Fix incorrect initial volume setting when using aKode as output. o Corrected list of file types that JuK supports. o Fix command line handling of music files. Now files given on the command line are automatically added to the Collection List. o Fix "Album Random Play" feature to also use Artist information when choosing the next track to play. o Added musicbrainz 0.4-support
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-3/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-20Rework broken thread detection:joerg6-27/+346
- try libpthread - fallback to ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} Run the check only once, to avoid the second run overwriting the results of the first. Add DragonFly support. Fix errno.
2006-01-18Adjust dependencies after the renames of gstreamer, gst-plugins andjmmv1-4/+4
gst-plugins-* to gstreamer0.8, gst-plugins0.8 and gst-plugins0.8-*, respectively. Bump PKGREVISION.
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz2-5/+4
2006-01-04share/doc/kde/HTML/en/kioslave belongs to kdelibs3, which is a dependency,wiz2-3/+4
don't try to remove it here. Bump PKGREVISION for PLIST fix.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-11Update to KDE 3.5markd7-158/+145
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
2005-12-11Convert aalib to options framework, adding an 'x11' option, and removewiz2-3/+4
aalib-x11 and aview-x11. SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED) for affected packages. Addresses PR 32046 by Leonard Schmidt.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-13Update to KDE 3.4.3markd1-4/+4
Changes: JuK: Fix random play not being random between application starts. JuK: Fix Tree View Artists not having artists of different capitalization. JuK: Google cover search now works again JuK: Fix crash on startup after a watched directory was removed. JuK: Fix infinite loop when switching output methods. JuK: Fix 0-width added columns when using manual resizing. JuK: Fix not checking for proxy exceptions for MusicBrainz. JuK: Fix the "Back to Playlist" link in the Now Playing bar to select the playing playlist instead of the Collection List. JuK: Fix the Jump to Playing Item feature to update the Tag Editor. JuK: Fix tabstops being in a seemingly random order in some dialogs. JuK: Fix code warning caused by improper signal declaration. JuK: A few style guide fixes to clarify some operations. JuK: The Now Playing bar is correctly updated when you change the tag of the playing item.
2005-09-06Fix NetBSD statvfs check to be >= 299000900 not >= 200040000abs2-4/+4
No pkgrevision bumps needed.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-2/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-30Update to KDE 3.4.2markd2-5/+6
No summary of changes given, see http://www.kde.org/announcements/changelogs/3_4_2/kdemultimedia.txt for details.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-06-03Now uses some semaphore functions so depend on pthread-sem on old NetBSDmarkd2-2/+10
systems to provide them.
2005-06-01Switch USE_OSS to options framework.markd1-6/+6
2005-05-31Update to KDE 3.4.1markd1-4/+4
Changes: * akodelib: Avoid endless loops when paused in JuK * akode_plugins: Fix crash when playing musepack(MPC) files on AMD64 * akode_plugins: Fix some cases where streaming of Ogg Vorbis failed * JuK: Selecting the undo command now undoes only the last change again
2005-04-19Depend on xdg-dirs-1.2. Since this is pulled inwiz2-4/+4
by kdelibs3 anyway, no actual change in dependencies, so no PKGREVISION bump. Adapt comment in PLIST.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-25Add optional gstreamer support in JuK.markd1-1/+10
2005-03-24undo last and redo properly (include pkgconfig/buildlink3.mk)markd3-13/+5
2005-03-24Dont try and use gstreamer even if pkg-config finds it.markd2-13/+22
At some point I'll add optional gstreamer support to the package.
2005-03-23Update to KDE 3.4markd7-60/+27
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
2005-03-19Fix build on Solaris. From Simon Kuhn in PR pkg/29709.markd3-1/+38
2005-03-06$PKG_SYSCONFDIR support. Bump PKG_REVISION.markd4-6/+25
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-23Use sh rather than bash to run update script.markd4-2/+24
Partial fix for PR 28657. Bump PKGREVISION.
2004-12-10Update to kde 3.3.2markd3-42/+63
Changes: * akodelib: Play even more broken and wierd MP3s well. * akodelib: Don't crash on when mmap fails (e.g. on NTFS). * akode-artsplugin: Play dual-mono files as stereo * akode-artsplugin: Halt playobject if a stream terminates
2004-11-18More duplicate dirrm cleanup.markd1-3/+3