[arch-commits] Commit in easytag/repos (10 files)

Andrea Scarpino andrea at archlinux.org
Sun Mar 4 10:46:24 UTC 2012


    Date: Sunday, March 4, 2012 @ 05:46:24
  Author: andrea
Revision: 151923

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  easytag/repos/extra-i686/PKGBUILD
    (from rev 151922, easytag/trunk/PKGBUILD)
  easytag/repos/extra-i686/easytag.install
    (from rev 151922, easytag/trunk/easytag.install)
  easytag/repos/extra-x86_64/PKGBUILD
    (from rev 151922, easytag/trunk/PKGBUILD)
  easytag/repos/extra-x86_64/easytag.install
    (from rev 151922, easytag/trunk/easytag.install)
Deleted:
  easytag/repos/extra-i686/PKGBUILD
  easytag/repos/extra-i686/easytag.install
  easytag/repos/extra-i686/mp4v2-1.9.patch
  easytag/repos/extra-x86_64/PKGBUILD
  easytag/repos/extra-x86_64/easytag.install
  easytag/repos/extra-x86_64/mp4v2-1.9.patch

------------------------------+
 extra-i686/PKGBUILD          |   66 +++++++++++++++++++----------------------
 extra-i686/easytag.install   |   23 ++++++--------
 extra-i686/mp4v2-1.9.patch   |   51 -------------------------------
 extra-x86_64/PKGBUILD        |   66 +++++++++++++++++++----------------------
 extra-x86_64/easytag.install |   23 ++++++--------
 extra-x86_64/mp4v2-1.9.patch |   51 -------------------------------
 6 files changed, 86 insertions(+), 194 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-03-04 10:45:52 UTC (rev 151922)
+++ extra-i686/PKGBUILD	2012-03-04 10:46:24 UTC (rev 151923)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche <kevin at archlinux.org>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-# Contributor: dorphell <dorphell at archlinux.org>
-
-pkgname=easytag
-pkgver=2.1.6
-pkgrel=4
-pkgdesc="Utility for viewing, editing and writing ID3 tags of your MP3 files"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://easytag.sourceforge.net/"
-depends=('id3lib' 'libid3tag' 'gtk2' 'libvorbis' 'flac' 'libmp4v2' 'speex' 'wavpack')
-install=${pkgname}.install
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
-	'mp4v2-1.9.patch')
-md5sums=('6c5b9dc2bf1f3b0a11bd4efc81aaa9ee'
-         '912d9baa362c4d9e5aee0436b4ccb5a2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/mp4v2-1.9.patch
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # Remove directory mimetype
-  sed '/^MimeType=/ s@;x-directory/normal;@;@' \
-    -i ${pkgdir}/usr/share/applications/easytag.desktop
-}

Copied: easytag/repos/extra-i686/PKGBUILD (from rev 151922, easytag/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-03-04 10:46:24 UTC (rev 151923)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=easytag
+pkgver=2.1.7
+pkgrel=1
+pkgdesc="Utility for viewing, editing and writing ID3 tags of your MP3 files"
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://easytag.sourceforge.net/'
+depends=('id3lib' 'libid3tag' 'gtk2' 'libvorbis' 'flac' 'libmp4v2' 'speex' 'wavpack')
+install=${pkgname}.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('9df3e800d80e754670642f2ba5e03539')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # Remove directory mimetype
+#  sed '/^MimeType=/ s@;x-directory/normal;@;@' \
+#    -i ${pkgdir}/usr/share/applications/easytag.desktop
+}

Deleted: extra-i686/easytag.install
===================================================================
--- extra-i686/easytag.install	2012-03-04 10:45:52 UTC (rev 151922)
+++ extra-i686/easytag.install	2012-03-04 10:46:24 UTC (rev 151923)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}
-

Copied: easytag/repos/extra-i686/easytag.install (from rev 151922, easytag/trunk/easytag.install)
===================================================================
--- extra-i686/easytag.install	                        (rev 0)
+++ extra-i686/easytag.install	2012-03-04 10:46:24 UTC (rev 151923)
@@ -0,0 +1,11 @@
+post_install() {
+    [[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || true
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: extra-i686/mp4v2-1.9.patch
===================================================================
--- extra-i686/mp4v2-1.9.patch	2012-03-04 10:45:52 UTC (rev 151922)
+++ extra-i686/mp4v2-1.9.patch	2012-03-04 10:46:24 UTC (rev 151923)
@@ -1,51 +0,0 @@
-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>
- 
- 
- /****************

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-03-04 10:45:52 UTC (rev 151922)
+++ extra-x86_64/PKGBUILD	2012-03-04 10:46:24 UTC (rev 151923)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche <kevin at archlinux.org>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-# Contributor: dorphell <dorphell at archlinux.org>
-
-pkgname=easytag
-pkgver=2.1.6
-pkgrel=4
-pkgdesc="Utility for viewing, editing and writing ID3 tags of your MP3 files"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://easytag.sourceforge.net/"
-depends=('id3lib' 'libid3tag' 'gtk2' 'libvorbis' 'flac' 'libmp4v2' 'speex' 'wavpack')
-install=${pkgname}.install
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
-	'mp4v2-1.9.patch')
-md5sums=('6c5b9dc2bf1f3b0a11bd4efc81aaa9ee'
-         '912d9baa362c4d9e5aee0436b4ccb5a2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/mp4v2-1.9.patch
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # Remove directory mimetype
-  sed '/^MimeType=/ s@;x-directory/normal;@;@' \
-    -i ${pkgdir}/usr/share/applications/easytag.desktop
-}

Copied: easytag/repos/extra-x86_64/PKGBUILD (from rev 151922, easytag/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-03-04 10:46:24 UTC (rev 151923)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=easytag
+pkgver=2.1.7
+pkgrel=1
+pkgdesc="Utility for viewing, editing and writing ID3 tags of your MP3 files"
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://easytag.sourceforge.net/'
+depends=('id3lib' 'libid3tag' 'gtk2' 'libvorbis' 'flac' 'libmp4v2' 'speex' 'wavpack')
+install=${pkgname}.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('9df3e800d80e754670642f2ba5e03539')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # Remove directory mimetype
+#  sed '/^MimeType=/ s@;x-directory/normal;@;@' \
+#    -i ${pkgdir}/usr/share/applications/easytag.desktop
+}

Deleted: extra-x86_64/easytag.install
===================================================================
--- extra-x86_64/easytag.install	2012-03-04 10:45:52 UTC (rev 151922)
+++ extra-x86_64/easytag.install	2012-03-04 10:46:24 UTC (rev 151923)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}
-

Copied: easytag/repos/extra-x86_64/easytag.install (from rev 151922, easytag/trunk/easytag.install)
===================================================================
--- extra-x86_64/easytag.install	                        (rev 0)
+++ extra-x86_64/easytag.install	2012-03-04 10:46:24 UTC (rev 151923)
@@ -0,0 +1,11 @@
+post_install() {
+    [[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || true
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: extra-x86_64/mp4v2-1.9.patch
===================================================================
--- extra-x86_64/mp4v2-1.9.patch	2012-03-04 10:45:52 UTC (rev 151922)
+++ extra-x86_64/mp4v2-1.9.patch	2012-03-04 10:46:24 UTC (rev 151923)
@@ -1,51 +0,0 @@
-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>
- 
- 
- /****************




More information about the arch-commits mailing list