Commit graph

57 commits

Author SHA1 Message Date
markd
d70fe59282 Update to KDE 3.5.1
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-31 22:33:02 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
joerg
9037217dd0 Rework broken thread detection:
- 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-20 03:51:25 +00:00
jmmv
9cea83e7fa Adjust dependencies after the renames of gstreamer, gst-plugins and
gst-plugins-* to gstreamer0.8, gst-plugins0.8 and gst-plugins0.8-*,
respectively.  Bump PKGREVISION.
2006-01-18 12:55:55 +00:00
wiz
751d30d637 DEPENDS and PKGREVISION bumps because db4's library name changed. 2006-01-06 15:10:01 +00:00
wiz
f38bd8be21 share/doc/kde/HTML/en/kioslave belongs to kdelibs3, which is a dependency,
don't try to remove it here. Bump PKGREVISION for PLIST fix.
2006-01-04 22:35:42 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
markd
bba1661508 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
2005-12-11 11:20:51 +00:00
wiz
7e1c5bfbc9 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.
2005-12-11 09:40:37 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
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-12-05 20:49:47 +00:00
markd
edb36d1eb0 Update to KDE 3.4.3
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-10-13 12:52:11 +00:00
abs
ee9906d198 Fix NetBSD statvfs check to be >= 299000900 not >= 200040000
No pkgrevision bumps needed.
2005-09-06 08:10:57 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
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-08-10 20:56:10 +00:00
markd
53f7b9d2d5 Update to KDE 3.4.2
No summary of changes given, see
http://www.kde.org/announcements/changelogs/3_4_2/kdemultimedia.txt for
details.
2005-07-30 11:22:20 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
markd
1f4a085094 Now uses some semaphore functions so depend on pthread-sem on old NetBSD
systems to provide them.
2005-06-03 22:58:54 +00:00
markd
20c42f20aa Switch USE_OSS to options framework. 2005-06-01 14:51:56 +00:00
markd
6bb66bf684 Update to KDE 3.4.1
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-05-31 14:38:05 +00:00
wiz
ae0bccc61a Depend on xdg-dirs-1.2. Since this is pulled in
by kdelibs3 anyway, no actual change in dependencies, so no PKGREVISION
bump. Adapt comment in PLIST.
2005-04-19 11:00:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
markd
1736e4a61a Add optional gstreamer support in JuK. 2005-03-25 12:25:21 +00:00
markd
ea7c441daa undo last and redo properly (include pkgconfig/buildlink3.mk) 2005-03-24 22:41:58 +00:00
markd
dc1904b39e Dont try and use gstreamer even if pkg-config finds it.
At some point I'll add optional gstreamer support to the package.
2005-03-24 21:51:20 +00:00
markd
a7c1995268 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
2005-03-23 21:59:47 +00:00
markd
37ae38d1a8 Fix build on Solaris. From Simon Kuhn in PR pkg/29709. 2005-03-19 01:03:38 +00:00
markd
277478308f $PKG_SYSCONFDIR support. Bump PKG_REVISION. 2005-03-06 13:02:59 +00:00
agc
5ae9517d74 Add RMD160 digests. 2005-02-24 11:24:01 +00:00
markd
6dd812e58a Use sh rather than bash to run update script.
Partial fix for PR 28657.  Bump PKGREVISION.
2004-12-23 12:54:29 +00:00
markd
e80ce7c06f Update to kde 3.3.2
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-12-10 06:13:03 +00:00
markd
6af479d927 More duplicate dirrm cleanup. 2004-11-18 11:48:36 +00:00
markd
0d19438ea8 Don't delete konqueror/servicemenus on package deletion (kdebase does it)
Partial fix for PR pkg/28342.
2004-11-18 10:14:44 +00:00
markd
7f17964622 Remove the part of the patch thats already in 3.3.1 (I thought I tested
that).  Spotted by Ian Zagorskih.
2004-10-14 11:10:00 +00:00
markd
da160b1ab2 Update to KDE 3.3.1
Changes:
* akodelib: Fixed decoding of Ogg/Vorbis on big-endian machines
* akode-artsplugin: Fixed artsd-crash when playing in Konqueror
* juk: Fixed a bug where JuK sometimes crashes on KDE logout.
* juk: Fixed the removeTrack() DCOP call, which caused an infinite
  memory-leaking loop.
* juk: JuK now automatically saves your playlists every 10 minutes.
* juk: The tree view mode uses a case-insensitive search to fill its
  dynamic playlist now, matching the internal method of operation.
* juk: The tag editor no longer loses changes when you hide the tag editor.
* juk: Added checks for the return value of opendir(), which could fail if
  you don't have read permission for the directory.
* juk: Update status bar after changing the tags on the currently playing
  item.
* juk: Fixed a bug where a tree view mode playlist could be deleted out
  from under an item that needed to access it.
* juk: Fixed the GUI layout to also work in right-to-left languages.
* juk: Update the status bar when a different playlist is selected.
* juk: Always show the playing playlist in the status bar, fixing a
  regression from KDE 3.2.
* kscd: Fix saving of cd-information
2004-10-13 12:16:06 +00:00
snj
cff509fba4 Bump PKGREVISION to 2 for mycroft's recent kaudiocreator fix. 2004-10-10 19:55:01 +00:00
mycroft
2d485972eb Fix off-by-one errors which were causing the chunk sizes in .wav files
produced by kaudiocreator to be one sector too short, which in turn caused
flac to barf on the "garbage" at the end.  Now kaudiocreator can actually
read and encode an entire CD.
2004-10-10 19:50:23 +00:00
tv
c487cb967a 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.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
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-09-22 08:09:14 +00:00
markd
10dabbf627 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
2004-08-21 14:44:47 +00:00
drochner
ca3b03de38 this pkg does not conflict with timidity 2004-07-02 15:10:56 +00:00
markd
e23914e6d8 update to kde 3.2.3
changes:
unknown
2004-06-10 12:12:37 +00:00
mrg
e7036407ca for NetBSD 2.0D and later, use statvfs(2).
XXX this should be a configure test...
2004-05-04 11:30:17 +00:00
snj
e9dde6bca2 No longer used. 2004-04-24 19:18:46 +00:00
markd
0bef727b5f 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.
2004-04-20 13:13:42 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
wiz
5350dc21df Belatedly bump PKGREVISIONs and dependencies for xvidcore major bump
during recent update (hi charles!).
2004-04-05 18:41:14 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jmmv
15000f837d Bump PKGREVISION due to xine-lib update to 1rc3a. 2004-03-11 17:27:29 +00:00
markd
e9602af5a7 Update to KDE 3.2.1.
Changes:

KMix: Properly save volumes on exit so volumes are correctly restored on
 next login.
Noatun: remember last equalizer setting
2004-03-09 11:59:24 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
markd
e8e56cdc37 One more PLIST fix for old X. 2004-03-01 13:18:20 +00:00