Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (c3b1e3020538e93388ab8afff878cc709570e60b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (c3b1e3020538e93388ab8afff878cc709570e60b)
  • Date: Sun, 2 Aug 2009 19:36:33 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

ChangeLog | 3 +
video-libs/gst-plugins-good/HISTORY | 3 +
video-libs/gst-plugins-good/PROVIDES | 1
video-libs/xine-lib/HISTORY | 3 +
video-libs/xine-lib/PROVIDES | 1
video/totem/BUILD | 21 +++--------
video/totem/CONFIGURE | 11 -----
video/totem/DEPENDS | 65
++++++++++++++++++++++-------------
video/totem/HISTORY | 5 ++
wm-addons/pekwm-themes/BUILD | 1
wm-addons/pekwm-themes/DEPENDS | 1
wm-addons/pekwm-themes/DETAILS | 25 +++++++++++++
wm-addons/pekwm-themes/HISTORY | 3 +
wm-addons/pekwm-themes/INSTALL | 2 +
14 files changed, 97 insertions(+), 48 deletions(-)

New commits:
commit c3b1e3020538e93388ab8afff878cc709570e60b
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

totem: use providers, cleaned up depends, configure no longer needed.

commit dc607d009c1e53fc0ee726c75668cbf3d36b9308
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

xine-lib: added as totem backend provider

commit 7ff64ffa7d03f1e9f54c9262b38f323058bd0497
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

gst-plugins-good: added as a totem backend provider

commit 8fb4149cb87a4f2475b426f6c05c60efa892c54d
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

pekwm-themes: new spell, pekwm themes

diff --git a/ChangeLog b/ChangeLog
index 982ee4d..723bd74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-08-03 Arjan Bouter <abouter AT sourcemage.org>
+ * wm-addons/pekwm-themes: new spell, pekwm themes
+
2009-08-01 Quentin Rameau <quinq AT sourcemage.org>
* audio-players/kuechenstation: new spell, xmms2 console client

diff --git a/video-libs/gst-plugins-good/HISTORY
b/video-libs/gst-plugins-good/HISTORY
index 660002f..c6a2a53 100644
--- a/video-libs/gst-plugins-good/HISTORY
+++ b/video-libs/gst-plugins-good/HISTORY
@@ -1,3 +1,6 @@
+2009-08-02 Arjan Bouter <abouter AT sourcemage.org>
+ * PROVIDES: added as totem backend provider
+
2009-05-22 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.10.15

diff --git a/video-libs/gst-plugins-good/PROVIDES
b/video-libs/gst-plugins-good/PROVIDES
new file mode 100755
index 0000000..4245fac
--- /dev/null
+++ b/video-libs/gst-plugins-good/PROVIDES
@@ -0,0 +1 @@
+TOTEM_BACKEND
diff --git a/video-libs/xine-lib/HISTORY b/video-libs/xine-lib/HISTORY
index aaf9646..cfa9242 100644
--- a/video-libs/xine-lib/HISTORY
+++ b/video-libs/xine-lib/HISTORY
@@ -1,3 +1,6 @@
+2009-08-02 Arjan Bouter <abouter AT sourcemage.org>
+ * PROVIDES: added as totem backend provider
+
2009-04-04 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.1.16.3, SECURITY_PATCH=12

diff --git a/video-libs/xine-lib/PROVIDES b/video-libs/xine-lib/PROVIDES
new file mode 100755
index 0000000..4245fac
--- /dev/null
+++ b/video-libs/xine-lib/PROVIDES
@@ -0,0 +1 @@
+TOTEM_BACKEND
diff --git a/video/totem/BUILD b/video/totem/BUILD
index e767417..356ef09 100755
--- a/video/totem/BUILD
+++ b/video/totem/BUILD
@@ -1,16 +1,9 @@
-if [ "$GECKO_PLUGIN" = "y" ]; then
- OPTS="$OPTS --enable-mozilla" &&
- if test "$(get_spell_provider $SPELL GECKO)" = firefox; then
- OPTS="$OPTS --with-mozilla=firefox"
- elif test "$(get_spell_provider $SPELL GECKO)" = seamonkey; then
- OPTS="$OPTS --with-mozilla=seamonkey"
- elif test "$(get_spell_provider $SPELL GECKO)" = xulrunner; then
- OPTS="$OPTS --with-mozilla=xulrunner"
- else
- OPTS="$OPTS --with-mozilla=mozilla"
- fi
-else
- OPTS="$OPTS --disable-browser-plugins"
-fi &&
+case $(get_spell_provider ${SPELL} GECKO) in
+ seamonkey) OPTS="${OPTS} --with-mozilla=seamonkey" ;;
+ xulrunner) OPTS="${OPTS} --with-mozilla=xulrunner" ;;
+ xulrunner-bin) OPTS="${OPTS} --with-mozilla=xulrunner" ;;
+ mozilla) OPTS="${OPTS} --with-mozilla=mozilla" ;;
+ *) OPTS="${OPTS} --disable-browser-plugins" ;;
+esac &&

default_build
diff --git a/video/totem/CONFIGURE b/video/totem/CONFIGURE
deleted file mode 100755
index 244271d..0000000
--- a/video/totem/CONFIGURE
+++ /dev/null
@@ -1,11 +0,0 @@
-if [ "$GSTREAMER" = "y" ]; then
- config_query_list TOTEM_BACKEND "Which backend should totem use?"
gstreamer xine
-else
- config_query_list TOTEM_BACKEND "Which backend should totem use?" xine
gstreamer
-fi
-# remove this (and the $GSTREAMER check above) once the variable change made
-# it to stable
-# 2006-02-21 Arwed v. Merkatz
-persistent_remove GSTREAMER &&
-
-config_query GECKO_PLUGIN "Do you want to build mozilla/firefox plugin?" n
diff --git a/video/totem/DEPENDS b/video/totem/DEPENDS
index 39fca5c..ccd6f46 100755
--- a/video/totem/DEPENDS
+++ b/video/totem/DEPENDS
@@ -1,43 +1,62 @@
-depends docbook-dtd &&
depends glib2 &&
depends gtk+2 &&
depends libgnomeui &&
depends libglade2 &&
-depends libxslt &&
depends gnome-vfs2 &&
depends gnome-desktop &&
depends gnome-icon-theme &&
depends iso-codes &&
depends totem-pl-parser &&
+depends TOTEM_BACKEND &&
+depends libxslt &&
+
+optional_depends GECKO \
+ '--enable-browser-plugins' \
+ '--disable-browser-plugins' \
+ 'Build the browser plugin?' &&
+
+optional_depends vala \
+ '--enable-vala' \
+ '--disable-vala' \
+ 'Enable vala plugin support?' &&
+
+optional_depends python \
+ '--enable-python' \
+ '--disable-python' \
+ 'Enable python plugin support?' &&

-if [ "$GECKO_PLUGIN" = "y" ]; then
- depends GECKO
-fi &&
+optional_depends rarian \
+ '--enable-scrollkeeper' \
+ '--disable-scrollkeeper' \
+ 'build and install docs?' &&

-optional_depends libmusicbrainz \
- "--enable-musicbrainz" \
- "--disable-musicbrainz" \
- "for musicbrainz support" &&
+message "you NEED to enable either gnome-doc-utils or gtk-doc" &&
+message "there is no easy way to opt-out of installing docs." &&
+optional_depends gnome-doc-utils \
+ '' '' \
+ 'build and install docs?' &&
+
+optional_depends gtk-doc \
+ '--enable-gtk-doc' \
+ '--disable-gtk-doc' \
+ 'alternative to build and install docs' &&

optional_depends nautilus2 \
"--enable-nautilus" \
"--disable-nautilus" \
"for nautilus plugin" &&
+
optional_depends lirc \
- "--enable-lirc" \
- "--disable-lirc" \
- "for remote control" &&
-optional_depends nvtv \
- "--enable-nvtv" \
- "--disable-nvtv" \
- "Enable support for TV-output with nvtv?" &&
+ "" \
+ "" \
+ "enable remote control plugin?" &&
+
+optional_depends mythtv \
+ "" \
+ "" \
+ "enable mythtv plugin?" &&
+
optional_depends dbus-glib \
"--with-dbus" \
"--without-dbus" \
- "for dbus remote control" &&
-if [ "$TOTEM_BACKEND" = "xine" ]; then
- depends xine-lib
-else
- depends gst-plugins-good "--enable-gstreamer"
-fi
-
+ "for dbus remote control"
diff --git a/video/totem/HISTORY b/video/totem/HISTORY
index ef82745..d69b120 100644
--- a/video/totem/HISTORY
+++ b/video/totem/HISTORY
@@ -1,3 +1,8 @@
+2009-08-02 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: made rarian optional, changed doc deps to gnome-doc-utils
+ and gtk-doc, added missing, removed unsupported and corrected
+ existing deps. use standards for GECKO and TOTEM_BACKEND
+
2009-07-20 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on docbook-dtd and libxslt

diff --git a/wm-addons/pekwm-themes/BUILD b/wm-addons/pekwm-themes/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/wm-addons/pekwm-themes/BUILD
@@ -0,0 +1 @@
+true
diff --git a/wm-addons/pekwm-themes/DEPENDS b/wm-addons/pekwm-themes/DEPENDS
new file mode 100755
index 0000000..35fc635
--- /dev/null
+++ b/wm-addons/pekwm-themes/DEPENDS
@@ -0,0 +1 @@
+depends pekwm
diff --git a/wm-addons/pekwm-themes/DETAILS b/wm-addons/pekwm-themes/DETAILS
new file mode 100755
index 0000000..9127411
--- /dev/null
+++ b/wm-addons/pekwm-themes/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=pekwm-themes
+ VERSION=1.0.5
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://aur.archlinux.org/packages/${SPELL}/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:94ef6e1cb564fcc28601729e1a6e95c6f858ab7a31ea9bf3ad8478398931229ee0087ec3724c4df263b45191064503dae91bee7e8abeeeca10ca783601ad2fe3
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
+ WEB_SITE="http://www.pekwm.org";
+ LICENSE[0]=GPL
+ ENTERED=20090803
+ SHORT="Ports of well known themes for pekwm"
+cat << EOF
+Arch provides ports of well known themes for pekwm. The themes include:
+
+- Nimbus
+- Dust
+- Ubuntu_human
+- Tigris
+- XFCE4
+- Clearlooks
+- Gilouche
+- KDE4
+- KDE oxygen
+- Leopard
+- Vista black
+EOF
diff --git a/wm-addons/pekwm-themes/HISTORY b/wm-addons/pekwm-themes/HISTORY
new file mode 100644
index 0000000..7356fb5
--- /dev/null
+++ b/wm-addons/pekwm-themes/HISTORY
@@ -0,0 +1,3 @@
+2009-08-03 Arjan Bouter <abouter AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
+
diff --git a/wm-addons/pekwm-themes/INSTALL b/wm-addons/pekwm-themes/INSTALL
new file mode 100755
index 0000000..b9df7b3
--- /dev/null
+++ b/wm-addons/pekwm-themes/INSTALL
@@ -0,0 +1,2 @@
+install -d ${INSTALL_ROOT}/usr/share/pekwm/themes &&
+cp -r ${SOURCE_DIRECTORY}/* ${INSTALL_ROOT}/usr/share/pekwm/themes



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (c3b1e3020538e93388ab8afff878cc709570e60b), Arjan Bouter, 08/02/2009

Archive powered by MHonArc 2.6.24.

Top of Page