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

Guillaume Alaux guillaume at nymeria.archlinux.org
Thu Feb 20 12:56:10 UTC 2014


    Date: Thursday, February 20, 2014 @ 13:56:10
  Author: guillaume
Revision: 206159

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

Added:
  easytag/repos/extra-i686/PKGBUILD
    (from rev 206158, easytag/trunk/PKGBUILD)
  easytag/repos/extra-i686/easytag-2.1.8-fix_mime_directory_association.patch
    (from rev 206158, easytag/trunk/easytag-2.1.8-fix_mime_directory_association.patch)
  easytag/repos/extra-i686/easytag.install
    (from rev 206158, easytag/trunk/easytag.install)
  easytag/repos/extra-x86_64/PKGBUILD
    (from rev 206158, easytag/trunk/PKGBUILD)
  easytag/repos/extra-x86_64/easytag-2.1.8-fix_mime_directory_association.patch
    (from rev 206158, easytag/trunk/easytag-2.1.8-fix_mime_directory_association.patch)
  easytag/repos/extra-x86_64/easytag.install
    (from rev 206158, easytag/trunk/easytag.install)
Deleted:
  easytag/repos/extra-i686/PKGBUILD
  easytag/repos/extra-i686/easytag-2.1.8-fix_mime_directory_association.patch
  easytag/repos/extra-i686/easytag-2.1.8-fix_mixed_declarations_and_code.patch
  easytag/repos/extra-i686/easytag.install
  easytag/repos/extra-x86_64/PKGBUILD
  easytag/repos/extra-x86_64/easytag-2.1.8-fix_mime_directory_association.patch
  easytag/repos/extra-x86_64/easytag-2.1.8-fix_mixed_declarations_and_code.patch
  easytag/repos/extra-x86_64/easytag.install

------------------------------------------------------------------+
 /PKGBUILD                                                        |   74 ++++++++++
 /easytag-2.1.8-fix_mime_directory_association.patch              |   22 ++
 /easytag.install                                                 |   24 +++
 extra-i686/PKGBUILD                                              |   35 ----
 extra-i686/easytag-2.1.8-fix_mime_directory_association.patch    |   11 -
 extra-i686/easytag-2.1.8-fix_mixed_declarations_and_code.patch   |   43 -----
 extra-i686/easytag.install                                       |   12 -
 extra-x86_64/PKGBUILD                                            |   35 ----
 extra-x86_64/easytag-2.1.8-fix_mime_directory_association.patch  |   11 -
 extra-x86_64/easytag-2.1.8-fix_mixed_declarations_and_code.patch |   43 -----
 extra-x86_64/easytag.install                                     |   12 -
 11 files changed, 120 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-02-20 12:53:10 UTC (rev 206158)
+++ extra-i686/PKGBUILD	2014-02-20 12:56:10 UTC (rev 206159)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
-# 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.9
-pkgrel=1
-pkgdesc='Utility for viewing and editing tags for most audio formats'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://easytag.sourceforge.net/'
-makedepends=('intltool' 'itstool')
-depends=('id3lib' 'libid3tag' 'gtk2' 'libvorbis' 'flac' 'speex' 'wavpack' 'taglib'
-         'desktop-file-utils' 'hicolor-icon-theme')
-install=${pkgname}.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('f5a6e742a458ef6f48f2d5e98a24182a9c87a213e847fcce75c757ac90273501')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -k check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: easytag/repos/extra-i686/PKGBUILD (from rev 206158, easytag/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-02-20 12:56:10 UTC (rev 206159)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
+# 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.10
+pkgrel=1
+pkgdesc='Utility for viewing and editing tags for most audio formats'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://easytag.sourceforge.net/'
+makedepends=('intltool' 'itstool')
+depends=('id3lib' 'libid3tag' 'gtk2' 'libvorbis' 'flac' 'speex' 'wavpack' 'taglib'
+         'desktop-file-utils' 'hicolor-icon-theme')
+install=${pkgname}.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('fe73a27aa4ad0a2ddc183a84d923ac214aeaf4a5752cb8640a2f840d9dd023d9')
+
+# TODO either 'svn delete' patch about mime or add it back here
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -k check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/easytag-2.1.8-fix_mime_directory_association.patch
===================================================================
--- extra-i686/easytag-2.1.8-fix_mime_directory_association.patch	2014-02-20 12:53:10 UTC (rev 206158)
+++ extra-i686/easytag-2.1.8-fix_mime_directory_association.patch	2014-02-20 12:56:10 UTC (rev 206159)
@@ -1,11 +0,0 @@
---- easytag.desktop.in.orig	2013-02-21 21:34:14.651046456 +0100
-+++ easytag.desktop.in	2013-02-21 21:34:29.327914099 +0100
-@@ -6,7 +6,7 @@
- Type=Application
- Icon=easytag
- Categories=GTK;AudioVideo;AudioVideoEditing;
--MimeType=x-directory/normal;inode/directory;audio/x-mp3;audio/x-mpeg;audio/mpeg;application/ogg;audio/x-vorbis+ogg;audio/x-flac;audio/x-musepack;audio/x-ape;
-+MimeType=audio/x-mp3;audio/x-mpeg;audio/mpeg;application/ogg;audio/x-vorbis+ogg;audio/x-flac;audio/x-musepack;audio/x-ape;
- Exec=easytag %F
- Terminal=false
- StartupNotify=true

Copied: easytag/repos/extra-i686/easytag-2.1.8-fix_mime_directory_association.patch (from rev 206158, easytag/trunk/easytag-2.1.8-fix_mime_directory_association.patch)
===================================================================
--- extra-i686/easytag-2.1.8-fix_mime_directory_association.patch	                        (rev 0)
+++ extra-i686/easytag-2.1.8-fix_mime_directory_association.patch	2014-02-20 12:56:10 UTC (rev 206159)
@@ -0,0 +1,11 @@
+--- easytag.desktop.in.orig	2013-02-21 21:34:14.651046456 +0100
++++ easytag.desktop.in	2013-02-21 21:34:29.327914099 +0100
+@@ -6,7 +6,7 @@
+ Type=Application
+ Icon=easytag
+ Categories=GTK;AudioVideo;AudioVideoEditing;
+-MimeType=x-directory/normal;inode/directory;audio/x-mp3;audio/x-mpeg;audio/mpeg;application/ogg;audio/x-vorbis+ogg;audio/x-flac;audio/x-musepack;audio/x-ape;
++MimeType=audio/x-mp3;audio/x-mpeg;audio/mpeg;application/ogg;audio/x-vorbis+ogg;audio/x-flac;audio/x-musepack;audio/x-ape;
+ Exec=easytag %F
+ Terminal=false
+ StartupNotify=true

Deleted: extra-i686/easytag-2.1.8-fix_mixed_declarations_and_code.patch
===================================================================
--- extra-i686/easytag-2.1.8-fix_mixed_declarations_and_code.patch	2014-02-20 12:53:10 UTC (rev 206158)
+++ extra-i686/easytag-2.1.8-fix_mixed_declarations_and_code.patch	2014-02-20 12:56:10 UTC (rev 206159)
@@ -1,43 +0,0 @@
---- src/wavpack_tag.c
-+++ src/wavpack_tag.c
-@@ -82,15 +82,15 @@ gboolean Wavpack_Tag_Write_File (FILE *file_in, gchar *filename_in, vcedit_state
-  */
- gboolean Wavpack_Tag_Read_File_Tag (gchar *filename, File_Tag *FileTag)
- {
--    if (!filename || !FileTag)
--        return FALSE;
--
-     WavpackContext *wpc;
-     gchar *field, *field2;
-     guint length;
- 
-     int open_flags = OPEN_TAGS;
- 
-+    if (!filename || !FileTag)
-+        return FALSE;
-+
-     wpc = WavpackOpenFileInput(filename, NULL, open_flags, 0);
- 
-     if ( wpc == NULL ) {
-@@ -271,9 +271,6 @@ gboolean Wavpack_Tag_Read_File_Tag (gchar *filename, File_Tag *FileTag)
- 
- gboolean Wavpack_Tag_Write_File_Tag (ET_File *ETFile)
- {
--    if (!ETFile || !ETFile->FileTag)
--        return FALSE;
--
-     WavpackContext *wpc;
- 
-     gchar    *filename = ((File_Name *)((GList *)ETFile->FileNameCur)->data)->value;
-@@ -282,6 +279,9 @@ gboolean Wavpack_Tag_Write_File_Tag (ET_File *ETFile)
- 
-     int open_flags = OPEN_EDIT_TAGS;
- 
-+    if (!ETFile || !ETFile->FileTag)
-+        return FALSE;
-+
-     wpc = WavpackOpenFileInput(filename, NULL, open_flags, 0);
- 
-     if ( wpc == NULL ) {
---
-cgit v0.9.1

Deleted: extra-i686/easytag.install
===================================================================
--- extra-i686/easytag.install	2014-02-20 12:53:10 UTC (rev 206158)
+++ extra-i686/easytag.install	2014-02-20 12:56:10 UTC (rev 206159)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: easytag/repos/extra-i686/easytag.install (from rev 206158, easytag/trunk/easytag.install)
===================================================================
--- extra-i686/easytag.install	                        (rev 0)
+++ extra-i686/easytag.install	2014-02-20 12:56:10 UTC (rev 206159)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-02-20 12:53:10 UTC (rev 206158)
+++ extra-x86_64/PKGBUILD	2014-02-20 12:56:10 UTC (rev 206159)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
-# 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.9
-pkgrel=1
-pkgdesc='Utility for viewing and editing tags for most audio formats'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://easytag.sourceforge.net/'
-makedepends=('intltool' 'itstool')
-depends=('id3lib' 'libid3tag' 'gtk2' 'libvorbis' 'flac' 'speex' 'wavpack' 'taglib'
-         'desktop-file-utils' 'hicolor-icon-theme')
-install=${pkgname}.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('f5a6e742a458ef6f48f2d5e98a24182a9c87a213e847fcce75c757ac90273501')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -k check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: easytag/repos/extra-x86_64/PKGBUILD (from rev 206158, easytag/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-02-20 12:56:10 UTC (rev 206159)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
+# 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.10
+pkgrel=1
+pkgdesc='Utility for viewing and editing tags for most audio formats'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://easytag.sourceforge.net/'
+makedepends=('intltool' 'itstool')
+depends=('id3lib' 'libid3tag' 'gtk2' 'libvorbis' 'flac' 'speex' 'wavpack' 'taglib'
+         'desktop-file-utils' 'hicolor-icon-theme')
+install=${pkgname}.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('fe73a27aa4ad0a2ddc183a84d923ac214aeaf4a5752cb8640a2f840d9dd023d9')
+
+# TODO either 'svn delete' patch about mime or add it back here
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -k check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/easytag-2.1.8-fix_mime_directory_association.patch
===================================================================
--- extra-x86_64/easytag-2.1.8-fix_mime_directory_association.patch	2014-02-20 12:53:10 UTC (rev 206158)
+++ extra-x86_64/easytag-2.1.8-fix_mime_directory_association.patch	2014-02-20 12:56:10 UTC (rev 206159)
@@ -1,11 +0,0 @@
---- easytag.desktop.in.orig	2013-02-21 21:34:14.651046456 +0100
-+++ easytag.desktop.in	2013-02-21 21:34:29.327914099 +0100
-@@ -6,7 +6,7 @@
- Type=Application
- Icon=easytag
- Categories=GTK;AudioVideo;AudioVideoEditing;
--MimeType=x-directory/normal;inode/directory;audio/x-mp3;audio/x-mpeg;audio/mpeg;application/ogg;audio/x-vorbis+ogg;audio/x-flac;audio/x-musepack;audio/x-ape;
-+MimeType=audio/x-mp3;audio/x-mpeg;audio/mpeg;application/ogg;audio/x-vorbis+ogg;audio/x-flac;audio/x-musepack;audio/x-ape;
- Exec=easytag %F
- Terminal=false
- StartupNotify=true

Copied: easytag/repos/extra-x86_64/easytag-2.1.8-fix_mime_directory_association.patch (from rev 206158, easytag/trunk/easytag-2.1.8-fix_mime_directory_association.patch)
===================================================================
--- extra-x86_64/easytag-2.1.8-fix_mime_directory_association.patch	                        (rev 0)
+++ extra-x86_64/easytag-2.1.8-fix_mime_directory_association.patch	2014-02-20 12:56:10 UTC (rev 206159)
@@ -0,0 +1,11 @@
+--- easytag.desktop.in.orig	2013-02-21 21:34:14.651046456 +0100
++++ easytag.desktop.in	2013-02-21 21:34:29.327914099 +0100
+@@ -6,7 +6,7 @@
+ Type=Application
+ Icon=easytag
+ Categories=GTK;AudioVideo;AudioVideoEditing;
+-MimeType=x-directory/normal;inode/directory;audio/x-mp3;audio/x-mpeg;audio/mpeg;application/ogg;audio/x-vorbis+ogg;audio/x-flac;audio/x-musepack;audio/x-ape;
++MimeType=audio/x-mp3;audio/x-mpeg;audio/mpeg;application/ogg;audio/x-vorbis+ogg;audio/x-flac;audio/x-musepack;audio/x-ape;
+ Exec=easytag %F
+ Terminal=false
+ StartupNotify=true

Deleted: extra-x86_64/easytag-2.1.8-fix_mixed_declarations_and_code.patch
===================================================================
--- extra-x86_64/easytag-2.1.8-fix_mixed_declarations_and_code.patch	2014-02-20 12:53:10 UTC (rev 206158)
+++ extra-x86_64/easytag-2.1.8-fix_mixed_declarations_and_code.patch	2014-02-20 12:56:10 UTC (rev 206159)
@@ -1,43 +0,0 @@
---- src/wavpack_tag.c
-+++ src/wavpack_tag.c
-@@ -82,15 +82,15 @@ gboolean Wavpack_Tag_Write_File (FILE *file_in, gchar *filename_in, vcedit_state
-  */
- gboolean Wavpack_Tag_Read_File_Tag (gchar *filename, File_Tag *FileTag)
- {
--    if (!filename || !FileTag)
--        return FALSE;
--
-     WavpackContext *wpc;
-     gchar *field, *field2;
-     guint length;
- 
-     int open_flags = OPEN_TAGS;
- 
-+    if (!filename || !FileTag)
-+        return FALSE;
-+
-     wpc = WavpackOpenFileInput(filename, NULL, open_flags, 0);
- 
-     if ( wpc == NULL ) {
-@@ -271,9 +271,6 @@ gboolean Wavpack_Tag_Read_File_Tag (gchar *filename, File_Tag *FileTag)
- 
- gboolean Wavpack_Tag_Write_File_Tag (ET_File *ETFile)
- {
--    if (!ETFile || !ETFile->FileTag)
--        return FALSE;
--
-     WavpackContext *wpc;
- 
-     gchar    *filename = ((File_Name *)((GList *)ETFile->FileNameCur)->data)->value;
-@@ -282,6 +279,9 @@ gboolean Wavpack_Tag_Write_File_Tag (ET_File *ETFile)
- 
-     int open_flags = OPEN_EDIT_TAGS;
- 
-+    if (!ETFile || !ETFile->FileTag)
-+        return FALSE;
-+
-     wpc = WavpackOpenFileInput(filename, NULL, open_flags, 0);
- 
-     if ( wpc == NULL ) {
---
-cgit v0.9.1

Deleted: extra-x86_64/easytag.install
===================================================================
--- extra-x86_64/easytag.install	2014-02-20 12:53:10 UTC (rev 206158)
+++ extra-x86_64/easytag.install	2014-02-20 12:56:10 UTC (rev 206159)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: easytag/repos/extra-x86_64/easytag.install (from rev 206158, easytag/trunk/easytag.install)
===================================================================
--- extra-x86_64/easytag.install	                        (rev 0)
+++ extra-x86_64/easytag.install	2014-02-20 12:56:10 UTC (rev 206159)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list