[arch-commits] Commit in baka-mplayer/repos (4 files)

Felix Yan fyan at archlinux.org
Thu Oct 8 02:42:12 UTC 2015


    Date: Thursday, October 8, 2015 @ 04:42:12
  Author: fyan
Revision: 143390

archrelease: copy trunk to community-i686, community-x86_64

Added:
  baka-mplayer/repos/community-i686/
  baka-mplayer/repos/community-i686/PKGBUILD
    (from rev 143389, baka-mplayer/trunk/PKGBUILD)
  baka-mplayer/repos/community-x86_64/
  baka-mplayer/repos/community-x86_64/PKGBUILD
    (from rev 143389, baka-mplayer/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   39 +++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)

Copied: baka-mplayer/repos/community-i686/PKGBUILD (from rev 143389, baka-mplayer/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-10-08 02:42:12 UTC (rev 143390)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: u8sand <u8sand at gmail.com>
+# Contributor: Alfredo Ramos <alfredo dot ramos at yandex dot com>
+
+pkgname=baka-mplayer
+pkgver=2.0.3
+pkgrel=2
+pkgdesc='A free and open source, cross-platform, libmpv based multimedia player. Qt5 build.'
+arch=('i686' 'x86_64')
+url='http://bakamplayer.u8sand.net/'
+license=('GPL')
+depends=('mpv' 'qt5-declarative' 'qt5-svg' 'qt5-x11extras')
+optdepends=('qt5-translations: for Qt5 dialog translations'
+            'youtube-dl: for remote video streaming')
+makedepends=('git' 'qt5-tools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/u8sand/Baka-MPlayer/archive/v${pkgver}.tar.gz")
+sha512sums=('af2e79a318c8a119ef20c8721e42fa3a6c4900b5baf50613ba9de7c64cdaabbb08f0a31fc589460b544a8b67d662088cac2cdf3cc808ae128948a84882df13ab')
+
+prepare() {
+	# Make build directory
+	mkdir ${srcdir}/build
+}
+
+build() {	
+	# Building package
+	cd ${srcdir}/build
+	qmake-qt5 ../Baka-MPlayer-${pkgver}/src \
+		CONFIG+=release \
+		CONFIG+=install_translations \
+		-spec linux-g++
+	make -j$(nproc)
+}
+
+package() {
+	# Installing package
+	cd ${srcdir}/build
+	make INSTALL_ROOT=${pkgdir} install
+}

Copied: baka-mplayer/repos/community-x86_64/PKGBUILD (from rev 143389, baka-mplayer/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-10-08 02:42:12 UTC (rev 143390)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: u8sand <u8sand at gmail.com>
+# Contributor: Alfredo Ramos <alfredo dot ramos at yandex dot com>
+
+pkgname=baka-mplayer
+pkgver=2.0.3
+pkgrel=2
+pkgdesc='A free and open source, cross-platform, libmpv based multimedia player. Qt5 build.'
+arch=('i686' 'x86_64')
+url='http://bakamplayer.u8sand.net/'
+license=('GPL')
+depends=('mpv' 'qt5-declarative' 'qt5-svg' 'qt5-x11extras')
+optdepends=('qt5-translations: for Qt5 dialog translations'
+            'youtube-dl: for remote video streaming')
+makedepends=('git' 'qt5-tools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/u8sand/Baka-MPlayer/archive/v${pkgver}.tar.gz")
+sha512sums=('af2e79a318c8a119ef20c8721e42fa3a6c4900b5baf50613ba9de7c64cdaabbb08f0a31fc589460b544a8b67d662088cac2cdf3cc808ae128948a84882df13ab')
+
+prepare() {
+	# Make build directory
+	mkdir ${srcdir}/build
+}
+
+build() {	
+	# Building package
+	cd ${srcdir}/build
+	qmake-qt5 ../Baka-MPlayer-${pkgver}/src \
+		CONFIG+=release \
+		CONFIG+=install_translations \
+		-spec linux-g++
+	make -j$(nproc)
+}
+
+package() {
+	# Installing package
+	cd ${srcdir}/build
+	make INSTALL_ROOT=${pkgdir} install
+}



More information about the arch-commits mailing list