Commit graph

11 commits

Author SHA1 Message Date
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