[gnome-build-meta/jjardon/gnome_3_37_92: 4/24] Add libisoburn (xorriso)




commit 896d44372dc91913f14eb5c808a086630343e58d
Author: Valentin David <valentin david codethink co uk>
Date:   Wed Feb 26 12:26:49 2020 +0100

    Add libisoburn (xorriso)
    
    This is need by genimage to produce ISO9660 images.

 elements/iso/libburn.bst    | 11 +++++++++++
 elements/iso/libisoburn.bst | 13 +++++++++++++
 elements/iso/libisofs.bst   | 11 +++++++++++
 project.conf                |  1 +
 4 files changed, 36 insertions(+)
---
diff --git a/elements/iso/libburn.bst b/elements/iso/libburn.bst
new file mode 100644
index 00000000..4de4911d
--- /dev/null
+++ b/elements/iso/libburn.bst
@@ -0,0 +1,11 @@
+kind: autotools
+
+sources:
+- kind: tar
+  url: libburnia:libburn-1.5.2.pl01.tar.gz
+
+build-depends:
+- freedesktop-sdk.bst:public-stacks/buildsystem-autotools.bst
+
+depends:
+- freedesktop-sdk.bst:bootstrap-import.bst
diff --git a/elements/iso/libisoburn.bst b/elements/iso/libisoburn.bst
new file mode 100644
index 00000000..9c4f780e
--- /dev/null
+++ b/elements/iso/libisoburn.bst
@@ -0,0 +1,13 @@
+kind: autotools
+
+sources:
+- kind: tar
+  url: libburnia:libisoburn-1.5.2.tar.gz
+
+build-depends:
+- freedesktop-sdk.bst:public-stacks/buildsystem-autotools.bst
+
+depends:
+- freedesktop-sdk.bst:bootstrap-import.bst
+- iso/libisofs.bst
+- iso/libburn.bst
diff --git a/elements/iso/libisofs.bst b/elements/iso/libisofs.bst
new file mode 100644
index 00000000..20ea67ee
--- /dev/null
+++ b/elements/iso/libisofs.bst
@@ -0,0 +1,11 @@
+kind: autotools
+
+sources:
+- kind: tar
+  url: libburnia:libisofs-1.5.2.tar.gz
+
+build-depends:
+- freedesktop-sdk.bst:public-stacks/buildsystem-autotools.bst
+
+depends:
+- freedesktop-sdk.bst:bootstrap-import.bst
diff --git a/project.conf b/project.conf
index 7835f3ec..357f3ecd 100644
--- a/project.conf
+++ b/project.conf
@@ -57,6 +57,7 @@ aliases:
   gstreamer: https://gstreamer.freedesktop.org/src/
   icon_theme_freedesktop_org: https://icon-theme.freedesktop.org/releases/
   iso_codes: https://pkg-isocodes.alioth.debian.org/downloads/
+  libburnia: http://files.libburnia-project.org/releases/
   people_freedesktop_org: https://people.freedesktop.org/
   purism: https://source.puri.sm/
   qqwing: https://qqwing.com/


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