[arch-commits] Commit in pantheon-videos/trunk (PKGBUILD)

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 14:56:50
  Author: alucryd
Revision: 657697

upgpkg: pantheon-videos 2.7.2-1

Modified:
  pantheon-videos/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 14:50:03 UTC (rev 657696)
+++ PKGBUILD2020-07-04 14:56:50 UTC (rev 657697)
@@ -2,7 +2,7 @@
 # Contributor: Ner0 
 
 pkgname=pantheon-videos
-pkgver=2.7.1
+pkgver=2.7.2
 pkgrel=1
 pkgdesc='The Pantheon Video Player'
 arch=(x86_64)
@@ -34,7 +34,8 @@
   'gst-plugins-bad: "Bad" plugin libraries'
   'gst-plugins-ugly: "Ugly" plugin libraries'
 )
-source=(pantheon-videos::git+https://github.com/elementary/videos.git#tag=a4cdf460f8a342ff3df1e82cd330834c69aa54fa)
+_tag=0faf03232b236d4f823b2fcbb8a70149c69dd44e
+source=(pantheon-videos::git+https://github.com/elementary/videos.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {


[arch-commits] Commit in pantheon-videos/trunk (PKGBUILD)

2020-04-15 Thread Maxime Gauduin via arch-commits
Date: Wednesday, April 15, 2020 @ 10:40:23
  Author: alucryd
Revision: 614610

upgpkg: pantheon-videos 2.7.1-1

Modified:
  pantheon-videos/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 10:40:12 UTC (rev 614609)
+++ PKGBUILD2020-04-15 10:40:23 UTC (rev 614610)
@@ -2,7 +2,7 @@
 # Contributor: Ner0 
 
 pkgname=pantheon-videos
-pkgver=2.7.0
+pkgver=2.7.1
 pkgrel=1
 pkgdesc='The Pantheon Video Player'
 arch=(x86_64)
@@ -34,7 +34,7 @@
   'gst-plugins-bad: "Bad" plugin libraries'
   'gst-plugins-ugly: "Ugly" plugin libraries'
 )
-source=(pantheon-videos::git+https://github.com/elementary/videos.git#tag=81cd005eb4e3fbdd8acd07adbbfed5f3bb83aa04)
+source=(pantheon-videos::git+https://github.com/elementary/videos.git#tag=a4cdf460f8a342ff3df1e82cd330834c69aa54fa)
 sha256sums=(SKIP)
 
 pkgver() {


[arch-commits] Commit in pantheon-videos/trunk (PKGBUILD)

2019-11-26 Thread Maxime Gauduin via arch-commits
Date: Tuesday, November 26, 2019 @ 13:52:23
  Author: alucryd
Revision: 533469

upgpkg: pantheon-videos 2.7.0-1

Modified:
  pantheon-videos/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-26 12:59:04 UTC (rev 533468)
+++ PKGBUILD2019-11-26 13:52:23 UTC (rev 533469)
@@ -2,7 +2,7 @@
 # Contributor: Ner0 
 
 pkgname=pantheon-videos
-pkgver=2.6.3
+pkgver=2.7.0
 pkgrel=1
 pkgdesc='The Pantheon Video Player'
 arch=(x86_64)
@@ -34,9 +34,15 @@
   'gst-plugins-bad: "Bad" plugin libraries'
   'gst-plugins-ugly: "Ugly" plugin libraries'
 )
-source=(pantheon-videos::git+https://github.com/elementary/videos.git#tag=${pkgver})
+source=(pantheon-videos::git+https://github.com/elementary/videos.git#tag=81cd005eb4e3fbdd8acd07adbbfed5f3bb83aa04)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd pantheon-videos
+
+  git describe --tags
+}
+
 build() {
   arch-meson pantheon-videos build
   ninja -C build


[arch-commits] Commit in pantheon-videos/trunk (PKGBUILD)

2019-01-10 Thread Maxime Gauduin via arch-commits
Date: Thursday, January 10, 2019 @ 18:08:36
  Author: alucryd
Revision: 422008

upgpkg: pantheon-videos 2.6.3-1

Modified:
  pantheon-videos/trunk/PKGBUILD

--+
 PKGBUILD |   45 +++--
 1 file changed, 31 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-10 18:03:31 UTC (rev 422007)
+++ PKGBUILD2019-01-10 18:08:36 UTC (rev 422008)
@@ -2,23 +2,40 @@
 # Contributor: Ner0 
 
 pkgname=pantheon-videos
-pkgver=2.6.2
+pkgver=2.6.3
 pkgrel=1
 pkgdesc='The Pantheon Video Player'
-arch=('x86_64')
+arch=(x86_64)
 url='https://github.com/elementary/videos'
-license=('GPL3')
-groups=('pantheon')
-depends=('clutter' 'clutter-gst' 'clutter-gtk' 'gdk-pixbuf2' 'glib2'
- 'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'libgee' 'libx11'
- 'libgranite.so')
-makedepends=('git' 'intltool' 'meson' 'vala')
-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::git+https://github.com/elementary/videos.git#tag=${pkgver}";)
-sha256sums=('SKIP')
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  clutter
+  clutter-gst
+  clutter-gtk
+  gdk-pixbuf2
+  glib2
+  gst-plugins-base-libs
+  gstreamer
+  gtk3
+  libgee
+  libgranite.so
+  libx11
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+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::git+https://github.com/elementary/videos.git#tag=${pkgver})
+sha256sums=(SKIP)
 
 build() {
   arch-meson pantheon-videos build


[arch-commits] Commit in pantheon-videos/trunk (PKGBUILD)

2018-10-01 Thread Maxime Gauduin via arch-commits
Date: Monday, October 1, 2018 @ 09:05:45
  Author: alucryd
Revision: 388734

upgpkg: pantheon-videos 2.6.2-1

Modified:
  pantheon-videos/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-01 08:04:34 UTC (rev 388733)
+++ PKGBUILD2018-10-01 09:05:45 UTC (rev 388734)
@@ -2,7 +2,7 @@
 # Contributor: Ner0 
 
 pkgname=pantheon-videos
-pkgver=0.2.6
+pkgver=2.6.2
 pkgrel=1
 pkgdesc='The Pantheon Video Player'
 arch=('x86_64')


[arch-commits] Commit in pantheon-videos/trunk (PKGBUILD)

2018-03-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, March 6, 2018 @ 22:10:27
  Author: alucryd
Revision: 303335

upgpkg: pantheon-videos 0.2.5-1

Modified:
  pantheon-videos/trunk/PKGBUILD

--+
 PKGBUILD |   12 
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-06 22:10:21 UTC (rev 303334)
+++ PKGBUILD2018-03-06 22:10:27 UTC (rev 303335)
@@ -3,8 +3,8 @@
 # Contributor: Ner0 
 
 pkgname=pantheon-videos
-pkgver=0.2.4
-pkgrel=2
+pkgver=0.2.5
+pkgrel=1
 pkgdesc='The Pantheon Video Player'
 arch=('x86_64')
 url='https://github.com/elementary/videos'
@@ -21,10 +21,8 @@
 '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";
-remove-glib-application-set-default.patch)
-sha256sums=('b79c995cd48b4c4a5064a66673449f981ca5d1085e690c939544939061513a1f'
-'eb95236f813defcd9b2cb4dc58299188d0a8556d77e20c253127d09af1759df9')
+source=("pantheon-videos-${pkgver}.tar.gz::https://github.com/elementary/videos/archive/${pkgver}.tar.gz";)
+sha256sums=('4f22565033f5c44380d215c5f9c3672a8a2ad75d81af0e06b7b5a4bf18522207')
 
 prepare() {
   if [[ -d build ]]; then
@@ -31,8 +29,6 @@
 rm -rf build
   fi
   mkdir build
-  cd videos-$pkgver
-  patch -Np1 -i ../remove-glib-application-set-default.patch
 }
 
 build() {


[arch-commits] Commit in pantheon-videos/trunk (PKGBUILD)

2017-08-15 Thread Maxime Gauduin
Date: Tuesday, August 15, 2017 @ 10:08:14
  Author: alucryd
Revision: 250850

upgpkg: pantheon-videos 0.2.4-1

Modified:
  pantheon-videos/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 10:07:37 UTC (rev 250849)
+++ PKGBUILD2017-08-15 10:08:14 UTC (rev 250850)
@@ -3,7 +3,7 @@
 # Contributor: Ner0 
 
 pkgname=pantheon-videos
-pkgver=0.2.3
+pkgver=0.2.4
 pkgrel=1
 pkgdesc='The Pantheon Video Player'
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 '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')
+sha256sums=('b79c995cd48b4c4a5064a66673449f981ca5d1085e690c939544939061513a1f')
 
 prepare() {
   if [[ -d build ]]; then


[arch-commits] Commit in pantheon-videos/trunk (PKGBUILD)

2017-08-08 Thread Maxime Gauduin
Date: Tuesday, August 8, 2017 @ 21:29:18
  Author: alucryd
Revision: 249629

upgpkg: pantheon-videos 0.2.3-1

Modified:
  pantheon-videos/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-08 21:28:55 UTC (rev 249628)
+++ PKGBUILD2017-08-08 21:29:18 UTC (rev 249629)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc='The Pantheon Video Player'
 arch=('i686' 'x86_64')
-url='https://launchpad.net/audience'
+url='https://github.com/elementary/videos'
 license=('GPL3')
 groups=('pantheon')
 depends=('clutter' 'clutter-gst' 'clutter-gtk' 'gdk-pixbuf2' 'glib2' 'glibc'
@@ -15,7 +15,7 @@
  'libgranite.so')
 makedepends=('cmake' 'intltool' 'vala')
 replaces=('audience')
-provides=('audience' 'pantheon-videos')
+provides=('audience')
 conflicts=('audience')
 optdepends=('gst-plugins-base: "Base" plugin libraries'
 'gst-plugins-good: "Good" plugin libraries'
@@ -22,7 +22,7 @@
 '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=('3d32516114bdbfbfc256c1a70219010fe12812a15712640b2513fc1fc0fd933b')
+sha256sums=('68253b55232f6ec5d9f219b5ddb60f418a44d857f79b472c10ad6d8a552c7460')
 
 prepare() {
   if [[ -d build ]]; then