Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (c4f8c17c62799bdbca9f5f59093a5d26570fdc8d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Sukneet Basuta <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (c4f8c17c62799bdbca9f5f59093a5d26570fdc8d)
  • Date: Fri, 15 Feb 2013 14:16:01 -0600

GIT changes to master grimoire by Sukneet Basuta <sukneet AT sourcemage.org>:

ChangeLog | 3 +++
audio-soft/pasystray/CONFIGURE | 1 +
audio-soft/pasystray/DEPENDS | 24 ++++++++++++++++++++++++
audio-soft/pasystray/DETAILS | 16 ++++++++++++++++
audio-soft/pasystray/HISTORY | 3 +++
audio-soft/pasystray/PRE_BUILD | 7 +++++++
6 files changed, 54 insertions(+)

New commits:
commit c4f8c17c62799bdbca9f5f59093a5d26570fdc8d
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

pasystray: new spell, PulseAudio system tray

diff --git a/ChangeLog b/ChangeLog
index 9333b70..dca247c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-02-15 Sukneet Basuta <sukneet AT sourcemage.org>
+ * audio-soft/pasystray: new spell, PulseAudio system tray
+
2013-02-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* devel/git-cola: new spell, a GUI for git

diff --git a/audio-soft/pasystray/CONFIGURE b/audio-soft/pasystray/CONFIGURE
new file mode 100755
index 0000000..3d5052e
--- /dev/null
+++ b/audio-soft/pasystray/CONFIGURE
@@ -0,0 +1 @@
+config_query GTK3 "Use gtk+3 instead of gtk+2?" y
diff --git a/audio-soft/pasystray/DEPENDS b/audio-soft/pasystray/DEPENDS
new file mode 100755
index 0000000..9005602
--- /dev/null
+++ b/audio-soft/pasystray/DEPENDS
@@ -0,0 +1,24 @@
+depends autoconf &&
+depends pulseaudio &&
+
+if [[ $GTK3 == n ]]; then
+ depends gtk+2 "--with-gtk=2"
+else
+ depends gtk+3 "--with-gtk=3"
+fi &&
+
+optional_depends avahi \
+ "--enable-avahi" \
+ "--disable-avahi" \
+ "for local service discovery" &&
+
+optional_depends libnotify \
+ "--enable-notify" \
+ "--disable-notify" \
+ "for notification support" &&
+
+optional_depends libx11 \
+ "--enable-x11" \
+ "--disable-x11" \
+ "for X11 support"
+
diff --git a/audio-soft/pasystray/DETAILS b/audio-soft/pasystray/DETAILS
new file mode 100755
index 0000000..c2272a4
--- /dev/null
+++ b/audio-soft/pasystray/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=pasystray
+ VERSION=scm
+ SOURCE="${SPELL}-scm.tar.bz2"
+ SOURCE_URL[0]=git://github.com/christophgysin/pasystray.git:${SPELL}-scm
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
+ WEB_SITE="https://github.com/christophgysin/pasystray";
+ LICENSE[0]="LGPLv2.1"
+ ENTERED=20130214
+ SHORT="PulseAudio system tray"
+cat << EOF
+A replacement for the deprecated padevchooser
+
+Pasystray allows setting the default PulseAudio source/sink and moving
streams
+on the fly between sources/sinks without restarting the client applications.
+EOF
diff --git a/audio-soft/pasystray/HISTORY b/audio-soft/pasystray/HISTORY
new file mode 100644
index 0000000..9e10382
--- /dev/null
+++ b/audio-soft/pasystray/HISTORY
@@ -0,0 +1,3 @@
+2013-02-15 Sukneet Basuta <sukneet AT sourcemage.org>
+ * DEPENDS, DETAILS, PRE_BUILD, CONFIGURE: spell created
+
diff --git a/audio-soft/pasystray/PRE_BUILD b/audio-soft/pasystray/PRE_BUILD
new file mode 100755
index 0000000..5acf79c
--- /dev/null
+++ b/audio-soft/pasystray/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build
+cd $SOURCE_DIRECTORY
+
+aclocal
+autoconf
+autoheader
+automake --add-missing



  • [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (c4f8c17c62799bdbca9f5f59093a5d26570fdc8d), Sukneet Basuta, 02/15/2013

Archive powered by MHonArc 2.6.24.

Top of Page