[Lunar-commits] <moonbase> rhythmbox: move it to gnome2/desktop dir.

Florin Braescu florin at lunar-linux.org
Sun May 9 08:23:03 CEST 2010


commit 11e426e37a807f77ec72ba8338320dbbae9363ae
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun May 9 09:23:03 2010 +0300

    rhythmbox: move it to gnome2/desktop dir.
---
 audio/rhythmbox/BUILD                 |   19 -------------------
 audio/rhythmbox/DEPENDS               |    7 -------
 audio/rhythmbox/DETAILS               |   20 --------------------
 audio/rhythmbox/POST_INSTALL          |    1 -
 gnome2/desktop/rhythmbox/BUILD        |   19 +++++++++++++++++++
 gnome2/desktop/rhythmbox/DEPENDS      |    7 +++++++
 gnome2/desktop/rhythmbox/DETAILS      |   20 ++++++++++++++++++++
 gnome2/desktop/rhythmbox/POST_INSTALL |    1 +
 8 files changed, 47 insertions(+), 47 deletions(-)

diff --git a/audio/rhythmbox/BUILD b/audio/rhythmbox/BUILD
deleted file mode 100644
index 7513b73..0000000
--- a/audio/rhythmbox/BUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-(
-
-  export MOZILLA_PLUGINDIR="/opt/lunar/plugins"
-  ./configure  --build=$BUILD             \
-               --sysconfdir=/etc          \
-               --prefix=/usr              \
-               --localstatedir=/var       \
-               --infodir=/usr/share/info  \
-               --mandir=/usr/share/man    \
-               $OPTS                     &&
-
-#   ( for i in `find -name "Makefile"`; do
-#           sedit 's/-Werror//g' $i
-#    done) &&
-
-  default_make
-
-) > $C_FIFO 2>&1
-
diff --git a/audio/rhythmbox/DEPENDS b/audio/rhythmbox/DEPENDS
deleted file mode 100644
index 866841e..0000000
--- a/audio/rhythmbox/DEPENDS
+++ /dev/null
@@ -1,7 +0,0 @@
-depends  libgnomeui
-depends  gst-plugins-good
-depends  libid3tag
-depends  totem
-
-optional_depends "sound-juicer" "" "" "for cd ripping support"
-optional_depends "gst-python" "" "" "for Python plugin support"
diff --git a/audio/rhythmbox/DETAILS b/audio/rhythmbox/DETAILS
deleted file mode 100644
index fb8af4f..0000000
--- a/audio/rhythmbox/DETAILS
+++ /dev/null
@@ -1,20 +0,0 @@
-           MODULE=rhythmbox
-           MAJOR=0.12
-         VERSION=$MAJOR.8
-          SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
-      SOURCE_VFY=sha1:5d27923cc29b81d7bfbc73d867d7976a5295f964
-        WEB_SITE=http://www.gnome.org/projects/$MODULE
-         ENTERED=20020730
-         UPDATED=20100509
-           SHORT="A clone of the iTunes plyer for Gnome"
-
-cat << EOF
-Rhythmbox which takes its inspiration from Apple's
-iTunes application, an application that lets you do everything from
-importing your audio cd's into mp3 or Ogg Vorbis format, and play
-these music files and other music files you have. Play your music with
-an assortment of visualization plugins and burn new audio cd's from
-your music files. It is a one-stop shopping application for all your
-music needs.
-EOF
diff --git a/audio/rhythmbox/POST_INSTALL b/audio/rhythmbox/POST_INSTALL
deleted file mode 100644
index 9922c79..0000000
--- a/audio/rhythmbox/POST_INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-message "Make sure to run gst-register as user once this compile is finished"
diff --git a/gnome2/desktop/rhythmbox/BUILD b/gnome2/desktop/rhythmbox/BUILD
new file mode 100644
index 0000000..7513b73
--- /dev/null
+++ b/gnome2/desktop/rhythmbox/BUILD
@@ -0,0 +1,19 @@
+(
+
+  export MOZILLA_PLUGINDIR="/opt/lunar/plugins"
+  ./configure  --build=$BUILD             \
+               --sysconfdir=/etc          \
+               --prefix=/usr              \
+               --localstatedir=/var       \
+               --infodir=/usr/share/info  \
+               --mandir=/usr/share/man    \
+               $OPTS                     &&
+
+#   ( for i in `find -name "Makefile"`; do
+#           sedit 's/-Werror//g' $i
+#    done) &&
+
+  default_make
+
+) > $C_FIFO 2>&1
+
diff --git a/gnome2/desktop/rhythmbox/DEPENDS b/gnome2/desktop/rhythmbox/DEPENDS
new file mode 100644
index 0000000..866841e
--- /dev/null
+++ b/gnome2/desktop/rhythmbox/DEPENDS
@@ -0,0 +1,7 @@
+depends  libgnomeui
+depends  gst-plugins-good
+depends  libid3tag
+depends  totem
+
+optional_depends "sound-juicer" "" "" "for cd ripping support"
+optional_depends "gst-python" "" "" "for Python plugin support"
diff --git a/gnome2/desktop/rhythmbox/DETAILS b/gnome2/desktop/rhythmbox/DETAILS
new file mode 100644
index 0000000..fb8af4f
--- /dev/null
+++ b/gnome2/desktop/rhythmbox/DETAILS
@@ -0,0 +1,20 @@
+           MODULE=rhythmbox
+           MAJOR=0.12
+         VERSION=$MAJOR.8
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
+      SOURCE_VFY=sha1:5d27923cc29b81d7bfbc73d867d7976a5295f964
+        WEB_SITE=http://www.gnome.org/projects/$MODULE
+         ENTERED=20020730
+         UPDATED=20100509
+           SHORT="A clone of the iTunes plyer for Gnome"
+
+cat << EOF
+Rhythmbox which takes its inspiration from Apple's
+iTunes application, an application that lets you do everything from
+importing your audio cd's into mp3 or Ogg Vorbis format, and play
+these music files and other music files you have. Play your music with
+an assortment of visualization plugins and burn new audio cd's from
+your music files. It is a one-stop shopping application for all your
+music needs.
+EOF
diff --git a/gnome2/desktop/rhythmbox/POST_INSTALL b/gnome2/desktop/rhythmbox/POST_INSTALL
new file mode 100644
index 0000000..9922c79
--- /dev/null
+++ b/gnome2/desktop/rhythmbox/POST_INSTALL
@@ -0,0 +1 @@
+message "Make sure to run gst-register as user once this compile is finished"


More information about the Lunar-commits mailing list