Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 867064 - eq10q-2.2.ebuild (New Package): audio plugin suite
Summary: eq10q-2.2.ebuild (New Package): audio plugin suite
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: --- enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-28 09:46 UTC by la ninpre
Modified: 2023-01-10 11:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for eq10q-2.2 (eq10q-2.2.ebuild,777 bytes, text/plain)
2022-08-28 09:46 UTC, la ninpre
Details
patch to support newer version of lv2 (eq10q-2.2-lv2.patch,2.78 KB, patch)
2022-08-28 09:46 UTC, la ninpre
Details | Diff
patch to replace pow10 with exp10 (eq10q-2.2-pow10.patch,2.45 KB, patch)
2022-08-28 09:47 UTC, la ninpre
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description la ninpre 2022-08-28 09:46:05 UTC
Created attachment 801646 [details]
ebuild for eq10q-2.2

Hi!

I've packaged EQ10Q audio plugin suite for Gentoo Linux. I encourage people who are interested to test it and leave feedback. Also I include two patches that are necessary for it to build.

EQ10Q is an audio plugin bundle that includes LV2 parametric equalizers and more. It is written in C and is highly optimized.

la ninpre
Comment 1 la ninpre 2022-08-28 09:46:56 UTC
Created attachment 801649 [details, diff]
patch to support newer version of lv2
Comment 2 la ninpre 2022-08-28 09:47:20 UTC
Created attachment 801652 [details, diff]
patch to replace pow10 with exp10
Comment 3 Eddie Chapman 2023-01-10 11:49:36 UTC
Just to report I've tested the ebuild and patches on amd64 (thanks for writing it and providing it to the community!). Builds and installs fine and works great for me using in-tree =media-libs/lv2-1.18.10 and media-sound/jalv as plugin host, together with media-sound/jack2. I made one small change to the ebuild which was to replace >=dev-cpp/gtkmm-3.24.6 with dev-cpp/gtkmm:2.4 which is the version eq10q 2.2 looks for and builds against. I also checked debian & arch's packages and they include the same 2 patches which look like all that is needed. eq10q 2.2 is the latest version released by upstream in 2016 which is not great but not unusual for LV2 plugins to see very infrequent releases.