[arch-commits] Commit in parole/repos/community-x86_64 (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Sun Jan 21 16:30:02 UTC 2018


    Date: Sunday, January 21, 2018 @ 16:30:02
  Author: bgyorgy
Revision: 284579

archrelease: copy trunk to community-x86_64

Added:
  parole/repos/community-x86_64/PKGBUILD
    (from rev 284578, parole/trunk/PKGBUILD)
Deleted:
  parole/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 32 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-21 16:29:56 UTC (rev 284578)
+++ PKGBUILD	2018-01-21 16:30:02 UTC (rev 284579)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: TDY <tdy at gmx.com>
-
-pkgname=parole
-pkgver=0.9.2
-pkgrel=1
-pkgdesc="A modern media player based on the GStreamer framework"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/parole/"
-license=('GPL')
-depends=('gstreamer' 'gst-plugins-base-libs' 'hicolor-icon-theme' 'libnotify>=0.4.1'
-         'libxfce4ui>=4.12.0' 'taglib>=1.4' 'desktop-file-utils' 'gst-plugins-good'
-         'clutter-gtk')
-makedepends=('xfce4-dev-tools')
-optdepends=('gst-libav'
-	    'gst-plugins-bad'
-	    'gst-plugins-base'
-	    'gst-plugins-ugly')
-source=(https://git.xfce.org/apps/parole/snapshot/parole-$pkgver.tar.bz2)
-sha256sums=('b29b561fad417d7cb16f1698a5f74f10d3120e2ea0970466fd93ccd9c9b14825')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib \
-    --enable-taglib --enable-libnotify --with-gstreamer=1.0 \
-    --enable-clutter
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: parole/repos/community-x86_64/PKGBUILD (from rev 284578, parole/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-21 16:30:02 UTC (rev 284579)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: TDY <tdy at gmx.com>
+
+pkgname=parole
+pkgver=0.9.2
+pkgrel=2
+pkgdesc="Modern media player based on the GStreamer framework"
+arch=('x86_64')
+url="https://docs.xfce.org/apps/parole/start"
+license=('GPL')
+groups=('xfce4-goodies')
+depends=('gst-plugins-base' 'gst-plugins-good' 'libnotify' 'libxfce4ui')
+makedepends=('intltool' 'python')
+optdepends=('gst-libav: Extra media codecs'
+	    'gst-plugins-bad: Extra media codecs'
+	    'gst-plugins-ugly: Extra media codecs')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('fdd3cbe7b8a74cba6176694e742b44734ee435bb937ec94f59e69b957857c79d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list