[arch-commits] Commit in (4 files)

Balló György bgyorgy at archlinux.org
Thu Jul 9 23:38:15 UTC 2020


    Date: Thursday, July 9, 2020 @ 23:38:15
  Author: bgyorgy
Revision: 663054

Move playitslowly from AUR with 10 votes

Added:
  playitslowly/
  playitslowly/trunk/
  playitslowly/trunk/PKGBUILD
  playitslowly/trunk/playitslowly.appdata.xml

--------------------------+
 PKGBUILD                 |   40 ++++++++++++++++++++++++++++++++++++++++
 playitslowly.appdata.xml |   22 ++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Added: playitslowly/trunk/PKGBUILD
===================================================================
--- playitslowly/trunk/PKGBUILD	                        (rev 0)
+++ playitslowly/trunk/PKGBUILD	2020-07-09 23:38:15 UTC (rev 663054)
@@ -0,0 +1,40 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: mrxx <mrxx at cyberhome dot at>
+# Contributor: Limao Luo <luolimao+AUR at gmail.com>
+# Contributor: sausageandeggs <sausageandeggs at archlinux.us>
+
+pkgname=playitslowly
+pkgver=1.5.1
+pkgrel=4
+pkgdesc="Play back audio files at a different speed or pitch"
+arch=(any)
+url=https://29a.ch/playitslowly
+license=(GPL3)
+depends=(gst-plugins-bad gst-plugins-base gst-python gtk3 python-gobject)
+optdepends=('gst-plugins-good: Extra media codecs'          
+            'gst-plugins-ugly: Extra media codecs'
+            'gst-libav: Extra media codecs')
+source=(http://29a.ch/$pkgname/$pkgname-$pkgver.tar.gz
+        playitslowly.appdata.xml)
+sha256sums=('7dfe3da5417971183a13002d1e4ba4f30770baaf1ae3f9ef0ac66a6727f476aa'
+            'ebe2890f7e42dfb7988d4304a4faee6d5657556f12bcebcd3279e9de86ec1ae4')
+
+prepare() {
+  cd $pkgname-$pkgver
+  mkdir -p share/icons/hicolor/{32x32,128x128,scalable}/apps share/metainfo
+  mv share/pixmaps/playitslowly.png share/icons/hicolor/128x128/apps/playitslowly.png
+  mv share/icons/hicolor/32x32/playitslowly.png share/icons/hicolor/32x32/apps/playitslowly.png
+  mv share/icons/hicolor/scalable/playitslowly.svg share/icons/hicolor/scalable/apps/playitslowly.png
+  cp ../playitslowly.appdata.xml share/metainfo/playitslowly.appdata.xml
+  rm -r share/pixmaps
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}

Added: playitslowly/trunk/playitslowly.appdata.xml
===================================================================
--- playitslowly/trunk/playitslowly.appdata.xml	                        (rev 0)
+++ playitslowly/trunk/playitslowly.appdata.xml	2020-07-09 23:38:15 UTC (rev 663054)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+  <id type="desktop">ch.x29a.playitslowly</id>
+  <launchable type="desktop-id">playitslowly.desktop</launchable>
+  <provides>
+    <id>playitslowly.desktop</id>
+  </provides>
+  <name>Play it Slowly</name>
+  <summary>Play music at a different speed</summary>
+  <description>
+    <p>
+      Play music at a different speed or pitch.
+    </p>
+  </description>
+  <url type="homepage">https://29a.ch/playitslowly/</url>
+  <content_rating type="oars-1.1" />
+  <screenshots>
+    <screenshot type="default">https://29a.ch/playitslowly/screenshot.png</screenshot>
+  </screenshots>
+  <project_license>GPL-3.0+</project_license>
+  <metadata_license>CC0-1.0</metadata_license>
+</application>



More information about the arch-commits mailing list