Package Details: ocenaudio 2.0.15-1

Package Base: ocenaudio
Description: A cross-platform, easy to use, fast and functional audio editor
Upstream URL: http://www.ocenaudio.com.br/
Category: multimedia
Licenses: as-is
Submitter: teekay
Maintainer: None
Last Packager: teekay
Votes: 19
First Submitted: 2012-05-17 10:15
Last Updated: 2015-03-29 06:29

Latest Comments

Comment by teekay

2015-07-28 21:37

Please someone take over this package. I currently do not have any desktop linux to test this (only servers).

Comment by niklas.heer

2015-01-12 11:41

2.0.13-1
64Bit: 7d40f0868201760f76a25a1585d632ec

Comment by piedro

2015-01-08 10:33

For me validation still fails but it seems that the checksums in the PKGBUILD are correct. What do I have to do to make it work? Also there is version 2.0.14 out there. Any plans to update this here?

thx, p.

Comment by adlerweb

2014-11-27 20:09

2.0.13
64Bit: bcb1732013e7edb859cb643386f684fc
32Bit: 6f7c61c249d62af926580e53b9c1827d

Comment by corrosiontears

2014-11-14 19:03

Please update package with correct md5sum.
(For 64Bits is: e2671b94aceb10f152745d72f5afc1fa)

Comment by msx

2014-08-27 02:37

Hello @teekay, new checksums:

> md5sum *.deb
48dc824b103d956d2629d452ecffc8f1 ocenaudio32.deb
d96602752c23afd4f5c59b6b59f4a7fc ocenaudio64.deb

Tnx for packaging!

Comment by teekay

2014-04-28 07:28

Thanks, updated. Please use the "flag package out-of-date" link instead.

Comment by ainumortis

2014-04-25 20:34

Build 6058 its Out version 2.0.4

ocenaudio64.deb md5: e901c636d9ea6029c7f716f1377af760
ocenaudio32.deb md5: fd196ad98d8a47344b9268912cbec1e9

Please update pkgbuild
Here its my PKGBUILD Updated: http://pastebin.com/06fxDX4D

Comment by DaveCode

2014-03-19 07:21

If it can be helped ... avoid /opt completely ... see my note to Trelby for details.
https://aur.archlinux.org/packages/trelby/

Comment by lockheed

2014-02-09 20:38

Does anyone know why the player controls are grayed out? The sound files load fine, I can see the sound scape on the screen, but I an umable to play it. I tried many different files and format, and the player buttons remain inactive. Sepecting "Play" from the menu also has no effect.

Comment by Mannex

2013-12-19 14:03

btw, we need to tell these guys to add trailing semicolons to their *.desktop Categories and MimeType lines to follow XDG standards.

Comment by Mannex

2013-12-19 14:00

woohoo, build 5720 is out! And thanks.

Comment by teekay

2013-08-27 12:39

Thanks.

But guys, PLEASE use that "Flag package out-of-date" link on the top right, that's what it is for. Posting new md5sums, pkgver and maybe even dropbox'ing a new tarball is just plain contra-productive. Just flag it out-of-date because that's exactly what it is. Thanks!

Comment by bersil

2013-08-24 14:40

for 64 bit, the md5sum is: b719b579df2ce7ee5e95e705bada1239

Comment by kicka

2013-06-12 08:31

need to change

pkgver=2.0.0.4607

with

pkgver=2.0.0.4916

and everything works fine

Comment by kicka

2013-03-01 15:55

I updated the pkgbuild for qt4 instead of qt. You can download it at http://dl.dropbox.com/u/9174110/ocenaudio.tar.gz

Installation:
After uncompressing it just enter the directory ocenaudio, open a terminal there and type:

makepkg -g >> PKGBUILD && makepkg -i

Happy Ocenaudio!!

Comment by KenjiTakahashi

2013-03-01 14:05

Please update it to depend on 'qt4'.

Comment by kicka

2013-01-12 09:11

Pls update this package, otherwise it doesn't compile. This is the PKGBUILD that i modified to work again, with the latest version:

# Maintainer: Tom Kuther <gimpel@sonnenkinder.org>

pkgname=ocenaudio
pkgver=2.0.0.4486
pkgrel=1
pkgdesc="A cross-platform, easy to use, fast and functional audio editor"
arch=('i686' 'x86_64')
url="http://www.ocenaudio.com.br/"
license=('as-is')
depends=('qt')
optdepends=()
_myarch=64
[ "${CARCH}" == "i686" ] && _myarch=32
source=(http://www.ocenaudio.com.br/downloads/$pkgname${_myarch}.deb)
_md5sum=e6173d49d7480053ced756a1fb4c4144
[ "${CARCH}" == "i686" ] && _md5sum=f9a1d95ca7b9c48592914939c3c2a23d
md5sums=(${_md5sum})

build() {
bsdtar -xf $pkgname${_myarch}.deb data.tar.gz
bsdtar -xf data.tar.gz
rm data.tar.gz
cd $srcdir/opt/$pkgname/lib
rm libQt*
}

package() {
cd $srcdir
install -d -m 755 $pkgdir/opt/$pkgname/{lib,bin}
install -d -m 755 $pkgdir/usr/share
install -d -m 755 $pkgdir/usr/bin
install -m 755 opt/$pkgname/bin/$pkgname $pkgdir/opt/$pkgname/bin/
cp -d opt/$pkgname/lib/* $pkgdir/opt/$pkgname/lib/.
cp -dR usr/share/applications $pkgdir/usr/share/.
cp -dR usr/share/icons $pkgdir/usr/share/.

ln -sf /opt/ocenaudio/bin/ocenaudio $pkgdir/usr/bin/ocenaudio
}
# vim:set ts=2 sw=2 et:

Comment by gok

2012-12-29 20:22

A new version is available: 2, beta 27, build 4486
md5sum = f9a1d95ca7b9c48592914939c3c2a23d

Anonymous comment

2012-07-14 23:32

I just tested out it. Installed correctly with yaourt on 32bit. I'm using ArchBang, but I don't think this could make any difference

Comment by teekay

2012-07-13 22:20

You mean pkgver=2.0.0.3834? It was just outdated, uploading a new version of the PKGBUILD now.
i686 is untested here to be honest, I don't run any 32bit systems anymore.

Anonymous comment

2012-07-13 14:38

Okay

ocenaudio needs some setup for i686

First, the line

pkgver=2.0.0.3701

On the PKGBUILD should be changed into

pkgver=2.0.0.2834

And the line

[ "${CARCH}" == "i686" ] && _md5sum=c95f1db0074e4d8b51124ed21013cba5

should be changed to

[ "${CARCH}" == "i686" ] && _md5sum=ff3872e073975b5d677c7681904fe3ed

I checked the md5sum for the new 32bit .deb used on the PKGBUILD

I didn't tested it yet (I'll test this today when I go back home)