summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2019-03-22 07:13:16 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2019-03-22 07:13:16 +0300
commitd888c851e859cc9eda6b54ad37ea712ce5a1155e (patch)
tree6351d4f74d813e762c9045c80577ba0b412625a9
parent84596f5177340fb03d13a1b78fff5604807f50c5 (diff)
flacon added
-rw-r--r--metadata/categories.conf1
-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
5 files changed, 49 insertions, 0 deletions
diff --git a/metadata/categories.conf b/metadata/categories.conf
index 00a438c..22c3b3b 100644
--- a/metadata/categories.conf
+++ b/metadata/categories.conf
@@ -8,6 +8,7 @@ kde
mail-filter
media-gfx
media-libs
+media-sound
media-video
net-im
net-libs
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]
+"