[arch-commits] Commit in pantheon-videos (5 files)

Maxime Gauduin alucryd at archlinux.org
Tue Aug 8 21:29:31 UTC 2017


    Date: Tuesday, August 8, 2017 @ 21:29:31
  Author: alucryd
Revision: 249630

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

Added:
  pantheon-videos/repos/
  pantheon-videos/repos/community-i686/
  pantheon-videos/repos/community-i686/PKGBUILD
    (from rev 249629, pantheon-videos/trunk/PKGBUILD)
  pantheon-videos/repos/community-x86_64/
  pantheon-videos/repos/community-x86_64/PKGBUILD
    (from rev 249629, pantheon-videos/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   48 ++++++++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   48 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 96 insertions(+)

Copied: pantheon-videos/repos/community-i686/PKGBUILD (from rev 249629, pantheon-videos/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2017-08-08 21:29:31 UTC (rev 249630)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=pantheon-videos
+pkgver=0.2.3
+pkgrel=1
+pkgdesc='The Pantheon Video Player'
+arch=('i686' 'x86_64')
+url='https://github.com/elementary/videos'
+license=('GPL3')
+groups=('pantheon')
+depends=('clutter' 'clutter-gst' 'clutter-gtk' 'gdk-pixbuf2' 'glib2' 'glibc'
+         'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'libgee' 'libx11'
+         'libgranite.so')
+makedepends=('cmake' 'intltool' 'vala')
+replaces=('audience')
+provides=('audience')
+conflicts=('audience')
+optdepends=('gst-plugins-base: "Base" plugin libraries'
+            'gst-plugins-good: "Good" plugin libraries'
+            'gst-plugins-bad: "Bad" plugin libraries'
+            'gst-plugins-ugly: "Ugly" plugin libraries')
+source=("pantheon-videos-${pkgver}.tar.gz::https://github.com/elementary/videos/archive/${pkgver}.tar.gz")
+sha256sums=('68253b55232f6ec5d9f219b5ddb60f418a44d857f79b472c10ad6d8a552c7460')
+
+prepare() {
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../videos-${pkgver} \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C build install
+}
+
+# vim: ts=2 sw=2 et:

Copied: pantheon-videos/repos/community-x86_64/PKGBUILD (from rev 249629, pantheon-videos/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2017-08-08 21:29:31 UTC (rev 249630)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=pantheon-videos
+pkgver=0.2.3
+pkgrel=1
+pkgdesc='The Pantheon Video Player'
+arch=('i686' 'x86_64')
+url='https://github.com/elementary/videos'
+license=('GPL3')
+groups=('pantheon')
+depends=('clutter' 'clutter-gst' 'clutter-gtk' 'gdk-pixbuf2' 'glib2' 'glibc'
+         'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'libgee' 'libx11'
+         'libgranite.so')
+makedepends=('cmake' 'intltool' 'vala')
+replaces=('audience')
+provides=('audience')
+conflicts=('audience')
+optdepends=('gst-plugins-base: "Base" plugin libraries'
+            'gst-plugins-good: "Good" plugin libraries'
+            'gst-plugins-bad: "Bad" plugin libraries'
+            'gst-plugins-ugly: "Ugly" plugin libraries')
+source=("pantheon-videos-${pkgver}.tar.gz::https://github.com/elementary/videos/archive/${pkgver}.tar.gz")
+sha256sums=('68253b55232f6ec5d9f219b5ddb60f418a44d857f79b472c10ad6d8a552c7460')
+
+prepare() {
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../videos-${pkgver} \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list