[arch-commits] Commit in mp3gain/repos (8 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Fri May 30 11:09:53 UTC 2014


    Date: Friday, May 30, 2014 @ 13:09:52
  Author: spupykin
Revision: 112229

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

Added:
  mp3gain/repos/community-i686/PKGBUILD
    (from rev 112228, mp3gain/trunk/PKGBUILD)
  mp3gain/repos/community-i686/build-fix.patch
    (from rev 112228, mp3gain/trunk/build-fix.patch)
  mp3gain/repos/community-x86_64/PKGBUILD
    (from rev 112228, mp3gain/trunk/PKGBUILD)
  mp3gain/repos/community-x86_64/build-fix.patch
    (from rev 112228, mp3gain/trunk/build-fix.patch)
Deleted:
  mp3gain/repos/community-i686/PKGBUILD
  mp3gain/repos/community-i686/build-fix.patch
  mp3gain/repos/community-x86_64/PKGBUILD
  mp3gain/repos/community-x86_64/build-fix.patch

----------------------------------+
 /PKGBUILD                        |   66 +++++++++++++++++++++++++++++++++++++
 /build-fix.patch                 |   44 ++++++++++++++++++++++++
 community-i686/PKGBUILD          |   27 ---------------
 community-i686/build-fix.patch   |   22 ------------
 community-x86_64/PKGBUILD        |   27 ---------------
 community-x86_64/build-fix.patch |   22 ------------
 6 files changed, 110 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-05-30 11:09:39 UTC (rev 112228)
+++ community-i686/PKGBUILD	2014-05-30 11:09:52 UTC (rev 112229)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-# Contributor: keith <keith at hubbard.net>
-
-pkgname=mp3gain
-pkgver=1.5.2
-pkgrel=2
-pkgdesc="Lossless mp3 normalizer with statistical analysis "
-arch=('i686' 'x86_64')
-url="http://mp3gain.sourceforge.net"
-license=("GPL")
-depends=('glibc')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-${pkgver//./_}-src.zip
-	build-fix.patch)
-md5sums=('d888563538ec863eeea8afc8207b2739'
-         '20680cbada13ba941b0532ff94e583e1')
-
-build() {
-    cd $srcdir
-
-    mkdir -p $pkgdir/usr/bin
-    patch -p0 Makefile <$srcdir/build-fix.patch
-
-    make OSTYPE=linux
-    make OSTYPE=linux INSTALL_PATH=$pkgdir/usr/bin install
-}

Copied: mp3gain/repos/community-i686/PKGBUILD (from rev 112228, mp3gain/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-05-30 11:09:52 UTC (rev 112229)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+# Contributor: keith <keith at hubbard.net>
+
+pkgname=mp3gain
+pkgver=1.5.2
+pkgrel=3
+pkgdesc="Lossless mp3 normalizer with statistical analysis "
+arch=('i686' 'x86_64')
+url="http://mp3gain.sourceforge.net"
+license=("GPL")
+depends=('glibc')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-${pkgver//./_}-src.zip
+	build-fix.patch)
+md5sums=('d888563538ec863eeea8afc8207b2739'
+         '20680cbada13ba941b0532ff94e583e1')
+
+prepare() {
+    cd $srcdir
+    patch -p0 Makefile <$srcdir/build-fix.patch
+}
+
+build() {
+    cd $srcdir
+    make OSTYPE=linux
+}
+
+package() {
+    cd $srcdir
+    mkdir -p $pkgdir/usr/bin
+    make OSTYPE=linux INSTALL_PATH=$pkgdir/usr/bin install
+}

Deleted: community-i686/build-fix.patch
===================================================================
--- community-i686/build-fix.patch	2014-05-30 11:09:39 UTC (rev 112228)
+++ community-i686/build-fix.patch	2014-05-30 11:09:52 UTC (rev 112229)
@@ -1,22 +0,0 @@
-22d21
-< ifneq ($(OSTYPE),beos)
-24,26d22
-< else
-< INSTALL_PATH= $(HOME)/config/bin
-< endif
-28,29d23
-< # BeOS doesn't have libm (it's all in libroot)
-< ifneq ($(OSTYPE),beos)
-31,34d24
-< else
-< # BeOS: without this it wants to use bcopy() :^)
-< CFLAGS+= -DHAVE_MEMCPY
-< endif
-56,58d45
-< ifeq ($(OSTYPE),beos)
-< 	mimeset -f mp3gain$(EXE_EXT)
-< endif
-63,65d49
-< 	ifeq ($(OSTYPE),beos)
-< 		mimeset -f "$(INSTALL_PATH)/mp3gain$(EXE_EXT)"
-< 	endif

Copied: mp3gain/repos/community-i686/build-fix.patch (from rev 112228, mp3gain/trunk/build-fix.patch)
===================================================================
--- community-i686/build-fix.patch	                        (rev 0)
+++ community-i686/build-fix.patch	2014-05-30 11:09:52 UTC (rev 112229)
@@ -0,0 +1,22 @@
+22d21
+< ifneq ($(OSTYPE),beos)
+24,26d22
+< else
+< INSTALL_PATH= $(HOME)/config/bin
+< endif
+28,29d23
+< # BeOS doesn't have libm (it's all in libroot)
+< ifneq ($(OSTYPE),beos)
+31,34d24
+< else
+< # BeOS: without this it wants to use bcopy() :^)
+< CFLAGS+= -DHAVE_MEMCPY
+< endif
+56,58d45
+< ifeq ($(OSTYPE),beos)
+< 	mimeset -f mp3gain$(EXE_EXT)
+< endif
+63,65d49
+< 	ifeq ($(OSTYPE),beos)
+< 		mimeset -f "$(INSTALL_PATH)/mp3gain$(EXE_EXT)"
+< 	endif

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-05-30 11:09:39 UTC (rev 112228)
+++ community-x86_64/PKGBUILD	2014-05-30 11:09:52 UTC (rev 112229)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-# Contributor: keith <keith at hubbard.net>
-
-pkgname=mp3gain
-pkgver=1.5.2
-pkgrel=2
-pkgdesc="Lossless mp3 normalizer with statistical analysis "
-arch=('i686' 'x86_64')
-url="http://mp3gain.sourceforge.net"
-license=("GPL")
-depends=('glibc')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-${pkgver//./_}-src.zip
-	build-fix.patch)
-md5sums=('d888563538ec863eeea8afc8207b2739'
-         '20680cbada13ba941b0532ff94e583e1')
-
-build() {
-    cd $srcdir
-
-    mkdir -p $pkgdir/usr/bin
-    patch -p0 Makefile <$srcdir/build-fix.patch
-
-    make OSTYPE=linux
-    make OSTYPE=linux INSTALL_PATH=$pkgdir/usr/bin install
-}

Copied: mp3gain/repos/community-x86_64/PKGBUILD (from rev 112228, mp3gain/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-05-30 11:09:52 UTC (rev 112229)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+# Contributor: keith <keith at hubbard.net>
+
+pkgname=mp3gain
+pkgver=1.5.2
+pkgrel=3
+pkgdesc="Lossless mp3 normalizer with statistical analysis "
+arch=('i686' 'x86_64')
+url="http://mp3gain.sourceforge.net"
+license=("GPL")
+depends=('glibc')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-${pkgver//./_}-src.zip
+	build-fix.patch)
+md5sums=('d888563538ec863eeea8afc8207b2739'
+         '20680cbada13ba941b0532ff94e583e1')
+
+prepare() {
+    cd $srcdir
+    patch -p0 Makefile <$srcdir/build-fix.patch
+}
+
+build() {
+    cd $srcdir
+    make OSTYPE=linux
+}
+
+package() {
+    cd $srcdir
+    mkdir -p $pkgdir/usr/bin
+    make OSTYPE=linux INSTALL_PATH=$pkgdir/usr/bin install
+}

Deleted: community-x86_64/build-fix.patch
===================================================================
--- community-x86_64/build-fix.patch	2014-05-30 11:09:39 UTC (rev 112228)
+++ community-x86_64/build-fix.patch	2014-05-30 11:09:52 UTC (rev 112229)
@@ -1,22 +0,0 @@
-22d21
-< ifneq ($(OSTYPE),beos)
-24,26d22
-< else
-< INSTALL_PATH= $(HOME)/config/bin
-< endif
-28,29d23
-< # BeOS doesn't have libm (it's all in libroot)
-< ifneq ($(OSTYPE),beos)
-31,34d24
-< else
-< # BeOS: without this it wants to use bcopy() :^)
-< CFLAGS+= -DHAVE_MEMCPY
-< endif
-56,58d45
-< ifeq ($(OSTYPE),beos)
-< 	mimeset -f mp3gain$(EXE_EXT)
-< endif
-63,65d49
-< 	ifeq ($(OSTYPE),beos)
-< 		mimeset -f "$(INSTALL_PATH)/mp3gain$(EXE_EXT)"
-< 	endif

Copied: mp3gain/repos/community-x86_64/build-fix.patch (from rev 112228, mp3gain/trunk/build-fix.patch)
===================================================================
--- community-x86_64/build-fix.patch	                        (rev 0)
+++ community-x86_64/build-fix.patch	2014-05-30 11:09:52 UTC (rev 112229)
@@ -0,0 +1,22 @@
+22d21
+< ifneq ($(OSTYPE),beos)
+24,26d22
+< else
+< INSTALL_PATH= $(HOME)/config/bin
+< endif
+28,29d23
+< # BeOS doesn't have libm (it's all in libroot)
+< ifneq ($(OSTYPE),beos)
+31,34d24
+< else
+< # BeOS: without this it wants to use bcopy() :^)
+< CFLAGS+= -DHAVE_MEMCPY
+< endif
+56,58d45
+< ifeq ($(OSTYPE),beos)
+< 	mimeset -f mp3gain$(EXE_EXT)
+< endif
+63,65d49
+< 	ifeq ($(OSTYPE),beos)
+< 		mimeset -f "$(INSTALL_PATH)/mp3gain$(EXE_EXT)"
+< 	endif




More information about the arch-commits mailing list