[Lunar-commits] <moonbase> pulseaudio, gecko-mediaplayer, ...: Updated and added several modules.
Moritz Heiber
moe at lunar-linux.org
Sun Jul 6 12:24:45 CEST 2008
commit 8f3735a1579b759456d960bb9c20b424b3753a4f
Author: Moritz Heiber <moe at lunar-linux.org>
Date: Sun Jul 6 12:24:45 2008 +0200
pulseaudio, gecko-mediaplayer, ...: Updated and added several modules.
Squashed commit of the following:
commit a9365902d13f6f263855f35061f9ea14e5a3b2c4
Author: Moritz Heiber <moe at lunar-linux.org>
Date: Sun Jul 6 12:15:05 2008 +0200
pulseaudio, pavucontrol: Updates.
0.9.10 for pulseaudio.
0.9.6 for pavucontrol.
commit f599dfc6a2aa14d4c1c14a8381ae62b9f029c86c
Author: Moritz Heiber <moe at lunar-linux.org>
Date: Sun Jul 6 12:15:58 2008 +0200
gnome-mplayer, gecko-mediaplayer: Adding two new modules.
These are the successors of mplayerplug-in.
commit 0460f553afaaccea444cbd12992c698384de3f00
Author: Moritz Heiber <moe at lunar-linux.org>
Date: Sun Jul 6 12:17:40 2008 +0200
libflashsupport-git: Adding a new modules.
libflashsupport-git lets you use the flash plugin with pulseaudio. Handy
for recording audio from flash movies or anything else that plays audio.
---
audio/pavucontrol/DETAILS | 6 +++---
audio/pulseaudio/DETAILS | 7 +++----
video/gecko-mediaplayer/BUILD | 12 ++++++++++++
video/gecko-mediaplayer/DEPENDS | 2 ++
video/gecko-mediaplayer/DETAILS | 15 +++++++++++++++
video/gnome-mplayer/DEPENDS | 3 +++
video/gnome-mplayer/DETAILS | 14 ++++++++++++++
zbeta/libflashsupport-git/BUILD | 7 +++++++
zbeta/libflashsupport-git/DEPENDS | 1 +
zbeta/libflashsupport-git/DETAILS | 10 ++++++++++
10 files changed, 70 insertions(+), 7 deletions(-)
diff --git a/audio/pavucontrol/DETAILS b/audio/pavucontrol/DETAILS
index c396da8..897f94d 100644
--- a/audio/pavucontrol/DETAILS
+++ b/audio/pavucontrol/DETAILS
@@ -1,11 +1,11 @@
MODULE=pavucontrol
- VERSION=0.9.4
+ VERSION=0.9.6
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://0pointer.de/lennart/projects/pavucontrol/
- SOURCE_VFY=sha1:bfa42b8be909a540927d6c93ffdf068202227ba6
+ SOURCE_VFY=sha1:067231216b85c973628527f0f8b55b6246f96e6b
WEB_SITE=http://0pointer.de/lennart/projects/pavucontrol/
ENTERED=20060606
- UPDATED=20060905
+ UPDATED=20080705
SHORT="Volume control utility for PulseAudio"
MAINTAINER=jannis at lunar-linux.org
diff --git a/audio/pulseaudio/DETAILS b/audio/pulseaudio/DETAILS
index c80222c..6f0e76b 100644
--- a/audio/pulseaudio/DETAILS
+++ b/audio/pulseaudio/DETAILS
@@ -1,13 +1,12 @@
MODULE=pulseaudio
- VERSION=0.9.8
+ VERSION=0.9.10
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://0pointer.de/lennart/projects/$MODULE
- SOURCE_VFY=sha1:1eb126d452084e8a12abce64ed6ea65da5a3596a
+ SOURCE_VFY=sha1:90139debe73b6d26bc0240af3587fdb7fe4c2750
WEB_SITE=http://pulseaudio.org/
ENTERED=20060205
- UPDATED=20071207
+ UPDATED=20080705
SHORT="Networked sound server"
- PSAFE=no
cat << EOF
PulseAudio is a sound server for Linux and other Unix like operating
diff --git a/video/gecko-mediaplayer/BUILD b/video/gecko-mediaplayer/BUILD
new file mode 100644
index 0000000..bf0ead9
--- /dev/null
+++ b/video/gecko-mediaplayer/BUILD
@@ -0,0 +1,12 @@
+(
+
+ XULRUNNER_LIBDIR="`pkg-config --variable=sdkdir libxul`"
+
+ # This is a workaround. Please check whether its still needed!
+ export GECKO_XPIDL="${XULRUNNER_LIBDIR}/bin/xpidl"
+
+ sedit "s/\$(libdir)\/mozilla\/plugins/\/opt\/lunar\/plugins/" src/Makefile.in &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/video/gecko-mediaplayer/DEPENDS b/video/gecko-mediaplayer/DEPENDS
new file mode 100644
index 0000000..d9c07d0
--- /dev/null
+++ b/video/gecko-mediaplayer/DEPENDS
@@ -0,0 +1,2 @@
+depends xulrunner
+depends gnome-mplayer
diff --git a/video/gecko-mediaplayer/DETAILS b/video/gecko-mediaplayer/DETAILS
new file mode 100644
index 0000000..27c3915
--- /dev/null
+++ b/video/gecko-mediaplayer/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=gecko-mediaplayer
+ VERSION=0.6.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://gecko-mediaplayer.googlecode.com/files/
+ SOURCE_VFY=sha1:c8e1dd5aacc95be7b434ece4a4c205bf8c76bf0e
+ WEB_SITE=http://code.google.com/p/gecko-mediaplayer/
+ ENTERED=20080624
+ UPDATED=20080624
+ SHORT="a browser plugin that plays media in a browser"
+
+cat << EOF
+Gecko Media Player is a browser plugin that uses GNOME MPlayer to play media
+in a browser. It should work with all browsers on Unix-ish systems(Linux, BSD,
+Solaris) and use the NS4 API (Mozilla, Firefox, Opera, etc.).
+EOF
diff --git a/video/gnome-mplayer/DEPENDS b/video/gnome-mplayer/DEPENDS
new file mode 100644
index 0000000..6928dce
--- /dev/null
+++ b/video/gnome-mplayer/DEPENDS
@@ -0,0 +1,3 @@
+depends dbus
+depends GConf
+depends gtk+-2
diff --git a/video/gnome-mplayer/DETAILS b/video/gnome-mplayer/DETAILS
new file mode 100644
index 0000000..fba8867
--- /dev/null
+++ b/video/gnome-mplayer/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=gnome-mplayer
+ VERSION=0.6.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://gnome-mplayer.googlecode.com/files/
+ SOURCE_VFY=sha1:dbd489005add7a902c4dcd9ae4f9ab63fda7045c
+ WEB_SITE=http://code.google.com/p/gnome-mplayer/
+ ENTERED=20080624
+ UPDATED=20080624
+ SHORT="a MPlayer based DBUS enabled media player"
+
+cat << EOF
+GNOME MPlayer has a rich API that is exposed via DBus. Using DBus you can
+control a single or multiple instances of GNOME MPlayer from a single command.
+EOF
diff --git a/zbeta/libflashsupport-git/BUILD b/zbeta/libflashsupport-git/BUILD
new file mode 100644
index 0000000..66c942b
--- /dev/null
+++ b/zbeta/libflashsupport-git/BUILD
@@ -0,0 +1,7 @@
+(
+
+ ./bootstrap.sh &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/libflashsupport-git/DEPENDS b/zbeta/libflashsupport-git/DEPENDS
new file mode 100644
index 0000000..1acb842
--- /dev/null
+++ b/zbeta/libflashsupport-git/DEPENDS
@@ -0,0 +1 @@
+depends pulseaudio
diff --git a/zbeta/libflashsupport-git/DETAILS b/zbeta/libflashsupport-git/DETAILS
new file mode 100644
index 0000000..d86132a
--- /dev/null
+++ b/zbeta/libflashsupport-git/DETAILS
@@ -0,0 +1,10 @@
+ MODULE=libflashsupport-git
+ VERSION=beta
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=git+http://git.0pointer.de/repos/libflashsupport.git
+ WEB_SITE=http://www.pulseaudio.org
+ ENTERED=20080629
+ UPDATED=20080629
+ SHORT=""
+cat << EOF
+EOF
More information about the Lunar-commits
mailing list