Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

build: add AutoPanorama #2062

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions io.github.AutoPanorama/linglong.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
package:
id: io.github.AutoPanorama
name: AutoPanorama
version: 1.3.4.1
kind: app
description: |
Compose panoramas from pictures or videos

runtime:
id: org.deepin.Runtime
version: 23.0.0

depends:
- id: ffmpeg/4.1.8
type: runtime

source:
kind: git
url: https://github.com/qchateau/AutoPanorama.git
commit: b0f0e59ba46da805ffe599473afbce5a549235b5
patch: patches/0001-install.patch

build:
kind: cmake
25 changes: 25 additions & 0 deletions io.github.AutoPanorama/patches/0001-install.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
From f1bf754acfffd940af849a94151455c73ee2936d Mon Sep 17 00:00:00 2001
From: wjyrich <[email protected]>
Date: Thu, 18 Apr 2024 13:01:15 +0800
Subject: [PATCH] install

---
res/autopanorama.desktop | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/res/autopanorama.desktop b/res/autopanorama.desktop
index a7f6256..86eaf66 100644
--- a/res/autopanorama.desktop
+++ b/res/autopanorama.desktop
@@ -4,6 +4,6 @@ Version=1.0
Terminal=false
Type=Application
Name=Autopanorama
-Exec=/usr/bin/autopanorama
-Icon=/usr/share/autopanorama/autopanorama.png
+Exec=autopanorama
+Icon=autopanorama
Categories=Graphics;Photography;ImageProcessing;Qt;
--
2.33.1

Loading