[pitivi] xdg-app: Make sure opus support is built and handle appdata



commit a6fec2746b7d4bb6526c990ece848390528aa49d
Author: Thibault Saunier <tsaunier gnome org>
Date:   Wed May 11 07:11:04 2016 -0300

    xdg-app: Make sure opus support is built and handle appdata
    
    Opus was moved to -base

 build/xdg-app/pitivi.template.json |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/build/xdg-app/pitivi.template.json b/build/xdg-app/pitivi.template.json
index 794f4f0..6a40c32 100644
--- a/build/xdg-app/pitivi.template.json
+++ b/build/xdg-app/pitivi.template.json
@@ -12,6 +12,7 @@
                     "--filesystem=xdg-music",
                     "--filesystem=xdg-pictures"],
     "sdk": "org.gnome.Sdk",
+    "rename-appdata-file": "pitivi.appdata.xml",
     "rename-desktop-file": "pitivi.desktop",
     "rename-icon": "pitivi",
     "desktop-file-name-prefix": "(Daily) ",
@@ -171,6 +172,16 @@
             ]
         },
         {
+            "name": "libopus",
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "http://downloads.xiph.org/releases/opus/opus-1.1.2.tar.gz";,
+                    "sha256": "0e290078e31211baa7b5886bcc8ab6bc048b9fc83882532da4a1a45e58e907fd"
+                }
+            ]
+        },
+        {
             "name": "gst-plugins-base",
             "sources": [
                 {
@@ -208,16 +219,6 @@
             ]
         },
         {
-            "name": "libopus",
-            "sources": [
-                {
-                    "type": "archive",
-                    "url": "http://downloads.xiph.org/releases/opus/opus-1.1.2.tar.gz";,
-                    "sha256": "0e290078e31211baa7b5886bcc8ab6bc048b9fc83882532da4a1a45e58e907fd"
-                }
-            ]
-        },
-        {
             "name": "libsoundtouch",
             "sources": [
                 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]