Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : simplescreenrecorder | name : simplescreenrecorder | ||||
| version : 0.3.11 | version : 0.4.2 | ||||
| release : 21 | release : 22 | ||||
| source : | source : | ||||
| - https://github.com/MaartenBaert/ssr/archive/0.3.11.tar.gz : 54f5c349c54694038586d3dfe0014da5d83044d0cf0ed9c0de525ddc54cbd150 | - https://github.com/MaartenBaert/ssr/archive/0.4.2.tar.gz : a6da4979c7c3f402ea93e43f1c55e289cdcc69653a1a128e32e8bd59481b2511 | ||||
| homepage : http://www.maartenbaert.be/simplescreenrecorder/ | homepage : http://www.maartenbaert.be/simplescreenrecorder/ | ||||
| license : GPL-3.0-or-later | license : GPL-3.0-or-later | ||||
| component : multimedia.video | component : multimedia.video | ||||
| libsplit : no | libsplit : no | ||||
| summary : A screen recorder for Linux | summary : A screen recorder for Linux | ||||
| description: | | description: | | ||||
| SimpleScreenRecorder is a screen recorder for Linux. Despite the name, this program is actually quite complex. It's 'simple' in the sense that it's easier to use than ffmpeg/avconv or VLC. | SimpleScreenRecorder is a screen recorder for Linux. Despite the name, this program is actually quite complex. It's 'simple' in the sense that it's easier to use than ffmpeg/avconv or VLC. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(alsa) | - pkgconfig(alsa) | ||||
| - pkgconfig(gl) | - pkgconfig(gl) | ||||
JoshStrobl: Not needed, libglu depends on libglvnd which provides gl | |||||
| - pkgconfig(glu) | - pkgconfig(glu) | ||||
| - pkgconfig(libavformat) | - pkgconfig(libavformat) | ||||
| - pkgconfig(libpulse) | - pkgconfig(libpulse) | ||||
| - pkgconfig(Qt5Help) | - pkgconfig(Qt5Help) | ||||
| - pkgconfig(Qt5X11Extras) | - pkgconfig(Qt5X11Extras) | ||||
| - pkgconfig(x11) | - pkgconfig(x11) | ||||
JoshStroblUnsubmitted Done Inline ActionsCan be removed since you have revdeps that require it. JoshStrobl: Can be removed since you have revdeps that require it. | |||||
| - pkgconfig(xfixes) | - pkgconfig(xfixes) | ||||
| - pkgconfig(xi) | - pkgconfig(xi) | ||||
| - pkgconfig(xinerama) | |||||
sethflAuthorUnsubmitted Done Inline Actionssimplescreenrecorder now requires libxinerama-devel during compilation due to a change from v0.4.0 sethfl: `simplescreenrecorder` now requires `libxinerama-devel` during compilation due to a change from… | |||||
| setup : | | setup : | | ||||
| %cmake -DCMAKE_INSTALL_LIBDIR=%libdir% \ | %cmake -DCMAKE_INSTALL_LIBDIR=%libdir% \ | ||||
| -DWITH_JACK=FALSE \ | -DWITH_JACK=FALSE \ | ||||
| -DWITH_QT5=TRUE | -DWITH_QT5=TRUE | ||||
| build : | | build : | | ||||
| %make | %make | ||||
| install : | | install : | | ||||
| %make_install | %make_install | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
Not needed, libglu depends on libglvnd which provides gl