[SM-Commit] GIT changes to master grimoire by Eric Sandall (5dfaa05debee9c2b4cfc53120625501c5ad16579)

Eric Sandall scm at sourcemage.org
Wed Apr 21 03:35:54 EDT 2010


GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:

 audio-libs/libmp4v2/HISTORY  |    1 +
 audio-libs/libmp4v2/PROVIDES |    1 +
 audio-libs/mp4v2/HISTORY     |    1 +
 audio-libs/mp4v2/PROVIDES    |    1 +
 audio-players/cmus/DEPENDS   |    2 +-
 audio-players/cmus/HISTORY   |    3 +++
 audio-soft/mediatomb/DEPENDS |    2 +-
 audio-soft/mediatomb/HISTORY |    4 ++++
 audio-soft/mediatomb/INSTALL |    1 +
 kde4-apps/kid3-kde4/DEPENDS  |    2 +-
 kde4-apps/kid3-kde4/HISTORY  |    3 +++
 11 files changed, 18 insertions(+), 3 deletions(-)

New commits:
commit 5dfaa05debee9c2b4cfc53120625501c5ad16579
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    mediatomb: May use any provider of MP4V2

commit a39f010ae063e87e13c37ad83906f2bf6c770c9e
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    mediatomb: Create mediatomb account/group (Bug #15685)

commit 7fba1f62bf8ea171335735e36011777a02f213ea
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    cmus: May use any provider of MP4V2

commit 767d9575f8368bd9e79f5560443c0795bf3436d0
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    libmp4v2: Provides MP4V2

commit a3f9bc85c2c31b1a5c5099b113038dc0bc29efd7
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    kid3-kde4: Depends on any provider of MP4V2

commit 02104a809ee1ac21445664f307ad6980e0f9163b
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    mp4v2: Provides MP4V2

diff --git a/audio-libs/libmp4v2/HISTORY b/audio-libs/libmp4v2/HISTORY
index cbf42f5..477816d 100644
--- a/audio-libs/libmp4v2/HISTORY
+++ b/audio-libs/libmp4v2/HISTORY
@@ -1,5 +1,6 @@
 2010-09-20 Eric Sandall <sandalle at sourcemage.org>
 	* DETAILS: Corrected WEB_SITE
+	* PROVIDES: Provides MP4V2
 
 2008-09-28 Arjan Bouter <abouter at sourcemage.org>
 	* DEPENDS: depends on g++
diff --git a/audio-libs/libmp4v2/PROVIDES b/audio-libs/libmp4v2/PROVIDES
new file mode 100755
index 0000000..5e0d485
--- /dev/null
+++ b/audio-libs/libmp4v2/PROVIDES
@@ -0,0 +1 @@
+provides MP4V2
diff --git a/audio-libs/mp4v2/HISTORY b/audio-libs/mp4v2/HISTORY
index 5f585b7..9ff815c 100644
--- a/audio-libs/mp4v2/HISTORY
+++ b/audio-libs/mp4v2/HISTORY
@@ -1,3 +1,4 @@
 2010-09-20 Eric Sandall <sandalle at sourcemage.org>
 	* DETAILS, DEPENDS: Created
+	* PROVIDES: Provides MP4V2
 
diff --git a/audio-libs/mp4v2/PROVIDES b/audio-libs/mp4v2/PROVIDES
new file mode 100755
index 0000000..5e0d485
--- /dev/null
+++ b/audio-libs/mp4v2/PROVIDES
@@ -0,0 +1 @@
+provides MP4V2
diff --git a/audio-players/cmus/DEPENDS b/audio-players/cmus/DEPENDS
index d4eb40e..d497a9c 100755
--- a/audio-players/cmus/DEPENDS
+++ b/audio-players/cmus/DEPENDS
@@ -33,7 +33,7 @@ optional_depends  "wavpack"              \
                   "CONFIG_WAVPACK=n"     \
                   "for WAVPACK support"  &&
 
-optional_depends  "libmp4v2"         \
+optional_depends  "MP4V2"         \
                   "CONFIG_MP4=y"     \
                   "CONFIG_MP4=n"     \
                   "for MP4 support"  &&
diff --git a/audio-players/cmus/HISTORY b/audio-players/cmus/HISTORY
index a80d038..d90e52a 100644
--- a/audio-players/cmus/HISTORY
+++ b/audio-players/cmus/HISTORY
@@ -1,3 +1,6 @@
+2010-04-20 Eric Sandall <sandalle at sourcemage.org>
+	* DEPENDS: May use any provider of MP4V2
+
 2010-03-14 Sukneet Basuta <sukneet at sourcemage.org>
 	* DETAILS: updated spell to 2.3.1
 	  changed SOURCE_URL[0] to use official sourceforge link
diff --git a/audio-soft/mediatomb/DEPENDS b/audio-soft/mediatomb/DEPENDS
index 6dbaedc..94aa311 100755
--- a/audio-soft/mediatomb/DEPENDS
+++ b/audio-soft/mediatomb/DEPENDS
@@ -48,7 +48,7 @@ optional_depends LIBAVCODEC \
                  "--enable-ffmpeg" \
                  "--disable-ffmpeg" \
                  "to gather metadata from video files" &&
-optional_depends libmp4v2 \
+optional_depends MP4V2 \
                  "" "--disable-libmp4v2" \
                  "to enable MP4 support" &&
 optional_depends liblastfm \
diff --git a/audio-soft/mediatomb/HISTORY b/audio-soft/mediatomb/HISTORY
index 14a53d4..ba00254 100644
--- a/audio-soft/mediatomb/HISTORY
+++ b/audio-soft/mediatomb/HISTORY
@@ -1,3 +1,7 @@
+2010-04-20 Eric Sandall <sandalle at sourcemage.org>
+	* INSTALL: Create mediatomb account/group (Bug #15685)
+	* DEPENDS: May use any provider of MP4V2
+
 2010-04-15 Arjan Bouter <abouter at sourcemage.org>
 	* DETAILS: version 0.12.1
 	* DEPENDS: added missing optional deps on libmp4v2 and liblastfm
diff --git a/audio-soft/mediatomb/INSTALL b/audio-soft/mediatomb/INSTALL
index 8202db4..be6df00 100755
--- a/audio-soft/mediatomb/INSTALL
+++ b/audio-soft/mediatomb/INSTALL
@@ -1,3 +1,4 @@
+create_account mediatomb &&
 default_install &&
 mkdir -p /srv/mediatomb &&
 chown mediatomb.mediatomb /srv/mediatomb
diff --git a/kde4-apps/kid3-kde4/DEPENDS b/kde4-apps/kid3-kde4/DEPENDS
index c06088b..95b9030 100755
--- a/kde4-apps/kid3-kde4/DEPENDS
+++ b/kde4-apps/kid3-kde4/DEPENDS
@@ -1,7 +1,7 @@
 source  "$SECTION_DIRECTORY/KDE_DEPENDS" &&
 depends  taglib    &&
 depends  id3lib    &&
-depends  libmp4v2  &&
+depends  MP4V2  &&
 optional_depends  libvorbis '' '' 'to use Ogg Vorbis' &&
 
 if is_depends_enabled $SPELL libvorbis
diff --git a/kde4-apps/kid3-kde4/HISTORY b/kde4-apps/kid3-kde4/HISTORY
index bb872ca..e3515f2 100644
--- a/kde4-apps/kid3-kde4/HISTORY
+++ b/kde4-apps/kid3-kde4/HISTORY
@@ -1,3 +1,6 @@
+2010-04-20 Eric Sandall <sandalle at sourcemage.org>
+	* DEPENDS: May use any provider of MP4V2
+
 2010-03-06 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: version 1.4
 



More information about the SM-Commit mailing list