Mon May 6 10:12:11 2013 UTC ()
Remove deprecated MIME type from .desktop file.
Bump PKGREVISION.


(wiz)
diff -r1.81 -r1.82 pkgsrc/audio/easytag/Makefile
diff -r1.33 -r1.34 pkgsrc/audio/easytag/distinfo
diff -r0 -r1.1 pkgsrc/audio/easytag/patches/patch-easytag.desktop.in

cvs diff -r1.81 -r1.82 pkgsrc/audio/easytag/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/easytag/Makefile 2013/02/16 11:20:07 1.81
+++ pkgsrc/audio/easytag/Makefile 2013/05/06 10:12:11 1.82
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.81 2013/02/16 11:20:07 wiz Exp $ 1# $NetBSD: Makefile,v 1.82 2013/05/06 10:12:11 wiz Exp $
2# 2#
3 3
4DISTNAME= easytag-2.1.8 4DISTNAME= easytag-2.1.8
5PKGREVISION= 1 5PKGREVISION= 2
6CATEGORIES= audio 6CATEGORIES= audio
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/easytag/2.1/} 7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/easytag/2.1/}
8EXTRACT_SUFX= .tar.xz 8EXTRACT_SUFX= .tar.xz
9 9
10MAINTAINER= wiz@NetBSD.org 10MAINTAINER= wiz@NetBSD.org
11HOMEPAGE= http://projects.gnome.org/easytag/ 11HOMEPAGE= http://projects.gnome.org/easytag/
12COMMENT= GTK+ tag editor for MP3, Ogg Vorbis files, and others 12COMMENT= GTK+ tag editor for MP3, Ogg Vorbis files, and others
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
17USE_PKGLOCALEDIR= yes 17USE_PKGLOCALEDIR= yes
18USE_TOOLS+= gmake intltool pkg-config xgettext 18USE_TOOLS+= gmake intltool pkg-config xgettext

cvs diff -r1.33 -r1.34 pkgsrc/audio/easytag/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/easytag/distinfo 2013/04/27 23:05:27 1.33
+++ pkgsrc/audio/easytag/distinfo 2013/05/06 10:12:11 1.34
@@ -1,8 +1,9 @@ @@ -1,8 +1,9 @@
1$NetBSD: distinfo,v 1.33 2013/04/27 23:05:27 joerg Exp $ 1$NetBSD: distinfo,v 1.34 2013/05/06 10:12:11 wiz Exp $
2 2
3SHA1 (easytag-2.1.8.tar.xz) = 7f9246b0eab97ed9739daf5356c89925634241a2 3SHA1 (easytag-2.1.8.tar.xz) = 7f9246b0eab97ed9739daf5356c89925634241a2
4RMD160 (easytag-2.1.8.tar.xz) = 0b8ef3689730b2ae4fbf8131dbd1328bbf1da8a0 4RMD160 (easytag-2.1.8.tar.xz) = 0b8ef3689730b2ae4fbf8131dbd1328bbf1da8a0
5Size (easytag-2.1.8.tar.xz) = 2459496 bytes 5Size (easytag-2.1.8.tar.xz) = 2459496 bytes
 6SHA1 (patch-easytag.desktop.in) = f05c94a7a75dcfa76c1156d327a09622cd3f41c1
6SHA1 (patch-src_log.h) = e94fb4b930304610907d82311500ce322830b167 7SHA1 (patch-src_log.h) = e94fb4b930304610907d82311500ce322830b167
7SHA1 (patch-src_misc.c) = d1c6bdf0ee85a7a18a4891d121b6c1e6eb130a09 8SHA1 (patch-src_misc.c) = d1c6bdf0ee85a7a18a4891d121b6c1e6eb130a09
8SHA1 (patch-src_wavpack__tag.c) = 7b4830930846818a8cdb869c6bc8f85d79d8b5be 9SHA1 (patch-src_wavpack__tag.c) = 7b4830930846818a8cdb869c6bc8f85d79d8b5be

File Added: pkgsrc/audio/easytag/patches/Attic/patch-easytag.desktop.in
$NetBSD: patch-easytag.desktop.in,v 1.1 2013/05/06 10:12:11 wiz Exp $

Remove deprecated MIME type.

--- easytag.desktop.in.orig	2013-01-16 09:02:13.000000000 +0000
+++ easytag.desktop.in
@@ -6,7 +6,7 @@ _Keywords=mp3;tag;audio;
 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=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;
 Exec=easytag %F
 Terminal=false
 StartupNotify=true