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
fd044540
Commit
fd044540
authored
Apr 03, 2021
by
Cassandra Watergate
Committed by
GitHub
Apr 03, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[New Package] pcaudiolib (#5531)
parent
4d479191
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
packages/pcaudiolib.rb
packages/pcaudiolib.rb
+30
-0
No files found.
packages/pcaudiolib.rb
0 → 100644
View file @
fd044540
require
'package'
class
Pcaudiolib
<
Package
description
'PCaudiolib is a portable C audio library.'
homepage
'https://github.com/espeak-ng/pcaudiolib'
version
'1.1'
license
'GPL-3'
compatibility
'all'
source_url
'https://github.com/espeak-ng/pcaudiolib/archive/refs/tags/1.1.tar.gz'
source_sha256
'699a5a347b1e12dc5b122e192e19f4db01621826bf41b9ebefb1cbc63ae2180b'
depends_on
'alsa_lib'
def
self
.
build
system
'./autogen.sh'
system
"env CFLAGS='-O2 -pipe -flto=auto -fuse-ld=gold' \
LDFLAGS='-flto=auto' \
./configure
#{
CREW_OPTIONS
}
\
--without-pulseaudio \
--with-alsa \
--without-qsa \
--without-coreaudio \
--without-oss"
system
'make'
end
def
self
.
install
system
'make'
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
'install'
end
end
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