Commit Graph

40 Commits

Author SHA1 Message Date
espie
2d98db1697 PERMIT/REGRESS->TEST sweep 2013-03-10 22:55:01 +00:00
ajacoutot
a6d5fd4bd2 Minor update to libcanberra-0.30. 2012-09-27 06:17:08 +00:00
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
ajacoutot
a73b0d4f87 sync WANTLIB after recent compiler change
from Brad
2012-08-25 17:10:58 +00:00
ajacoutot
af99458b46 Remove the as-needed pthread hack.
from Brad
2012-08-24 12:14:47 +00:00
naddy
a8050c913d remove unneeded -pthread patches 2012-08-22 20:14:05 +00:00
ajacoutot
30c33015b4 gtk+2 -> gtk+3 2012-08-21 13:10:08 +00:00
ajacoutot
864915bb2e Update to libcanberra-0.29. 2012-07-13 17:03:32 +00:00
ajacoutot
689f54b24a --localstatedir=/var is the default now. 2012-04-28 10:52:08 +00:00
jasper
0e92e082b2 - regen WANTLIB 2011-11-04 08:42:25 +00:00
ajacoutot
9c26d4c4d2 WANTLIB. 2011-10-17 06:41:43 +00:00
shadchin
6904ebed5e Fix lib depends (no need textproc/libxml)
ok ajacoutot@
2011-10-09 14:03:02 +00:00
ajacoutot
96dd4220d4 Disable gstreamer support; libcanberra has native support for sndio(7). 2011-09-30 06:51:31 +00:00
ajacoutot
ed115ad583 Remove libtool related part in this patch; not needed since our libtool
got updated.
2011-09-24 06:45:57 +00:00
espie
6011c3d2f0 normalize pkgpath in bsd.port.mk 2011-09-16 08:26:09 +00:00
ajacoutot
93f2fc5cdd Use proper AUTOCONF_VERSION, from Brad. 2011-05-12 06:04:32 +00:00
ajacoutot
6dd426f5a5 Use proper AUTOCONF_VERSION, from Brad. 2011-05-01 18:00:37 +00:00
ajacoutot
cc05f563e2 canberra-gtk.h is needed by both -gtk and -gtk3, so move this header to
-main.

found the hard way by jasper@
2011-04-27 12:07:53 +00:00
ajacoutot
d53a51f041 MULTIPACKAGE this port into:
-main, the main libcanberra library
    -gtk, libcanberra-gtk (gtk+2)
    -gtk3 libcanberra-gtk3 (gtk+3)

This is needed for the ongoing GNOME3 work without forcing a global move
to gtk+3. The -gtk subpackage may disappear in the future when nothing
uses it.

This move will prevent the login/logout sounds to work in
gnome-session-2.X but it is a necessary evil to move forward.

EDONOTCARE/agreed by several
2011-04-13 06:47:22 +00:00
espie
8392c16198 redo depends with >= 2010-11-26 07:07:56 +00:00
espie
2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
naddy
b652d545f7 proactively fix for gmake 3.82 2010-10-24 13:29:43 +00:00
jasper
71d252f28e - fix WANTLIB after cairo update.
these and upcoming fixes test built by landry@
2010-10-11 08:11:16 +00:00
sthen
b18b7a4a66 new-style REVISIONS/LIB_DEPENDS 2010-09-06 00:04:28 +00:00
ajacoutot
ad192253a9 Do not hardcode paths. 2010-04-30 09:32:01 +00:00
ajacoutot
6d8569f27b Update to libcanberra-0.24. 2010-04-22 16:29:49 +00:00
ajacoutot
3ccf0a0f99 Update to libcanberra-0.18. 2009-10-11 14:11:58 +00:00
ajacoutot
93188bbb4b Update to libcanberra-0.17.
* add vala vapi file
* numerous updates to Gtk support
* add new ca_context_playing() call
* several bugfixes

Makes use of newer sound-theme-freedesktop.
2009-09-17 17:43:43 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
ajacoutot
66aab27095 - update to libcanberra-0.14
- take maintainer

ok jasper@
2009-07-12 20:00:27 +00:00
ajacoutot
45eb496c30 Bump after recent gconf2 MODULE change. 2009-06-11 18:27:02 +00:00
ajacoutot
726683d492 Bump after recent gconf2 MODULE changes.
"yep, bumps are cheap" kili@
2009-06-08 16:58:15 +00:00
ajacoutot
49bc9d04b5 Convert to using the new gconf2.port.mk module.
ok jasper@
2009-06-07 05:30:09 +00:00
ajacoutot
125249f02d - update to libcanberra-0.11 2009-03-05 08:11:56 +00:00
jakemsr
82126b97cc - add sndio backend
- remove OSS backend

requested/tested by ajacoutot@
2009-01-09 17:34:32 +00:00
ajacoutot
97cb20abe7 - move drivers order to give it a chance to actually play a sound:
use gstreamer first (which uses libsndio by default) instead of plain OSS.
(canberra should be modified to use libsndio by itlsef)
- explicitely add enable/disable switches in CONFIGURE_ARGS
- regen PLIST while here
2008-12-14 15:10:15 +00:00
jasper
6dd6b13329 - enable the gtk+2 part of libcanberra
- set use_x11

maybe we can split this into subpackages..anyone? ;-)
2008-11-19 08:06:03 +00:00
jasper
1b19b420ed - update libcanberra to 0.10 2008-10-24 13:26:14 +00:00
jasper
88636eba3c import libcanberra 0.9
Libcanberra is an implementation of the Freedesktop Sound Theme
specification. It allows developers to play sounds given a list of
events.

ok landry@
2008-09-26 12:01:43 +00:00