Commit graph

34 commits

Author SHA1 Message Date
drochner
3398b89893 make this build with new gtkmm 2011-01-17 14:30:06 +00:00
wiz
2f4126dc58 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
abs
93cde1a832 PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
wiz
2c6e8e30b0 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
wiz
92e0cb52cb 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.
2010-06-13 22:43:46 +00:00
adam
15a69031c6 Revision bump after updating boost-libs to 1.43.0 2010-05-15 07:03:29 +00:00
adam
0f6a716ef1 Fix building with boost 1.40.0 2009-10-19 19:33:02 +00:00
sno
949cd3bc1f bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
wiz
6483d97727 Add missing dbus* dependencies. It seems they were pulled
in via some dependency but most now be included separately.
2009-08-14 15:16:47 +00:00
wiz
6f7c23cfe5 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
joerg
9b99bc2d67 Convert @exec/@unexec to @pkgdir or drop them. 2009-06-14 18:10:28 +00:00
joerg
b8ef2bdf05 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
wiz
1e81548799 Fix build with cairomm>=1.7. 2009-03-26 23:12:22 +00:00
joerg
1b80785018 Explictly needs libSM now. 2009-02-25 01:39:28 +00:00
wiz
ab36193bbd Update to 0.40.14, integrating a patch from
http://bugs.backtrace.info/view.php?id=505 for libsoup>=2.4 support.

Changes:
* gcc 4.3 support thanks to Siavash and Alexander Kahl
* spectrum analyser fixed (nenolog)
* many bug fixes
2008-10-28 22:23:40 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
wiz
8e810a2bc9 Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
tnn
ad6ceadd25 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@
2008-01-18 05:06:18 +00:00
jmmv
9032d7984a Bump PKGREVISION due to boost update to 1.34.1. 2008-01-04 20:05:11 +00:00
drochner
836dc91db1 add a "const" to fix build, should fix problem seen on Dragonfly
bulk build
2007-12-08 14:42:51 +00:00
tnn
5046eba761 Do not pass --as-needed to ld(1). This can lead to bogus errors like
"/usr/lib/libstdc++.so: undefined reference to `log'" when using gcc4.
The suggested workaround from bmpx is to pass --enable-ld-workaround
to configure which in turn passes --noinhibit-exec to ld(1), but I
don't like this as it can mask real bugs.

Bump PKGREVISION.
2007-11-01 22:49:14 +00:00
wiz
e7952ff126 Update to 0.40.13:
0.40.9:
The tray icon behavior was made GNOME HIG compliant. Crashes with the
GStreamer error handler and resizing columns in the playlist were fixed.
Equalizer use is now optional even when the GStreamer equalizer element is
installed. A few patches from pkgsrc are now included in upstream.

0.40.8:
Last.fm support was improved (more functionality). Shoutcast support
was improved. Support for NetworkManager, global hotkeys (X11-based,
custom, or GNOME-based), and support for generic video playback
(file playback, no DVD support, or similar) was added in addition
to video podcasts. Bugfixes all around have been made, and
responsiveness was improved by using asynchronous networking where
possible.

I didn't find NEWS for the other point releases since 0.40.1, sorry.
2007-10-27 00:35:16 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
wiz
cf98dc96e5 Adapt for librsvg rename. Bump PKGREVISION. 2007-09-20 21:37:35 +00:00
wiz
42825e73a6 Bump PKGREVISION for gnome-vfs rename. 2007-09-19 23:18:43 +00:00
drochner
e82cda48eb restore the timeout argument to pselect() -- this is intended to work
non-blocking
2007-08-31 17:08:54 +00:00
joerg
f5d0f7268e Fix various portability glitches. 2007-08-30 15:30:30 +00:00
drochner
53509ad36e cosmetics:
-make sure sqlite3 is found for a pointless configure check, avoids
 an error message
-deal with hicolor-icon-theme
2007-08-13 12:06:40 +00:00
wiz
a0f71c02b3 Update to 0.40.1:
0.40.1:
This is a corrective release to the 0.40.0 release. A bug in which
the library would not update changed files on a rescan was fixed.
MB metadata reading was made fully compliant with the latest
specifications. The dependency on libmp4v2 was dropped due to
problems, and appropriate code was put in place instead. The
preferences dialog was made GNOME HIG compliant.

0.40.0:
A rewrite of the library backend, reorganization of the UI, improved
Last.fm backend and tighter integration of Last.fm within the entire
application, enhanced and debugged Podcast backend with newly added
support for video podcasts using Gstreamer, initial Jamendo support,
and a universal bookmarking system. The stability of the 0.40 series
is incomparably higher than the 0.36 versions. The application's
usability was also improved to a great degree.
2007-08-12 23:13:06 +00:00
wiz
9d27f90a6f opencdk shlib major changed; bump ABI depends and PKGREVISIONs of
affected packages.
2007-06-05 05:36:59 +00:00
wiz
2d1a8cc474 Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
tv
f9f368db81 Missed PKGREVISION bump from shlib major update of www/neon. 2007-03-12 16:17:17 +00:00
joerg
9ffe2adcfb Fix DragonFly issues by merging the pthread fix from mozilla.
WTF can't those packages use the standalone-sqlite...
Bump revision.
2007-02-19 08:38:48 +00:00
drochner
d5b2377c9a import bmpx-0.36.1, development version of bmp2, prepared by
Leonard Schmidt in pkgsrc-wip, cleaned up by wiz
2007-02-09 21:04:00 +00:00