Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
1.2k
Issue boards
Milestones
Code
Merge requests
664
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Merge requests
!22353
community/obs-studio: enable pipewire plugin
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
community/obs-studio: enable pipewire plugin
maribu/aports:community/obs-studio
into
master
Overview
1
Commits
1
Pipelines
1
Changes
1
Closed
Marian Buschsieweke
requested to merge
maribu/aports:community/obs-studio
into
master
3 years ago
Overview
1
Commits
1
Pipelines
1
Changes
1
Expand
enable pipewire plugin to allow screncasting on Wayland using xdg-desktop-portal
add version override, so that version displayed in the program is not 0.0.1
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
01df2ee5
1 commit,
3 years ago
1 file
+
4
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
community/obs-studio/APKBUILD
+
4
−
2
Options
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
obs-studio
pkgver
=
27.0.1
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Free and open source software for live streaming and screen recording"
url
=
"https://obsproject.com/"
# mips(64), armhf and s390x blocked by vlc (librsvg)
@@ -25,7 +25,9 @@ build() {
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DUNIX_STRUCTURE
=
1
\
-DBUILD_BROWSER
=
OFF
\
-DBUILD_VST
=
OFF
-DBUILD_VST
=
OFF
\
-DOBS_VERSION_OVERRIDE
=
$pkgver
\
-DENABLE_PIPEWIRE
=
ON
cmake
--build
build
}
Loading