Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (d8925f4baf11c36d1a6017f66d588c561131a3e8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (d8925f4baf11c36d1a6017f66d588c561131a3e8)
  • Date: Sat, 3 Mar 2012 14:43:26 -0600

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

audio-soft/easytag/DETAILS | 4 +-
audio-soft/easytag/HISTORY | 4 ++
audio-soft/easytag/PRE_BUILD | 3 --
audio-soft/easytag/mp4v2-1.9.patch | 52
-------------------------------------
4 files changed, 6 insertions(+), 57 deletions(-)

New commits:
commit d8925f4baf11c36d1a6017f66d588c561131a3e8
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

audio-soft/easytag: version 2.1.7

diff --git a/audio-soft/easytag/DETAILS b/audio-soft/easytag/DETAILS
index b0022a1..6fa0cb2 100755
--- a/audio-soft/easytag/DETAILS
+++ b/audio-soft/easytag/DETAILS
@@ -1,7 +1,7 @@
SPELL=easytag
- VERSION=2.1.6
+ VERSION=2.1.7
SOURCE=$SPELL-$VERSION.tar.bz2
-
SOURCE_HASH=sha512:ff759345a9fea6dc9e10773ae4ff71885024c83678e54dee93efba84fdcd12b676749059f3a62433425d99b4888d235cbb35da57eb0397c2161c045286dc8033
+
SOURCE_HASH=sha512:e98b0d407ed37a4ede6891e1998a6c158b308b9f462dc2b810b21b21b00fbecd9eef74a29552cdf037bf654f208340fa83b3b625f6ac0fcb5bd08413c17d3c88
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
LICENSE[0]=GPL
diff --git a/audio-soft/easytag/HISTORY b/audio-soft/easytag/HISTORY
index 89e3a89..2c835e7 100644
--- a/audio-soft/easytag/HISTORY
+++ b/audio-soft/easytag/HISTORY
@@ -1,3 +1,7 @@
+2012-03-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 2.1.7
+ * mp4v2-1.9.patch, PRE_BUILD: removed
+
2010-05-19 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: May use either provider of MP4V2 (Bug #15683)
libmp4v2 deprecated in favour of mp4v2 (Bug #15536)
diff --git a/audio-soft/easytag/PRE_BUILD b/audio-soft/easytag/PRE_BUILD
deleted file mode 100755
index 5d24985..0000000
--- a/audio-soft/easytag/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -p1 < $SPELL_DIRECTORY/mp4v2-1.9.patch
diff --git a/audio-soft/easytag/mp4v2-1.9.patch
b/audio-soft/easytag/mp4v2-1.9.patch
deleted file mode 100644
index f4e4461..0000000
--- a/audio-soft/easytag/mp4v2-1.9.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-# http://www.mail-archive.com/arch-commits AT archlinux.org/msg14295.html
-diff -ur easytag-2.1.6.orig/configure easytag-2.1.6/configure
---- easytag-2.1.6.orig/configure 2008-07-12 17:57:44.000000000 +0300
-+++ easytag-2.1.6/configure 2009-07-10 16:44:39.000000000 +0300
-@@ -22418,12 +22418,12 @@
- /* end confdefs.h. */
-
- #include <stdio.h>
-- #include <mpeg4ip_config.h>
-+ #include <mp4v2/mp4v2.h>
- int main (void)
- {
- FILE *output;
- output=fopen("conftest.mp4v2","w");
--
fprintf(output,"LIBMP4V2_NAME=%s\nLIBMP4V2_VERSION=%s\n",PACKAGE_TARNAME,PACKAGE_VERSION);
-+
fprintf(output,"MP4V2_PROJECT_name=%s\nMP4V2_PROJECT_version=%s\n",PACKAGE_TARNAME,PACKAGE_VERSION);
- fclose(output);
- exit(0);
- }
-@@ -22471,7 +22471,7 @@
-
- cat >conftest.$ac_ext <<_ACEOF
-
-- #include <mp4.h>
-+ #include <mp4v2/mp4v2.h>
- main () {
- MP4FileHandle hFile;
- MP4GetMetadataCoverArt(hFile, NULL, NULL,0); }
-diff -ur easytag-2.1.6.orig/src/mp4_header.c easytag-2.1.6/src/mp4_header.c
---- easytag-2.1.6.orig/src/mp4_header.c 2007-11-28 10:54:35.000000000
-0200
-+++ easytag-2.1.6/src/mp4_header.c 2009-07-10 16:44:54.000000000 +0300
-@@ -44,7 +44,7 @@
- #undef PACKAGE_STRING
- #undef PACKAGE_TARNAME
- #undef PACKAGE_VERSION
--#include <mp4.h>
-+#include <mp4v2/mp4v2.h>
-
-
- /****************
-diff -ur easytag-2.1.6.orig/src/mp4_tag.c easytag-2.1.6/src/mp4_tag.c
---- easytag-2.1.6.orig/src/mp4_tag.c 2007-12-11 00:08:11.000000000 +0200
-+++ easytag-2.1.6/src/mp4_tag.c 2009-07-10 16:45:08.000000000 +0300
-@@ -50,7 +50,7 @@
- #undef PACKAGE_STRING
- #undef PACKAGE_TARNAME
- #undef PACKAGE_VERSION
--#include <mp4.h>
-+#include <mp4v2/mp4v2.h>
-
-



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (d8925f4baf11c36d1a6017f66d588c561131a3e8), Florian Franzmann, 03/03/2012

Archive powered by MHonArc 2.6.24.

Top of Page