[arch-commits] CVS update of extra/multimedia/gramofile (2 files)

Eric Belanger eric at archlinux.org
Sun Nov 4 21:52:14 UTC 2007


    Date: Sunday, November 4, 2007 @ 16:52:14
  Author: eric
    Path: /home/cvs-extra/extra/multimedia/gramofile

 Removed: PKGBUILD (1.5) gramofile-1.6-64bit.patch (1.1)

extra repo cleanup


---------------------------+
 PKGBUILD                  |   27 ---------------------------
 gramofile-1.6-64bit.patch |   41 -----------------------------------------
 2 files changed, 68 deletions(-)


Index: extra/multimedia/gramofile/PKGBUILD
diff -u extra/multimedia/gramofile/PKGBUILD:1.5 extra/multimedia/gramofile/PKGBUILD:removed
--- extra/multimedia/gramofile/PKGBUILD:1.5	Wed Oct 17 21:59:46 2007
+++ extra/multimedia/gramofile/PKGBUILD	Sun Nov  4 16:52:14 2007
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD,v 1.5 2007/10/18 01:59:46 damir Exp $
-# Maintainer: dorphell <dorphell at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=gramofile
-pkgver=1.6
-pkgrel=1
-pkgdesc="GramoFile is a computer program with the main goal of putting the sound of, for example gramophone records on CDs"
-arch=('i686' 'x86_64')
-source=("http://www.opensourcepartners.nl/~costar/$pkgname/$pkgname-$pkgver.tar.gz"
-	"gramofile-1.6-64bit.patch")
-license=('GPL')
-url="http://www.opensourcepartners.nl/~costar/gramofile/"
-md5sums=('986c86c6fa17c064bc17c2936cc833e0' '40aee998927430b81f1b483ccaed615c')
-
-build() {
-  cd $startdir/src/$pkgname-$pkgver
-  sed -i -e "s/CFLAGS = -Wall -O2 -DTURBO_MEDIAN -DTURBO_BUFFER/CFLAGS \= -Wall `echo ${CFLAGS}` -DTURBO_MEDIAN -DTURBO_BUFFER/" Makefile
-  if [ "$CARCH" = "x86_64" ]; then
-    patch -Np0 -i ../gramofile-1.6-64bit.patch || return 1
-    sed -i -e "s/-DREDHAT50//" bplaysrc/Makefile
-  fi
-  ./configure --prefix=/usr
-  make || return 1
-  mkdir -p $startdir/pkg/usr/bin
-  cp bplay_gramo  brec_gramo  gramofile $startdir/pkg/usr/bin/
-}
Index: extra/multimedia/gramofile/gramofile-1.6-64bit.patch
diff -u extra/multimedia/gramofile/gramofile-1.6-64bit.patch:1.1 extra/multimedia/gramofile/gramofile-1.6-64bit.patch:removed
--- extra/multimedia/gramofile/gramofile-1.6-64bit.patch:1.1	Thu Mar 22 15:32:30 2007
+++ extra/multimedia/gramofile/gramofile-1.6-64bit.patch	Sun Nov  4 16:52:14 2007
@@ -1,41 +0,0 @@
---- fmtheaders.h.old	2005-10-08 12:40:53.000000000 +0200
-+++ fmtheaders.h	2005-10-08 12:41:38.000000000 +0200
-@@ -2,6 +2,7 @@
- #define _FMTHEADERS_H	1
- 
- #include <sys/types.h>
-+#include <asm/types.h>
- 
- /* Definitions for .VOC files */
- 
-@@ -62,21 +63,21 @@
-  */
- typedef struct wavhead
-   {
--    u_long main_chunk;		/* 'RIFF' */
--    u_long length;		/* Length of rest of file */
--    u_long chunk_type;		/* 'WAVE' */
-+    __u32 main_chunk;		/* 'RIFF' */
-+    __u32 length;		/* Length of rest of file */
-+    __u32 chunk_type;		/* 'WAVE' */
- 
--    u_long sub_chunk;		/* 'fmt ' */
--    u_long sc_len;		/* length of sub_chunk, =16 (rest of chunk) */
-+    __u32 sub_chunk;		/* 'fmt ' */
-+    __u32 sc_len;		/* length of sub_chunk, =16 (rest of chunk) */
-     u_short format;		/* should be 1 for PCM-code */
-     u_short modus;		/* 1 Mono, 2 Stereo */
--    u_long sample_fq;		/* frequence of sample */
--    u_long byte_p_sec;
-+    __u32 sample_fq;		/* frequence of sample */
-+    __u32 byte_p_sec;
-     u_short byte_p_spl;		/* samplesize; 1 or 2 bytes */
-     u_short bit_p_spl;		/* 8, 12 or 16 bit */
- 
--    u_long data_chunk;		/* 'data' */
--    u_long data_length;		/* samplecount (lenth of rest of block?) */
-+    __u32 data_chunk;		/* 'data' */
-+    __u32 data_length;		/* samplecount (lenth of rest of block?) */
-   }
- wavhead;
- 




More information about the arch-commits mailing list