summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2018-01-22 19:09:04 +0100
committerCtibor Brančík <ctibor@brancik.cz>2018-01-22 19:09:04 +0100
commit1aa8f65a384e1ad1aa8b788ed6f819f83ae91823 (patch)
tree4b709e0922dd2633114ddd427ed87ec2b4a3b7b6
parentff60cfc8ed57723173f09d37f1f731725a5eee82 (diff)
parenta893d77c01b32ffc4259989067321172ef3dc7e1 (diff)
downloadbrancik-overlay-1aa8f65a384e1ad1aa8b788ed6f819f83ae91823.tar.gz
brancik-overlay-1aa8f65a384e1ad1aa8b788ed6f819f83ae91823.tar.bz2
Merge branch 'master' of ssh://git.brancik.cz/gentoo-overlay
-rw-r--r--media-video/libam7xxx/libam7xxx-9999.ebuild23
-rw-r--r--media-video/libam7xxx/metadata.xml18
-rw-r--r--sci-libs/indilib/indilib-1.5.0.ebuild3
-rw-r--r--sci-libs/indilib/indilib-9999.ebuild3
4 files changed, 45 insertions, 2 deletions
diff --git a/media-video/libam7xxx/libam7xxx-9999.ebuild b/media-video/libam7xxx/libam7xxx-9999.ebuild
new file mode 100644
index 0000000..a32cdf2
--- /dev/null
+++ b/media-video/libam7xxx/libam7xxx-9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit git-2 cmake-utils
+
+DESCRIPTION="Driver and tools for am7xxx based DPF projectors"
+HOMEPAGE="https://ao2.it/en/blog/2012/03/30/open-source-driver-usb-pico-projectors"
+
+EGIT_REPO_URI="https://git.ao2.it/libam7xxx.git"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~amd64"
+
+DEPEND="virtual/libusb:1
+ virtual/ffmpeg
+ x11-libs/libxcb"
+
+RDEPEND="${DEPEND}"
diff --git a/media-video/libam7xxx/metadata.xml b/media-video/libam7xxx/metadata.xml
new file mode 100644
index 0000000..9645930
--- /dev/null
+++ b/media-video/libam7xxx/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>ctibor@brancik.cz</email>
+ <name>Ctibor Brančík</name>
+ </maintainer>
+ <longdescription>
+ An Open Source driver for USB pico projectors.
+ </longdescription>
+ <upstream>
+ <maintainer status="active">
+ <email>ao2@ao2.it</email>
+ </maintainer>
+ <changelog>https://git.ao2.it/libam7xxx.git/</changelog>
+ <bugs-to>https://ao2.it/en/blog/2012/03/30/open-source-driver-usb-pico-projectors</bugs-to>
+ </upstream>
+</pkgmetadata>
diff --git a/sci-libs/indilib/indilib-1.5.0.ebuild b/sci-libs/indilib/indilib-1.5.0.ebuild
index 2d459d6..6a89776 100644
--- a/sci-libs/indilib/indilib-1.5.0.ebuild
+++ b/sci-libs/indilib/indilib-1.5.0.ebuild
@@ -51,7 +51,8 @@ src_install() {
}
pkg_postinst() {
- enewuser indiserver -1 -1 -1 "usb,uucp,video" -U
+ enewgroup indiserver
+ enewuser indiserver -1 -1 -1 "usb,uucp,video,indiserver"
elog "You can use init script in /etc/init.d/indiserver to start"
elog "indiserver automatically."
elog "Configuration is in /etc/conf.d/indiserver."
diff --git a/sci-libs/indilib/indilib-9999.ebuild b/sci-libs/indilib/indilib-9999.ebuild
index e476c25..9a0ae4b 100644
--- a/sci-libs/indilib/indilib-9999.ebuild
+++ b/sci-libs/indilib/indilib-9999.ebuild
@@ -50,7 +50,8 @@ src_install() {
}
pkg_postinst() {
- enewuser indiserver -1 -1 -1 "usb,uucp,video" -U
+ enewgroup indiserver
+ enewuser indiserver -1 -1 -1 "usb,uucp,video,indiserver"
elog "You can use init script in /etc/init.d/indiserver to start"
elog "indiserver automatically."
elog "Configuration is in /etc/conf.d/indiserver."