You are not logged in.

#1 2014-10-02 17:06:14

archlinux38
Member
Registered: 2014-09-27
Posts: 14

LossyWAV 1.40 source code released.

LossyWAV 1.40 is released and finally the source code too. Anyone up for adding it to Yaourt/Pacman (if possible)?

Source code is available in the first over at http://www.hydrogenaud.io/forums/index. … opic=96635

Offline

#2 2014-10-02 17:52:09

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,517
Website

Re: LossyWAV 1.40 source code released.

Mod note: Moved to AUR issues.

This source code is for Windows only.  You'll need to request that the developer port it to linux.  There is a comment after the 'windows.h' include that says "For now" which may suggest they have plans to port it - but until that happens, we can't put together a PKGBUILD.

Last edited by Trilby (2014-10-02 17:56:17)


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#3 2014-12-15 23:03:40

archlinux38
Member
Registered: 2014-09-27
Posts: 14

Re: LossyWAV 1.40 source code released.

It is finally ported to Linux! https://github.com/MoSal/lossywav-for-posix
The following url is the topic over at Hydrogenaudio talking about the porting: http://www.hydrogenaud.io/forums/index. … 107774&hl=

Offline

#4 2014-12-16 15:53:05

Sevenseven
Member
Registered: 2011-04-30
Posts: 7

Re: LossyWAV 1.40 source code released.

pkgname=lossywav-git
pkgver=1.4.0p.r0.g0c8343e
pkgrel=1
pkgdesc='Near-lossless audio processor'
arch=('i686' 'x86_64')
url='https://github.com/MoSal/lossywav-for-posix'
license=('custom')
source=('lossywav-for-posix::git+https://github.com/MoSal/lossywav-for-posix.git')
md5sums=('SKIP')

pkgver() {
  cd ${srcdir}/lossywav-for-posix
  git describe --long | sed -r 's/([^-]*-g)/r\1/;s/-/./g'
}

build() {
  cd ${srcdir}/lossywav-for-posix
  make
}

package() {
  cd ${srcdir}/lossywav-for-posix
  install -m 755 -d "${pkgdir}/usr/bin"
  install -m 755 "lossywav" "${pkgdir}/usr/bin/lossywav"
}

Offline

Board footer

Powered by FluxBB