diff options
author | kwm <kwm@FreeBSD.org> | 2017-08-05 18:58:48 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2017-08-05 18:58:48 +0800 |
commit | a18ea53024c58d04da2d68c995d114cabfeadd7a (patch) | |
tree | 5237d3d5922af476695ecaa49d7957cf8cd37191 /audio | |
parent | 3b3fa9ef018c84491992d0b544a00d17766d1203 (diff) | |
download | freebsd-ports-graphics-a18ea53024c58d04da2d68c995d114cabfeadd7a.tar.gz freebsd-ports-graphics-a18ea53024c58d04da2d68c995d114cabfeadd7a.tar.zst freebsd-ports-graphics-a18ea53024c58d04da2d68c995d114cabfeadd7a.zip |
Update consolekit to 1.2.0.
* Rename consolekit to consolekit2 to reflect that consolekit2 is a new
project, even if it the continuation of the old consolekit project.
* Expand pkg-descr with some background info.
* Add license
* ConsoleKit2 has been ported to GDbus, so dbus-glib is not anymore required
* Add GObject introspection support for desktops environment such Pantheon or Deepin.
* Thanks to Jesper Schmitz Mouridsen, Ben Woods and Olivier Duchateau for
assisting with there versions of the port, suggesting changes and testing.
PR: 202269
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pulseaudio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index aba8cdabed4..d27a8b83660 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -6,7 +6,7 @@ PORTNAME= pulseaudio PORTVERSION= 10.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/ @@ -21,7 +21,7 @@ LIB_DEPENDS= libsndfile.so:audio/libsndfile \ libfftw3f.so:math/fftw3-float \ libdbus-1.so:devel/dbus \ libltdl.so:devel/libltdl \ - libck-connector.so:sysutils/consolekit + libck-connector.so:sysutils/consolekit2 USE_GNOME= glib20 intltool USE_XORG= ice sm x11 xcb xtst |