[Lunar-commits] <moonbase-other> pavucontrol: update & fix
v4hn
me at v4hn.de
Sun May 19 22:38:08 CEST 2013
commit dc34c5e27fc601707b2dafb0ecc1dd5fc635d62c
Author: v4hn <me at v4hn.de>
Date: Sun, 19 May 2013 13:37:48 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/dc34c5e27fc601707b2dafb0ecc1dd5fc635d62c
pavucontrol: update & fix
---
audio/pavucontrol/BUILD | +6/-5
audio/pavucontrol/DEPENDS | +0/-1
audio/pavucontrol/DETAILS | +6/-7
3 files changed, 12 insertions(+), 13 deletions(-)
--- a/audio/pavucontrol/BUILD
+++ b/audio/pavucontrol/BUILD
@@ -1,7 +1,8 @@
-(
+OPTS+=" --disable-gtk3" &&
- OPTS+=" --disable-gtk3" &&
+# hm, maybe gtk3mm has this as a RefPtr?
+sedit "s/Gtk::Adjustment::create/new Gtk::Adjustment/" src/devicewidget.cc &&
+sedit "s/configure(offsetAdjustment/configure(*offsetAdjustment/" src/devicewidget.cc &&
+sedit "s/.*offsetAdjustment/Gtk::Adjustment *offsetAdjustment/" src/devicewidget.h &&
- default_build
-
-) > $C_FIFO 2>&1
+default_build
--- a/audio/pavucontrol/DEPENDS
+++ b/audio/pavucontrol/DEPENDS
@@ -1,4 +1,3 @@
-depends libglademm
depends pulseaudio
depends libcanberra
--- a/audio/pavucontrol/DETAILS
+++ b/audio/pavucontrol/DETAILS
@@ -1,13 +1,12 @@
MODULE=pavucontrol
- VERSION=1.0
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://0pointer.de/lennart/projects/pavucontrol/
- SOURCE_VFY=sha1:38d60e5c489e83955d5a7c5d4e79e06e2ce8130b
- WEB_SITE=http://0pointer.de/lennart/projects/pavucontrol/
+ VERSION=2.0
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=http://freedesktop.org/software/pulseaudio/pavucontrol
+ SOURCE_VFY=sha1:5cf0fb666d2022b22599a6d052f56e0c86d3013d
+ WEB_SITE=http://freedesktop.org/software/pulseaudio/pavucontrol
ENTERED=20060606
- UPDATED=20111005
+ UPDATED=20130519
SHORT="Volume control utility for PulseAudio"
- MAINTAINER=jannis at lunar-linux.org
cat << EOF
PulseAudio Volume Control (pavucontrol) is a simple GTK based
More information about the Lunar-commits
mailing list