summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStyle Mistake2016-04-06 17:30:48 +0300
committerStyle Mistake2016-04-06 17:31:09 +0300
commit5e46365118fa39f22d357a1274dafa7a1fe0f94c (patch)
treed2e4e3d511191a520198e6be4a72b09544f5d13b
parent6a4f7c37b93345113f604206f00fbc3e0601aafb (diff)
downloadaur-5e46365118fa39f22d357a1274dafa7a1fe0f94c.tar.gz
Update to 1.3.9 and remove all workarounds
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD31
-rw-r--r--bitwig-studio.desktop12
-rw-r--r--bitwig-studio.launcher4
4 files changed, 10 insertions, 51 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17fb03f5683b..d9ee4792217b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Mar 28 18:38:37 UTC 2016
+# Wed Apr 6 14:30:34 UTC 2016
pkgbase = bitwig-studio
pkgdesc = Music production system for production, remixing and performance
- pkgver = 1.3.8
- pkgrel = 4
+ pkgver = 1.3.9
+ pkgrel = 1
url = http://www.bitwig.com/
arch = x86_64
license = custom
@@ -20,12 +20,8 @@ pkgbase = bitwig-studio
conflicts = bitwig-studio-demo-rc
replaces = bitwig-studio-demo
options = !strip
- source = https://downloads.bitwig.com/stable/1.3.8/bitwig-studio-1.3.8.deb
- source = bitwig-studio.desktop
- source = bitwig-studio.launcher
- md5sums = 062f57caa81af1e1168680f24ec12370
- md5sums = 6bbd6aedc339a634f089ecc9c8df1537
- md5sums = 32411d3b742f15addef7b86681825fee
+ source = https://downloads.bitwig.com/stable/1.3.9/bitwig-studio-1.3.9.deb
+ md5sums = 284d1f5ac35553735f7247a383308659
pkgname = bitwig-studio
diff --git a/PKGBUILD b/PKGBUILD
index 1392ccda3370..3946eb999301 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
# Upstream: Bitwig GmbH <support@bitwig.com>
pkgname='bitwig-studio'
-pkgver='1.3.8'
-pkgrel='4'
+pkgver='1.3.9'
+pkgrel='1'
pkgdesc='Music production system for production, remixing and performance'
arch=('x86_64')
url='http://www.bitwig.com/'
@@ -22,34 +22,13 @@ provides=('bitwig-studio')
replaces=('bitwig-studio-demo')
conflicts=('bitwig-studio-demo' 'bitwig-studio-demo-rc')
options=(!strip)
-source=("https://downloads.bitwig.com/stable/${pkgver}/bitwig-studio-${pkgver}.deb"
- 'bitwig-studio.desktop'
- 'bitwig-studio.launcher')
-md5sums=('062f57caa81af1e1168680f24ec12370'
- '6bbd6aedc339a634f089ecc9c8df1537'
- '32411d3b742f15addef7b86681825fee')
+source=("https://downloads.bitwig.com/stable/${pkgver}/bitwig-studio-${pkgver}.deb")
+md5sums=('284d1f5ac35553735f7247a383308659')
package() {
- # Create pkgdir folders
- install -d ${pkgdir}/usr/bin
- install -d ${pkgdir}/opt/bitwig-studio/libexec
- install -d ${pkgdir}/usr/share/{applications,icons}
- install -d ${pkgdir}/usr/share/licenses/${pkgname}
-
# Unpack package contents
bsdtar -xf ${srcdir}/data.tar.gz -C ${pkgdir}/
- # Replace the launcher
- install -m755 ${srcdir}/bitwig-studio.launcher ${pkgdir}/usr/bin/bitwig-studio
-
- # Replace the desktop launcher
- install -m755 ${srcdir}/bitwig-studio.desktop ${pkgdir}/usr/share/applications/bitwig-studio.desktop
-
- # Workaround MP3 support by providing symlinks to ffmpeg
- ln -s /usr/bin/ffmpeg ${pkgdir}/opt/bitwig-studio/libexec/avconv
- ln -s /usr/bin/ffprobe ${pkgdir}/opt/bitwig-studio/libexec/avprobe
-
# Install license
- install -m644 ${pkgdir}/opt/bitwig-studio/EULA.rtf \
- ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+ install -D -m644 ${pkgdir}/opt/bitwig-studio/EULA.rtf ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}
diff --git a/bitwig-studio.desktop b/bitwig-studio.desktop
deleted file mode 100644
index 1591569e51c7..000000000000
--- a/bitwig-studio.desktop
+++ /dev/null
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Terminal=false
-StartupNotify=true
-Icon=bitwig-studio.png
-Name=Bitwig Studio
-Comment=Music Application
-Exec="/usr/bin/bitwig-studio"
-Categories=Multimedia;AudioVideo;Player;Recorder
-MimeType=application/bitwig-project
-StartupWMClass="Bitwig Studio"
diff --git a/bitwig-studio.launcher b/bitwig-studio.launcher
deleted file mode 100644
index b40d1f5e5a6c..000000000000
--- a/bitwig-studio.launcher
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-export PATH="${PATH}:/opt/bitwig-studio/libexec"
-/opt/bitwig-studio/bitwig-studio "${@}"