[arch-commits] Commit in mp3info/repos/community-x86_64 (5 files)

Balló György bgyorgy at archlinux.org
Sun May 20 14:53:41 UTC 2018


    Date: Sunday, May 20, 2018 @ 14:53:40
  Author: bgyorgy
Revision: 325377

archrelease: copy trunk to community-x86_64

Added:
  mp3info/repos/community-x86_64/ChangeLog
    (from rev 325376, mp3info/trunk/ChangeLog)
  mp3info/repos/community-x86_64/PKGBUILD
    (from rev 325376, mp3info/trunk/PKGBUILD)
  mp3info/repos/community-x86_64/gmp3info.desktop
    (from rev 325376, mp3info/trunk/gmp3info.desktop)
Deleted:
  mp3info/repos/community-x86_64/ChangeLog
  mp3info/repos/community-x86_64/PKGBUILD

------------------+
 ChangeLog        |    4 +--
 PKGBUILD         |   65 ++++++++++++++++++++++++++++-------------------------
 gmp3info.desktop |    8 ++++++
 3 files changed, 45 insertions(+), 32 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2018-05-20 14:53:35 UTC (rev 325376)
+++ ChangeLog	2018-05-20 14:53:40 UTC (rev 325377)
@@ -1,2 +0,0 @@
-2007-06-26 tardo <tardo at nagi-fanboi.net>
-* Built for x86_64

Copied: mp3info/repos/community-x86_64/ChangeLog (from rev 325376, mp3info/trunk/ChangeLog)
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2018-05-20 14:53:40 UTC (rev 325377)
@@ -0,0 +1,2 @@
+2007-06-26 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-20 14:53:35 UTC (rev 325376)
+++ PKGBUILD	2018-05-20 14:53:40 UTC (rev 325377)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
-
-pkgname=mp3info
-pkgver=0.8.5a
-pkgrel=6
-pkgdesc="An MP3 technical info viewer and ID3 1.x tag editor"
-arch=('i686' 'x86_64')
-url="http://ibiblio.org/mp3info/"
-license=('GPL')
-depends=('ncurses' 'gtk2' )
-source=(http://ibiblio.org/pub/linux/apps/sound/mp3-utils/$pkgname/$pkgname-$pkgver.tgz)
-md5sums=('cb7b619a10a40aaac2113b87bb2b2ea2')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  sed -i "s:-O2:${CFLAGS}:" Makefile
-  sed -i "s:/usr/bin/install:/bin/install:" Makefile
-
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  install -d ${pkgdir}/usr/bin ${pkgdir}/usr/share/man/man1
-  make prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man/man1 install
-}

Copied: mp3info/repos/community-x86_64/PKGBUILD (from rev 325376, mp3info/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-20 14:53:40 UTC (rev 325377)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
+
+pkgname=mp3info
+pkgver=0.8.5a
+pkgrel=7
+pkgdesc="An MP3 technical info viewer and ID3 1.x tag editor"
+arch=('x86_64')
+url="https://ibiblio.org/mp3info/"
+license=('GPL')
+depends=('ncurses')
+makedepends=('gtk2')
+optdepends=('gtk2: run gmp3info GUI')
+source=(https://ibiblio.org/pub/linux/apps/sound/mp3-utils/$pkgname/$pkgname-$pkgver.tgz
+        gmp3info.desktop)
+md5sums=('cb7b619a10a40aaac2113b87bb2b2ea2'
+         '70071d6503161a5f466d34ec9649b2fc')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  sed -i "s:-O2:${CFLAGS}:" Makefile
+  sed -i "s:/usr/bin/install:/bin/install:" Makefile
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  install -d "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man1
+  make prefix="$pkgdir"/usr mandir="$pkgdir"/usr/share/man/man1 install
+  install -Dm644 "$srcdir"/gmp3info.desktop "$pkgdir"/usr/share/applications/gmp3info.desktop
+}

Copied: mp3info/repos/community-x86_64/gmp3info.desktop (from rev 325376, mp3info/trunk/gmp3info.desktop)
===================================================================
--- gmp3info.desktop	                        (rev 0)
+++ gmp3info.desktop	2018-05-20 14:53:40 UTC (rev 325377)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=MP3info
+Comment=Utility for MP3 information and tag modification
+Exec=gmp3info %f
+Terminal=false
+Type=Application
+Categories=Audio;AudioVideo;AudioVideoEditing;
+MimeType=audio/mpeg;



More information about the arch-commits mailing list