diff options
-rw-r--r-- | metadata/categories.conf | 1 | ||||
-rw-r--r-- | packages/dev-util/uchardet/uchardet-scm.exheres-0 | 6 | ||||
-rw-r--r-- | packages/dev-util/uchardet/uchardet.exlib | 19 | ||||
-rw-r--r-- | packages/media-sound/flacon/flacon-scm.exheres-0 | 6 | ||||
-rw-r--r-- | packages/media-sound/flacon/flacon.exlib | 17 |
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] +" |