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

Felix Yan fyan at archlinux.org
Wed Dec 2 06:31:20 UTC 2015


    Date: Wednesday, December 2, 2015 @ 07:31:20
  Author: fyan
Revision: 148108

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-12-02 06:30:50 UTC (rev 148107)
+++ community-i686/PKGBUILD	2015-12-02 06:31:20 UTC (rev 148108)
@@ -1,39 +0,0 @@
-# $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-i686/PKGBUILD (from rev 148107, baka-mplayer/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-12-02 06:31:20 UTC (rev 148108)
@@ -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.4
+pkgrel=1
+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=('7898d65e87540bcb528d429dc70daefc7d4c0711b2983326cf6fa3a14e566c2742334378befdb710b8cc59452f960bc17b290058ba9e6878e830de6dbafce55a')
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-12-02 06:30:50 UTC (rev 148107)
+++ community-x86_64/PKGBUILD	2015-12-02 06:31:20 UTC (rev 148108)
@@ -1,39 +0,0 @@
-# $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 148107, baka-mplayer/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-12-02 06:31:20 UTC (rev 148108)
@@ -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.4
+pkgrel=1
+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=('7898d65e87540bcb528d429dc70daefc7d4c0711b2983326cf6fa3a14e566c2742334378befdb710b8cc59452f960bc17b290058ba9e6878e830de6dbafce55a')
+
+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