Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : carla | name : carla | ||||
| version : 2.0.0 | version : 2.0.0 | ||||
| release : 1 | release : 1 | ||||
| source : | source : | ||||
| - https://github.com/falkTX/Carla/archive/v2.0.0.tar.gz : d0c8d8417f8cce9abe807f6359231f187d60db7121ec1dccce3b596a22ef6c41 | - git|https://github.com/falkTX/Carla.git : v2.0.0 | ||||
| license : GPL-2.0-or-later | license : GPL-2.0-or-later | ||||
| component : multimedia.audio | component : multimedia.audio | ||||
| summary : Fully-featured audio plugin host | summary : Fully-featured audio plugin host | ||||
| description: | | description: | | ||||
| Carla is a fully-featured audio plugin host, with support for many audio drivers and plugin formats. | Carla is a fully-featured audio plugin host, with support for many audio drivers and plugin formats. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(alsa) | - pkgconfig(alsa) | ||||
| - pkgconfig(fluidsynth) | - pkgconfig(fluidsynth) | ||||
| - pkgconfig(libavcodec) | - pkgconfig(libavcodec) | ||||
| - pkgconfig(liblo) | - pkgconfig(liblo) | ||||
| - pkgconfig(libpulse) | - pkgconfig(libpulse) | ||||
| - pkgconfig(lrdf) | - pkgconfig(lrdf) | ||||
| - pkgconfig(gtk+-2.0) | - pkgconfig(gtk+-2.0) | ||||
| - pkgconfig(gtk+-3.0) | - pkgconfig(gtk+-3.0) | ||||
| - pkgconfig(sndfile) | - pkgconfig(sndfile) | ||||
| - pkgconfig(Qt5Core) | - pkgconfig(Qt5Core) | ||||
| - pkgconfig(x11) | - pkgconfig(x11) | ||||
aleksvor: ffmpeg-devel has a bunch of pkgconfigs. Why not use `pkgconfig(libavcodec)` for example? | |||||
Not Done Inline ActionsIt said that it needed ffmpegin the install docs so I used that, will try with pkgconfig(libavcodec) instead. Thanks for the tip ? Jacalz: It said that it needed ffmpegin the install docs so I used that, will try with `pkgconfig… | |||||
| - python-qtpy | - python-qtpy | ||||
Done Inline ActionsThat's a part of system.devel. aleksvor: That's a part of `system.devel`. | |||||
| rundeps : | rundeps : | ||||
| - jack-audio-connection-kit | - jack-audio-connection-kit | ||||
| - lrdf | - lrdf | ||||
| - python-pyliblo | - python-pyliblo | ||||
| - python-qtpy | - python-qtpy | ||||
| build : | | build : | | ||||
| %make features | %make features | ||||
| %make | %make | ||||
| install : | | install : | | ||||
| %make_install PREFIX=/usr | %make_install PREFIX=/usr | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
ffmpeg-devel has a bunch of pkgconfigs. Why not use pkgconfig(libavcodec) for example?