Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
fe11ba94
Commit
fe11ba94
authored
Aug 13, 2024
by
Ivan Mazhukin
Committed by
Vitaly Lipatov
Aug 21, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play bitwig-studio: fix install (eterbug #17605)
parent
9183a25a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
5 deletions
+17
-5
bitwig-studio.sh
play.d/bitwig-studio.sh
+6
-5
bitwig-studio.sh
repack.d/bitwig-studio.sh
+11
-0
No files found.
play.d/bitwig-studio.sh
View file @
fe11ba94
...
...
@@ -8,10 +8,10 @@ URL="https://www.bitwig.com"
.
$(
dirname
$0
)
/common.sh
if
[
"
$VERSION
"
=
"*"
]
;
then
PKGURL
=
"https://www.bitwig.com/dl/?id=533&os=installer_linux"
else
PKGURL
=
"https://downloads.bitwig.com/
$VERSION
/bitwig-studio-
$VERSION
.deb"
if
[
"
$VERSION
"
=
"*"
]
;
then
VERSION
=
$(
eget
-O-
https://www.bitwig.com/download/ |
grep
-o
"Bitwig Studio [0-9].[0-9].[0-9]"
|
grep
-o
"[0-9].[0-9].[0-9]"
)
fi
install_pkgurl
PKGURL
=
"https://www.bitwig.com/dl/Bitwig%20Studio/
$VERSION
/installer_linux/"
install_pkgurl
\ No newline at end of file
repack.d/bitwig-studio.sh
0 → 100755
View file @
fe11ba94
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
.
$(
dirname
$0
)
/common.sh
ignore_lib_requires
'libgif.so.7()(64bit)'
'libnet.so()(64bit)'
'libjvm.so()(64bit)'
'libjli.so()(64bit)'
\
'libjava.so()(64bit)'
'libawt_xawt.so()(64bit)'
'libawt.so()(64bit)'
add_libs_requires
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