summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6229bc26bd92eccc653fa7a38d3ce530905b1879 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Maintainer:
# Contributor: Michael Straube <michael.straube@posteo.de>

pkgname=bluemindo
pkgver=1.0rc1
pkgrel=3
pkgdesc='Ergonomic and modern music player designed for audiophiles'
arch=('any')
url='https://bluemindo.codingteam.net'
license=('GPL3')
depends=('gst-python' 'python-dbus' 'python-beautifulsoup4' 'python-pytaglib' 'gtk3')
optdepends=('pulseaudio: PulseAudio support'
            'gst-plugins-good: PulseAudio support and good codecs'
            'gst-plugins-bad: additional codecs'
            'gst-plugins-ugly: additional codecs'
            'gst-libav: libav codec')
source=("https://codingteam.net/project/bluemindo/download/file/bluemindo-$pkgver.tar.gz"
        "bluemindo.patch")
sha256sums=('e405c881feeb43f8126988403e1c1008ee5341c8faae90d5e671d9075c89fe5c'
            '3f8758bd2255966af796937902e1ff5064df3f34283172eaee8b28d855fb0747')

prepare() {
  cd $pkgname-1.0RC1

  # patch Makefile
  patch -p1 -i ../bluemindo.patch
}

package() {
  cd $pkgname-1.0RC1

  make DESTDIR="$pkgdir" install
}