Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
8634769e
Commit
8634769e
authored
Jan 04, 2021
by
satmandu
Committed by
GitHub
Jan 04, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pipewire -> 3.18 (#4879)
parent
eb9abd3e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
30 deletions
+34
-30
packages/pipewire.rb
packages/pipewire.rb
+34
-30
No files found.
packages/pipewire.rb
View file @
8634769e
...
...
@@ -3,43 +3,47 @@ require 'package'
class
Pipewire
<
Package
description
'PipeWire is a project that aims to greatly improve handling of audio and video under Linux.'
homepage
'https://pipwire.org'
version
'0.3.1
3
'
compatibility
'a
arch64,armv7l,x86_64
'
source_url
'https://git
lab.freedesktop.org/pipewire/pipewire/-/archive/0.3.13/pipewire-0.3.13
.tar.gz'
source_sha256
'
40f2db86d8ba14706bfab8ee7c1789aeeb72bee386d1e44dbcd98888ef9861e5
'
version
'0.3.1
8
'
compatibility
'a
ll
'
source_url
'https://git
hub.com/PipeWire/pipewire/archive/0.3.18
.tar.gz'
source_sha256
'
a7317de8e54f57190a2e2fe5f469ed332b9a12151fade03bf984765a55e5e24b
'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/pipewire-0.3.13-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/pipewire-0.3.13-chromeos-armv7l.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/pipewire-0.3.13-chromeos-x86_64.tar.xz'
,
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/pipewire-0.3.18-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/pipewire-0.3.18-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/pipewire-0.3.18-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/pipewire-0.3.18-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'3bc0dc8a59bd16789b238f9e093660ab4d81ba7e821a8d83bb755cc5cb528ce2'
,
armv7l:
'3bc0dc8a59bd16789b238f9e093660ab4d81ba7e821a8d83bb755cc5cb528ce2'
,
x86_64:
'259eedde6d48d78c87528ee31be78b55debb254e9cd40f662f192e608f000c1b'
,
aarch64:
'503afbafc6c6add7d84a5ca1d026057f6f67f7d8b27498febf7d887f58d59937'
,
armv7l:
'503afbafc6c6add7d84a5ca1d026057f6f67f7d8b27498febf7d887f58d59937'
,
i686:
'485cfec97ba76d9dd3147e5c0dce95a55d189f6a40f15f19f1ed9db9743b75ca'
,
x86_64:
'f7ef32d34e699a50cf729ef8d7c633bcc066669fa571140e7a64cc39f828780e'
,
})
case
ARCH
when
'aarch64'
,
'armv7l'
,
'x86_64'
depends_on
'gsettings_desktop_schemas'
depends_on
'alsa_plugins'
=>
:build
depends_on
'gst_plugins_base'
depends_on
'gstreamer'
depends_on
'jack'
end
depends_on
'eudev'
def
self
.
build
#ENV['CFLAGS'] = "-fuse-ld=lld"
#ENV['CXXFLAGS'] = "-fuse-ld=lld"
system
"meson"
,
"--prefix=
#{
CREW_PREFIX
}
"
,
"--libdir=
#{
CREW_LIB_PREFIX
}
"
,
'-Dbluez5=false'
,
'-Dbluez5-backend-native=false'
,
'-Dbluez5-backend-ofono=false'
,
'-Dbluez5-backend-hsphfpd=false'
,
'-Dvulkan=false'
,
'build'
system
"meson \
#{
CREW_MESON_OPTIONS
}
\
-Dbluez5=false \
-Dbluez5-backend-native=false \
-Dbluez5-backend-ofono=false \
-Dbluez5-backend-hsphfpd=false \
-Dvulkan=false \
-Dv4l2=false \
-Dexamples=false \
build"
system
"meson configure build"
system
"ninja -C build"
end
def
self
.
install
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment