[arch-commits] Commit in qstopmotion/repos (3 files)

Antonio Rojas arojas at gemini.archlinux.org
Sun Oct 10 16:45:28 UTC 2021


    Date: Sunday, October 10, 2021 @ 16:45:27
  Author: arojas
Revision: 1029274

archrelease: copy trunk to community-staging-x86_64

Added:
  qstopmotion/repos/community-staging-x86_64/
  qstopmotion/repos/community-staging-x86_64/PKGBUILD
    (from rev 1029273, qstopmotion/trunk/PKGBUILD)
  qstopmotion/repos/community-staging-x86_64/qstopmotion.appdata.xml
    (from rev 1029273, qstopmotion/trunk/qstopmotion.appdata.xml)

-------------------------+
 PKGBUILD                |   25 +++++++++++++++++++++++++
 qstopmotion.appdata.xml |   27 +++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: qstopmotion/repos/community-staging-x86_64/PKGBUILD (from rev 1029273, qstopmotion/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-10-10 16:45:27 UTC (rev 1029274)
@@ -0,0 +1,25 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=qstopmotion
+pkgver=2.5.2
+pkgrel=2
+pkgdesc='Application for creating stop-motion animation movies'
+url='http://qstopmotion.org/'
+license=('GPL2')
+arch=('x86_64')
+depends=('ffmpeg' 'libgphoto2' 'qt5-multimedia' 'qwt' 'v4l-utils')
+makedepends=('cmake' 'ninja')
+source=("https://downloads.sourceforge.net/$pkgname/Version_${pkgver//./_}/$pkgname-$pkgver-Source.tar.gz"
+        'qstopmotion.appdata.xml')
+sha256sums=('8f2054c9a7644ae40a5ceaebe576758f2ea87f5430f12d873f1b8eacf73b4671'
+            'fd0c4a63f3cd407143257141ab50cacd500821ded2ba1141a6b54def3490b3f1')
+
+build() {
+  cmake -S $pkgname-$pkgver-Source -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr'
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  install -Dm644 $pkgname.appdata.xml "$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
+}

Copied: qstopmotion/repos/community-staging-x86_64/qstopmotion.appdata.xml (from rev 1029273, qstopmotion/trunk/qstopmotion.appdata.xml)
===================================================================
--- community-staging-x86_64/qstopmotion.appdata.xml	                        (rev 0)
+++ community-staging-x86_64/qstopmotion.appdata.xml	2021-10-10 16:45:27 UTC (rev 1029274)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+  <id>org.qstopmotion.qstopmotion</id>
+  <launchable type="desktop-id">qstopmotion.desktop</launchable>
+  <name>qStopMotion</name>
+  <summary>Program to create stop-motion animations</summary>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-2.0</project_license>
+  <description>
+    <p>Program to create stop-motion animations. Features:</p>
+    <ul>
+      <li>Project management using Scenes, Takes and Exposures</li>
+      <li>Live-View of the camera picture</li>
+      <li>Onion-Scinning</li>
+      <li>Take pictures from WebCam, Digicam and Camera</li>
+      <li>Import of existing pictures</li>
+      <li>Export to different video formats</li>
+    </ul>
+  </description>
+  <screenshots>
+    <screenshot type="default">
+​      <image>http://qstopmotion.org/images/screenshots/mode_mixing.png</image>
+    </screenshot>
+  </screenshots>
+  <url type="bugtracker">https://sourceforge.net/p/qstopmotion/tickets/</url>
+  <url type="homepage">http://qstopmotion.org/</url>
+</component>



More information about the arch-commits mailing list