File tree Expand file tree Collapse file tree 4 files changed +61
-7
lines changed Expand file tree Collapse file tree 4 files changed +61
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set (CMAKE_VERBOSE_MAKEFILE true)
4
4
5
5
set (BAKA_MPLAYER_MAJOR_VERSION 1 )
6
6
set (BAKA_MPLAYER_MINOR_VERSION 9 )
7
- set (BAKA_MPLAYER_PATCH_VERSION 8 )
7
+ set (BAKA_MPLAYER_PATCH_VERSION 9 )
8
8
set (BAKA_MPLAYER_VERSION
9
9
${BAKA_MPLAYER_MAJOR_VERSION} .${BAKA_MPLAYER_MINOR_VERSION}.${BAKA_MPLAYER_PATCH_VERSION} )
10
10
Original file line number Diff line number Diff line change 1
1
# Maintainer: u8sand <u8sand@gmail.com>
2
2
pkgname=baka-mplayer-git
3
- pkgver=1.9.8
4
- pkgrel=4
3
+ pkgver=1.9.9_alpha
4
+ pkgrel=1
5
5
pkgdesc=" Baka MPlayer is a free and open source, cross-platform, libmpv based multimedia player."
6
6
url=" http://bakamplayer.u8sand.net/"
7
7
arch=(' x86_64' ' i686' )
8
8
license=(' GPLv2' )
9
9
depends=(' mpv' ' qt5-base' ' qt5-declarative' ' qt5-svg' ' qt5-x11extras' )
10
- # replace make with ninja for faster compilation
11
- makedepends=(' git' ' cmake' ' make' )
10
+ makedepends=(' git' ' make' ' cmake' )
12
11
conflicts=(' bakamplayer' ' baka-mplayer' )
13
12
provides=(' baka-mplayer' )
14
- source=(" $pkgname " ::' git://github.com/u8sand/Baka-MPlayer.git#branch=release' )
15
- md5sums=(' SKIP' )
13
+ source=(" $pkgname " ::' git://github.com/u8sand/Baka-MPlayer.git#branch=release'
14
+ " baka-mplayer.svg"
15
+ " baka-mplayer.desktop" )
16
+ md5sums=(' SKIP'
17
+ ' 635c0c198491c5378edbaa2006ef3b63'
18
+ ' 11ea48e786706c94deafa7a759457d8c' )
16
19
17
20
pkgver () {
18
21
cd " $srcdir /$pkgname "
@@ -31,4 +34,6 @@ package() {
31
34
install -D " etc/doc/baka-mplayer.md" " $pkgdir /usr/share/doc/baka-mplayer/baka-mplayer.md"
32
35
install -D " etc/doc/baka-mplayer.1.gz" " $pkgdir /usr/share/man/man1/baka-mplayer.1.gz"
33
36
install -D " LICENSE" " $pkgdir /usr/share/licenses/baka-mplayer/LICENSE"
37
+ install -D " $srcdir /baka-mplayer.svg" " $pkgdir /usr/share/pixmaps/baka-mplayer.svg"
38
+ install -D " $srcdir /baka-mplayer.desktop" " $pkgdir /usr/share/applications/baka-mplayer.desktop"
34
39
}
Original file line number Diff line number Diff line change
1
+ [Desktop Entry]
2
+ Type =Application
3
+ Version =1.0
4
+ Name =Baka-MPlayer
5
+ Comment =An open source remake of the classic arcade game Galaga
6
+ Exec =baka-mplayer
7
+ Icon =baka-mplayer
8
+ Terminal =false
9
+ Categories =AudioVideo;Audio;Video;
You can’t perform that action at this time.
0 commit comments