summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/dev-util/uchardet/uchardet-scm.exheres-06
-rw-r--r--packages/dev-util/uchardet/uchardet.exlib19
-rw-r--r--packages/media-sound/flacon/flacon-scm.exheres-06
-rw-r--r--packages/media-sound/flacon/flacon.exlib17
4 files changed, 48 insertions, 0 deletions
diff --git a/packages/dev-util/uchardet/uchardet-scm.exheres-0 b/packages/dev-util/uchardet/uchardet-scm.exheres-0
new file mode 100644
index 0000000..fcbcd9c
--- /dev/null
+++ b/packages/dev-util/uchardet/uchardet-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 uchardet
+
+PLATFORMS="~amd64 ~x86"
diff --git a/packages/dev-util/uchardet/uchardet.exlib b/packages/dev-util/uchardet/uchardet.exlib
new file mode 100644
index 0000000..2d6a022
--- /dev/null
+++ b/packages/dev-util/uchardet/uchardet.exlib
@@ -0,0 +1,19 @@
+# Distributed under the terms of the GNU General Public License v2
+# Copyright 2019 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
+
+SCM_REPOSITORY="git://anongit.freedesktop.org/uchardet/uchardet"
+
+require scm-git
+require cmake [ api=2 ]
+
+SLOT="0"
+
+LICENCES="MPL-1.1"
+
+SUMMARY="uchardet is an encoding detector library"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/uchardet/"
+
+MYOPTIONS=""
+
+DEPENDENCIES="
+"
diff --git a/packages/media-sound/flacon/flacon-scm.exheres-0 b/packages/media-sound/flacon/flacon-scm.exheres-0
new file mode 100644
index 0000000..586903c
--- /dev/null
+++ b/packages/media-sound/flacon/flacon-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 flacon
+
+PLATFORMS="~amd64 ~x86"
diff --git a/packages/media-sound/flacon/flacon.exlib b/packages/media-sound/flacon/flacon.exlib
new file mode 100644
index 0000000..ff3e155
--- /dev/null
+++ b/packages/media-sound/flacon/flacon.exlib
@@ -0,0 +1,17 @@
+# Distributed under the terms of the GNU General Public License v2
+# Copyright 2019 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
+
+require github [ user=flacon ]
+require cmake [ api=2 ]
+CENCE="GPL-2"
+SLOT="0"
+
+SUMMARY="Audio File Encoder."
+
+MYOPTIONS=""
+
+DEPENDENCIES="
+ build+run:
+ dev-util/uchardet
+ x11-libs/qtbase[gui]
+"