Package Details: ocenaudio-bin 3.14.8-1

Git Clone URL: https://aur.archlinux.org/ocenaudio-bin.git (read-only, click to copy)
Package Base: ocenaudio-bin
Description: Cross-platform, easy to use, fast and functional audio editor
Upstream URL: https://www.ocenaudio.com/
Licenses: custom
Conflicts: ocenaudio
Provides: ocenaudio
Submitter: SpotlightKid
Maintainer: azzbcc
Last Packager: azzbcc
Votes: 51
Popularity: 0.44
First Submitted: 2015-07-23 23:16 (UTC)
Last Updated: 2024-12-04 11:15 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »

LibertyGM commented on 2023-05-13 15:55 (UTC)

ERROR ==> ОШИБКА: Исходные файлы не прошли проверку целостности! ошибка: не удалось загрузить исходники для «ocenaudio-bin-3.11.26-1»: ошибка: не удалось собрать пакеты: ocenaudio-bin-3.11.26-1

LibertyGM commented on 2022-12-17 08:25 (UTC)

Hello. After the recent Arch Linux update, the audio file saving does not work. When I click on "Save" - there is no format in the window that opens (at the bottom of the screen) and it is not possible to save the recording. How can I fix it?

ckoller commented on 2022-12-10 23:26 (UTC)

ocenaudio-bin 3.11.18-1:

The library files in /opt/ocenaudio/lib are tripled, wasting storage space. Usually symcolic links are used to deliver sonames. Can you plese correct?

starfry commented on 2022-03-24 19:44 (UTC) (edited on 2022-03-25 10:51 (UTC) by starfry)

As per @balacy2, saving a file causes a segmentation fault and core dump.

The problem occurs at version 3.11.4. Version 3.11.2 works fine. The ocenaudio changelog shows "New save/export process" occurring ar 3.11.3 (which is missing from the commit history of this PKGBUILD so I did not try it).

Also, I notice that the list of formats is significantly smaller in 3.11.4 - for example it lists one WAV format whereas the prior version lists seven.

It's most likely an upstream issue - I sent them a core dump yesterday. For now, stick with 3.11.2 as the last working version.

balacy2 commented on 2022-03-09 09:04 (UTC)

It does not work after the update, it hangs when saving the audio file. and gives this error: 4206 segmentation fault (core dumped) ocenaudio

Andrei_Korshikov commented on 2021-03-01 09:26 (UTC)

sha256sums_x86_64=('f3d63e9353ba18944e3aeeaf550f74e8112cdba721fca312b771faf179b57863')

mdomlop commented on 2020-11-28 07:05 (UTC)

Fix build:

pkgver=3.9.7

sha256sums_x86_64=('24400d701b9b2d47b0710275ca9a799239ed8ab87478c9ed34c605683ba0e8a0')

kolewu commented on 2020-10-20 18:59 (UTC)

The checksum is correct, but the version is not. And since ocenaudio download is not versioned (that's an upstream problem), the checksum from 2.9.4 does not match the new version 2.9.5.

xeiAiex commented on 2020-10-20 17:29 (UTC)

+1 fixed by using the correct sha256sum 8b03ec41b26af269e012014de2773e22e19e305cfbb4c5645ee1ec6f97149067

Dirk commented on 2020-10-20 17:10 (UTC) (edited on 2020-10-20 17:11 (UTC) by Dirk)

Checksum in the current version of the PKGBUILD is wrong.

Downloading x86_64 source says:

$ sha256sum ocenaudio_archlinux_3.9.5.pkg.tar.gz 
8b03ec41b26af269e012014de2773e22e19e305cfbb4c5645ee1ec6f97149067  ocenaudio_archlinux_3.9.5.pkg.tar.gz

PKGBUILD says 303ba598bf4dd3056f17707056b8d0e23e1ffaa3825324d3b5dc26a71248bee2

Thus compiling fails:

==> Validating source_x86_64 files with sha256sums...
    ocenaudio-3.9.4_x86_64.tar.xz ... FAILED
==> ERROR: One or more files did not pass the validity check!

Replacing the checksum from the PKGBUILD with the correct one works of course.