Commit graph

28 commits

Author SHA1 Message Date
marino
d7bb517b41 audio/audacious: Fix indirect linking on DragonFly 2012-05-16 13:43:14 +00:00
dholland
7e751949e4 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
dholland
6a1b98d5f7 Build fixes for new glib2. 2012-05-06 19:06:21 +00:00
dholland
6322f2be18 Remove BUILDLINK_DEPMETHOD.audacious?=build. There are only two references
to this bl3 that I can find. One is audacious-plugins, where this setting
is incorrect (it fails Joerg's new .so tests); the other reference is in
audio/mp3splt-gtk, and it's commented out.
2012-04-29 03:51:26 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
wiz
6b5bd8d27a Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:17 +00:00
marino
90fe5992b6 audio/audacious: Fix indirect linking error on DragonFly only 2012-01-24 23:24:26 +00:00
hans
60e1cd2a9c Fix build on SunOS. 2012-01-12 17:16:48 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
hans
895ffd3ae0 Fix library sonames on SunOS. 2011-04-21 20:01:03 +00:00
hans
b202c3bd15 Fix library names on SunOS. 2011-04-21 14:25:09 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
wiz
200e3c4a04 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
e8d8834f6a 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
reed
026593b74c Update description. 2009-11-13 16:14:29 +00:00
wiz
2f0dac1922 Mark as destdir-ready. 2009-08-29 13:08:42 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
wiz
d70523df21 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
76039544d1 Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
joerg
e209761d06 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
joerg
2d1ba244e9 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.
2009-03-20 19:23:50 +00:00
hasso
1fea3c96c1 Needs msgfmt. 2008-11-11 12:36:58 +00:00
wiz
5fff7891c4 Update to 1.5.1:
Audacious 1.5.1 (2008-05-23)
============================

Enhancements
------------
* New Cairo-based playlist widget, which should be somewhat faster.
* Volume setting is now saved between sessions.
* Session management is now optional and can be disabled via
  a configure option.
* Added an option to enable loading of broken skins (use with care.)
* "Remote" handling of Audacious via commandline is now faster.

Bugfixes
--------
* Headless support should work now again.
* Compiling without DBUS support works, but you should note that we DO NOT
  SUPPORT builds compiled without DBUS! Several features of Audacious are
  disabled if built without DBUS!
* Memory leak fixed in eggsm (session management).
* Documentation updates and fixes.
* GCC 4.3 compilation fixes.
* Fixed a crash when eggsm couldn't find audacious.desktop file.
* Cleaned up and refactored configure and various buildsystem fixes.
* Removed references to some options that are not available anymore.
* A Dbus-related crash when using remote playlist adding functions was fixed.
* Few potential lock-up situations have been fixed.
* "Reload Plugins" button was removed, because it did not work properly
  and often caused segfaults due to broken plugins.
2008-11-10 12:05:24 +00:00
wiz
4bb09e4700 Use devel/libmowgli instead of devel/mowgli. 2008-11-10 11:35:33 +00:00
wiz
93d2695ca7 Ignore some directories when creating PLISTs for dependencies. 2008-11-10 11:07:51 +00:00
wiz
5afb51bf79 Initial import of wip/audacious-1.5.0, packaged by Johann Franz.
Audacious is a fork of beep-media-player 0.9.7.1.

The primary goals of this fork are keeping the ideology of the
original BMP and merging miscellaneous plugins into Audacious.
2008-10-20 09:28:51 +00:00