You are not logged in.

#1 2004-09-11 06:12:39

cmcginty
Member
From: Sacramento, CA, USA
Registered: 2004-08-07
Posts: 16

I can't live without this one ... Monkey's Audio Compression

I'm not sure how this package hasn't been created yet. I guess none of the ArchLinux users download music of the net ... ;-)

If you don't want to create the files I uploaded the data to the FTP incoming directory: ftp://ftp.archlinux.org/incoming/monkeys_audio.tar.gz

PKGBUILD

# Author:  Casey McGinty
# Date:    9/10/04
pkgname=mac
pkgver=3.99
pkgrel=1
pkgdesc="Monkey's Audio Compression is a lossless audio encoder/decoder similar to FLAC"
url="http://www.monkeysaudio.com"
depends=()
makedepends=( 'nasm' )
source=( "http://mrttt.nm.ru/$pkgname-$pkgver-linux-1.tar.bz2" "mac.patch" )
md5sums=('c35c4fb9c8ffadd88918a376c6479040' '11a01eb44031a1e403fb03f71007a913')

build() {
   echo
   cd $startdir/src/$pkgname-$pkgver
   patch -p1 -i ../$pkgname.patch
   ./configure --prefix=/usr
   make || return 1
   make prefix=$startdir/pkg/usr install
   cd src/XMMS-Plugin
   make build
   install -D libmacinput.so $startdir/pkg/usr/lib/xmms/Input/libmacinput.so
}

# vim: ft=sh

mac.patch

diff -aur mac-3.99-old/src/MACLib/Assembly/Assembly.h mac-3.99/src/MACLib/Assembly/Assembly.h
--- mac-3.99-old/src/MACLib/Assembly/Assembly.h 2004-04-30 21:22:35.000000000 -0700
+++ mac-3.99/src/MACLib/Assembly/Assembly.h  2004-09-10 22:43:41.000000000 -0700
@@ -6,7 +6,7 @@
   void Adapt(short * pM, const short * pAdapt, int nDirection, int nOrder);
   int CalculateDotProduct(const short * pA, const short * pB, int nOrder);
   BOOL GetMMXAvailable();
-};
+}
 
 #endif // #ifndef APE_ASSEMBLY_H
 

The build is output is nasty ... but it works.

Offline

#2 2004-09-11 08:39:54

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: I can't live without this one ... Monkey's Audio Compression

cmcginty wrote:

I'm not sure how this package hasn't been created yet. I guess none of the ArchLinux users download music of the net ... ;-)

no, it takes too long to download, but i copied all my cd's with abcde using ogg - is monkey better? (and still that small?)

i'll have a look at this pkg on Tue - after my first big exam this year


The impossible missions are the only ones which succeed.

Offline

#3 2004-09-11 12:25:45

ganlu
Member
From: ChongQing, China
Registered: 2004-01-04
Posts: 360

Re: I can't live without this one ... Monkey's Audio Compression

It depents, but monkey's audio is loseless compression, so certainly it's bigger than ogg(may half of the original song size), but quality will be better for sure.

Offline

#4 2004-09-11 15:45:50

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: I can't live without this one ... Monkey's Audio Compression

ganlu wrote:

It depents, but monkey's audio is loseless compression, so certainly it's bigger than ogg(may half of the original song size), but quality will be better for sure.

something to consider as great thing - thanx


The impossible missions are the only ones which succeed.

Offline

Board footer

Powered by FluxBB