Commit graph

78 commits

Author SHA1 Message Date
tron
aa0bb675cb Use version 0.5.0 of "libtunepimp". Update package revision because of
this dependence change.
2006-08-24 10:09:58 +00:00
markd
822251582d Update KDE to 3.5.4
Changes unknown
2006-08-02 13:57:23 +00:00
wiz
c4aa31d6c8 Depend on libtunepimp0.4 package. 2006-07-12 13:10:56 +00:00
jlam
c16221a4db 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
2006-07-08 23:10:35 +00:00
jlam
9430e49307 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.
2006-07-08 22:38:58 +00:00
wiz
20c8536c3f Fix build with gcc4 on NetBSD-3.99.21. 2006-06-27 14:53:42 +00:00
joerg
fc5745e18c Fix build on DragonFly and FreeBSD due to different cdparanoia headers.
Patch obtained from FreeBSD ports.
2006-06-21 19:19:36 +00:00
wiz
ad782541d0 Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)
for SDL shlib changes.
2006-06-12 16:28:05 +00:00
markd
decfc48616 Update KDE to 3.5.3
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-06-01 13:57:08 +00:00
joerg
53a07c7b49 Fix OSS audio mixer on DragonFly. Kill a malloc.h include.
Based on patch from wa1ter@myrealbox.com on DragonFly's user list.
Bump revision.
2006-05-10 23:05:00 +00:00
joerg
7cb49c5261 musicbrainz detection works better, when linking with pthread. 2006-05-08 22:14:27 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
wiz
791c781223 Use libtunepimp instead of tunepimp here too. 2006-04-13 07:23:14 +00:00
wiz
7aec5ec76f Switch to use libtunepimp. Bump PKGREVISION. 2006-04-13 07:14:46 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
5abef9be14 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).
2006-04-06 06:21:32 +00:00
markd
eded3e7f9b Update KDE to 3.5.2
* 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-30 02:48:36 +00:00
jlam
6ad6aef9d4 Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09 21:04:39 +00:00
joerg
da67d7c739 Recursive bump for major version change of cdparanoia libs. 2006-03-07 06:30:55 +00:00
wiz
35af66a196 Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.
2006-03-06 00:18:10 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
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