[arch-commits] Commit in playitslowly/repos (3 files)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 18:53:08 UTC 2020
Date: Thursday, November 12, 2020 @ 18:53:07
Author: felixonmars
Revision: 753235
archrelease: copy trunk to community-staging-any
Added:
playitslowly/repos/community-staging-any/
playitslowly/repos/community-staging-any/PKGBUILD
(from rev 753233, playitslowly/trunk/PKGBUILD)
playitslowly/repos/community-staging-any/playitslowly.appdata.xml
(from rev 753233, playitslowly/trunk/playitslowly.appdata.xml)
--------------------------+
PKGBUILD | 40 ++++++++++++++++++++++++++++++++++++++++
playitslowly.appdata.xml | 22 ++++++++++++++++++++++
2 files changed, 62 insertions(+)
Copied: playitslowly/repos/community-staging-any/PKGBUILD (from rev 753233, playitslowly/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-12 18:53:07 UTC (rev 753235)
@@ -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=5
+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 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
+}
Copied: playitslowly/repos/community-staging-any/playitslowly.appdata.xml (from rev 753233, playitslowly/trunk/playitslowly.appdata.xml)
===================================================================
--- community-staging-any/playitslowly.appdata.xml (rev 0)
+++ community-staging-any/playitslowly.appdata.xml 2020-11-12 18:53:07 UTC (rev 753235)
@@ -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