Commit fe11ba94 authored by Ivan Mazhukin's avatar Ivan Mazhukin Committed by Vitaly Lipatov

epm play bitwig-studio: fix install (eterbug #17605)

parent 9183a25a
...@@ -8,10 +8,10 @@ URL="https://www.bitwig.com" ...@@ -8,10 +8,10 @@ URL="https://www.bitwig.com"
. $(dirname $0)/common.sh . $(dirname $0)/common.sh
if [ "$VERSION" = "*" ] ; then if [ "$VERSION" = "*" ]; then
PKGURL="https://www.bitwig.com/dl/?id=533&os=installer_linux" 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]")
else
PKGURL="https://downloads.bitwig.com/$VERSION/bitwig-studio-$VERSION.deb"
fi fi
PKGURL="https://www.bitwig.com/dl/Bitwig%20Studio/$VERSION/installer_linux/"
install_pkgurl install_pkgurl
\ No newline at end of file
#!/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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment