summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/app-backup/bacula/bacula.exlib5
-rw-r--r--packages/media-libs/gdk-pixbuf-webp-loader/gdk-pixbuf-webp-loader-scm.exheres-06
-rw-r--r--packages/media-libs/gdk-pixbuf-webp-loader/gdk-pixbuf-webp-loader.exlib18
3 files changed, 27 insertions, 2 deletions
diff --git a/packages/app-backup/bacula/bacula.exlib b/packages/app-backup/bacula/bacula.exlib
index 34ed8f4..f018a8e 100644
--- a/packages/app-backup/bacula/bacula.exlib
+++ b/packages/app-backup/bacula/bacula.exlib
@@ -5,7 +5,7 @@
SCM_REPOSITORY="http://git.bacula.org/bacula.git"
if ever is_scm; then
- SCM_BRANCH="Branch-9.2"
+ SCM_BRANCH="Branch-9.4"
else
SCM_TAG="Release-${PV}"
fi
@@ -85,9 +85,10 @@ WORK="${WORK}"/bacula
# -p0 "${FILES}"/5.2.3/${PN}-5.2.3-openssl-1.patch
# "${FILES}"/libressl-build-fix.patch
+# "${FILES}"/libressl-build-fix.patch
+
DEFAULT_SRC_PREPARE_PATCHES=(
-p1 "${FILES}"/bacula-fix-configure-bat.patch
- "${FILES}"/libressl-build-fix.patch
)
DEFAULT_SRC_CONFIGURE_PARAMS=(
diff --git a/packages/media-libs/gdk-pixbuf-webp-loader/gdk-pixbuf-webp-loader-scm.exheres-0 b/packages/media-libs/gdk-pixbuf-webp-loader/gdk-pixbuf-webp-loader-scm.exheres-0
new file mode 100644
index 0000000..2bd7191
--- /dev/null
+++ b/packages/media-libs/gdk-pixbuf-webp-loader/gdk-pixbuf-webp-loader-scm.exheres-0
@@ -0,0 +1,6 @@
+# Distributed under the terms of the GNU General Public License v2
+# Copyright 2019 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
+
+require gdk-pixbuf-webp-loader
+
+PLATFORMS="~amd64 ~x86"
diff --git a/packages/media-libs/gdk-pixbuf-webp-loader/gdk-pixbuf-webp-loader.exlib b/packages/media-libs/gdk-pixbuf-webp-loader/gdk-pixbuf-webp-loader.exlib
new file mode 100644
index 0000000..257a869
--- /dev/null
+++ b/packages/media-libs/gdk-pixbuf-webp-loader/gdk-pixbuf-webp-loader.exlib
@@ -0,0 +1,18 @@
+# Distributed under the terms of the GNU General Public License v2
+# Copyright 2019 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
+
+require github [ user=aruiz project=webp-pixbuf-loader ]
+require cmake [ api=2 ]
+
+LICENCES="GPL-2"
+
+SUMMARY="WebM GDK Pixbuf Loader library"
+
+MYOPTIONS=""
+SLOT="0"
+
+DEPENDENCIES="
+ build+run:
+ media-libs/libwebp:=[>=0.4.3]
+ x11-libs/gdk-pixbuf:=[>=2.22]
+"