[arch-commits] Commit in mp3splt/trunk (PKGBUILD mp3splt-gcc4.patch)

Tobias Powalowski tpowa at archlinux.org
Sun Apr 19 08:28:48 UTC 2009


    Date: Sunday, April 19, 2009 @ 04:28:47
  Author: tpowa
Revision: 35999

upgpkg: mp3splt 2.2.3-1

Modified:
  mp3splt/trunk/PKGBUILD
Deleted:
  mp3splt/trunk/mp3splt-gcc4.patch

--------------------+
 PKGBUILD           |   12 ++----------
 mp3splt-gcc4.patch |   12 ------------
 2 files changed, 2 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-19 08:24:54 UTC (rev 35998)
+++ PKGBUILD	2009-04-19 08:28:47 UTC (rev 35999)
@@ -9,21 +9,13 @@
 license=('GPL')
 url="http://mp3splt.sourceforge.net"
 depends=('libmp3splt')
-source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz mp3splt-gcc4.patch)
+source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
 options=(!libtool)
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  #patch -Np0 -i ../mp3splt-gcc4.patch
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$pkgdir/ install || return 1
-  #mkdir -p $startdir/pkg/usr/bin
-  #      for bin in mp3splt; do
-  #              install -D -m755 $bin $startdir/pkg/usr/bin/$bin
-  #      done
-  #      install -D -m644 mp3splt.1 $startdir/pkg/usr/man/man1/mp3splt.1
 }
-
-md5sums=('aa67e24931c62d2f09be13303fbf410e'
-         '09e08026cd98cba4bd3f0d74951ef231')
+md5sums=('aa67e24931c62d2f09be13303fbf410e')

Deleted: mp3splt-gcc4.patch
===================================================================
--- mp3splt-gcc4.patch	2009-04-19 08:24:54 UTC (rev 35998)
+++ mp3splt-gcc4.patch	2009-04-19 08:28:47 UTC (rev 35999)
@@ -1,12 +0,0 @@
-diff -urN ../tmp-orig/mp3splt-2.1/splt.h ./splt.h
---- ../tmp-orig/mp3splt-2.1/splt.h	2004-07-17 16:16:05.000000000 +0200
-+++ ./splt.h	2005-03-18 17:59:51.278527346 +0100
-@@ -96,8 +96,6 @@
- 
- char *zero_pad_float (float f, char *out);
- 
--int parse_outformat(char *s, char format[][], int cddboption);
--
- unsigned char *cleanstring (unsigned char *s);
- 
- int parse_arg(char *arg, float *th, int *gap, int *nt, float *off, int *rm, float *min);




More information about the arch-commits mailing list