summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaegil Bae2018-01-20 02:52:09 +0900
committerTaegil Bae2018-01-20 02:52:09 +0900
commitbe27967d943a5f677e5c1dcec05dda0f7551ef51 (patch)
treed0c12254226e0af728e1721132b7ed4b1131dba9
parentc9ea0f977b213d3a732f3dcdbf3c0ffa28a4ff76 (diff)
downloadaur-be27967d943a5f677e5c1dcec05dda0f7551ef51.tar.gz
Removed the temporary patch as upstream was updated
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD15
-rw-r--r--qml_internal_types.patch11
3 files changed, 6 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a754e5b077de..612f4f94a9fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bomi-git
pkgdesc = Powerful and easy-to-use GUI multimedia player based on mpv (git version)
- pkgver = 0.9.11.r35.g6571d62f
- pkgrel = 2
+ pkgver = 0.9.11.r37.g2d2a3515
+ pkgrel = 1
url = http://bomi-player.github.io
arch = i686
arch = x86_64
@@ -42,9 +42,7 @@ pkgbase = bomi-git
conflicts = cmplayer
conflicts = bomi
source = git+https://github.com/d-s-x/bomi.git
- source = qml_internal_types.patch
md5sums = SKIP
- md5sums = 965ead6202472215d8cb2d875584dfb7
pkgname = bomi-git
diff --git a/PKGBUILD b/PKGBUILD
index 3f8a1e55eb43..c9519594ede0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
_pkgbase=bomi
pkgname=$_pkgbase-git
-pkgver=0.9.11.r35.g6571d62f
-pkgrel=2
+pkgver=0.9.11.r37.g2d2a3515
+pkgrel=1
pkgdesc="Powerful and easy-to-use GUI multimedia player based on mpv (git version)"
arch=('i686' 'x86_64')
url="http://bomi-player.github.io"
@@ -25,10 +25,8 @@ optdepends=('libva-intel-driver: hardware acceleration support for Intel GPU'
'libbdplus: BD+ decryption for Blu-ray support')
provides=('bomi')
conflicts=('cmplayer' 'bomi')
-source=(git+https://github.com/d-s-x/${_pkgbase}.git
- qml_internal_types.patch)
-md5sums=('SKIP'
- '965ead6202472215d8cb2d875584dfb7')
+source=(git+https://github.com/d-s-x/${_pkgbase}.git)
+md5sums=('SKIP')
#options=(debug !strip)
pkgver() {
@@ -40,11 +38,6 @@ prepare() {
cd "$srcdir/$_pkgbase"
./configure --prefix=/usr
-
- # Temporary fix until the upstream is fixed.
- if ! grep PlayInfoText ./src/bomi/imports/bomi/qmldir; then
- patch -p1 -i "$srcdir/qml_internal_types.patch"
- fi
}
build() {
diff --git a/qml_internal_types.patch b/qml_internal_types.patch
deleted file mode 100644
index ab1d55c69efa..000000000000
--- a/qml_internal_types.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/src/bomi/imports/bomi/qmldir b/src/bomi/imports/bomi/qmldir
-index 307cc33c..79d3e8b5 100644
---- a/src/bomi/imports/bomi/qmldir
-+++ b/src/bomi/imports/bomi/qmldir
-@@ -35,3 +35,6 @@ SimpleBlur 1.0 SimpleBlur.qml
- ToolPlaneStyle 1.0 ToolPlaneStyle.qml
- BarVisualizer 1.0 BarVisualizer.qml
- StateButton 1.0 StateButton.qml
-+internal Osd Osd.qml
-+internal PlayInfoText PlayInfoText.qml
-+internal PlayInfoTrack PlayInfoTrack.qml