Skip to content

Commit

Permalink
pavucontrol: update & fix
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed May 19, 2013
1 parent 39f11e9 commit dc34c5e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
11 changes: 6 additions & 5 deletions 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
1 change: 0 additions & 1 deletion audio/pavucontrol/DEPENDS
@@ -1,4 +1,3 @@
depends libglademm
depends pulseaudio
depends libcanberra

Expand Down
13 changes: 6 additions & 7 deletions 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@lunar-linux.org

cat << EOF
PulseAudio Volume Control (pavucontrol) is a simple GTK based
Expand Down

0 comments on commit dc34c5e

Please sign in to comment.