[arch-commits] Commit in easytag/trunk (PKGBUILD)

Tom Gundersen tomegun at archlinux.org
Sat May 26 23:48:47 UTC 2012


    Date: Saturday, May 26, 2012 @ 19:48:46
  Author: tomegun
Revision: 159783

upgpkg: easytag 2.1.7-2

remove mp4 support as this currently does not build

Modified:
  easytag/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-26 23:45:57 UTC (rev 159782)
+++ PKGBUILD	2012-05-26 23:48:46 UTC (rev 159783)
@@ -6,12 +6,12 @@
 
 pkgname=easytag
 pkgver=2.1.7
-pkgrel=1
+pkgrel=2
 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')
+depends=('id3lib' 'libid3tag' 'gtk2' 'libvorbis' 'flac' 'speex' 'wavpack' 'desktop-file-utils')
 install=${pkgname}.install
 source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('9df3e800d80e754670642f2ba5e03539')
@@ -25,8 +25,4 @@
 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
 }




More information about the arch-commits mailing list