From fc5117905ff08334798881cf9bf0f63810287918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Tue, 14 Mar 2017 14:05:05 +0100 Subject: Update portage config for alcor 20170314-140505 --- Documentation/alcor/etc/portage/make.inc.conf | 1 + Documentation/alcor/etc/portage/package.accept_keywords/99_keywords | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Documentation/alcor/etc/portage/make.inc.conf b/Documentation/alcor/etc/portage/make.inc.conf index beb06b7..0566e59 100644 --- a/Documentation/alcor/etc/portage/make.inc.conf +++ b/Documentation/alcor/etc/portage/make.inc.conf @@ -6,5 +6,6 @@ GENTOO_MIRRORS="http://ftp.fi.muni.cz/pub/linux/gentoo/ http://gentoo.supp.name/ LINGUAS="cs" VIDEO_CARDS="fbdev" INPUT_DEVICES="mouse keyboard evdev" +CAMERAS="ptp2" source "/var/lib/layman/make.conf" diff --git a/Documentation/alcor/etc/portage/package.accept_keywords/99_keywords b/Documentation/alcor/etc/portage/package.accept_keywords/99_keywords index 812c8c3..4988185 100644 --- a/Documentation/alcor/etc/portage/package.accept_keywords/99_keywords +++ b/Documentation/alcor/etc/portage/package.accept_keywords/99_keywords @@ -191,3 +191,7 @@ # required by @selected # required by @world (argument) =media-gfx/gphoto2-2.5.11 ** +# required by cdk (argument) +=dev-libs/cdk-5.0.20160131 ** +# required by libgphoto2 (argument) +=media-libs/libgphoto2-2.5.12 ~arm -- cgit v1.2.3 From a5d38768250746fcbf2257c52bdade7acd0fa8ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Thu, 15 Jun 2017 19:24:07 +0200 Subject: Change gphoto driver dependency to dev-libs/npth --- sci-libs/indilib-driver-gphoto/indilib-driver-gphoto-1.4.1.ebuild | 2 +- sci-libs/indilib-driver-gphoto/indilib-driver-gphoto-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/indilib-driver-gphoto/indilib-driver-gphoto-1.4.1.ebuild b/sci-libs/indilib-driver-gphoto/indilib-driver-gphoto-1.4.1.ebuild index 8dc4df0..ae7d90b 100644 --- a/sci-libs/indilib-driver-gphoto/indilib-driver-gphoto-1.4.1.ebuild +++ b/sci-libs/indilib-driver-gphoto/indilib-driver-gphoto-1.4.1.ebuild @@ -20,7 +20,7 @@ SLOT="0" DEPEND=" Date: Mon, 19 Jun 2017 11:49:23 +0200 Subject: Update sci-astronomy/ccd to v1.2.10 --- sci-astronomy/ccd/Manifest | 2 +- sci-astronomy/ccd/ccd-1.2.10.ebuild | 51 +++++++++++++++++++++++++++++++++++++ sci-astronomy/ccd/ccd-1.2.9.ebuild | 51 ------------------------------------- 3 files changed, 52 insertions(+), 52 deletions(-) create mode 100644 sci-astronomy/ccd/ccd-1.2.10.ebuild delete mode 100644 sci-astronomy/ccd/ccd-1.2.9.ebuild diff --git a/sci-astronomy/ccd/Manifest b/sci-astronomy/ccd/Manifest index 86652d9..1729812 100644 --- a/sci-astronomy/ccd/Manifest +++ b/sci-astronomy/ccd/Manifest @@ -1 +1 @@ -DIST ccd-1.2.9.tar.bz2 114821 SHA256 b09ab4c0c0d06ecddfbf3efc7c6e82b8a47711555f61daf37f56e9b078a72f9d SHA512 5f0098e4c5c927e7bf9938e4ce790ddacba63240955fcaecae7a8422ef7963b9f28fa61ed534beb2c8bbb9b68eb593c3c31705b02429511b576163e2513ee8b3 WHIRLPOOL 88373a05dfa1ff7992b33f5c1680ed7ea347b01ce6f94b18202fee43a7929349d596874754192f584913b27f44fb4180d6f7d8e4de6d36ff90912185f1e1202e +DIST ccd-1.2.10.tar.bz2 114302 SHA256 dc9eb9fa51eba11c50752b4299368490c9629b30080d83c63d8e5a8d810c21b9 SHA512 6da61ab7f2775a38ff0683b96cf0dfcb149cd126827cfa46c6e39af5ddb456e5c5daf316e7e74509e80e29e6c394593a34bd9397b5a70871ae7afe5d01306bd7 WHIRLPOOL 3622d5d00d937bc3772df1f7fda78de50acef881f763c24b6f7abdb46511e27c3100f7130b67fa411e523f5039230a80039097bd0cb655642dfacf8d11a1aabf diff --git a/sci-astronomy/ccd/ccd-1.2.10.ebuild b/sci-astronomy/ccd/ccd-1.2.10.ebuild new file mode 100644 index 0000000..c7a19c4 --- /dev/null +++ b/sci-astronomy/ccd/ccd-1.2.10.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild,v 1.6 2011/10/30 15:47:38 ssuominen Exp $ + +EAPI=5 + +inherit qt4-r2 + +DESCRIPTION="Simple astronomical CCD controller" +HOMEPAGE="http://sourceforge.net/projects/cccd/" +SRC_URI="http://downloads.sourceforge.net/project/cccd/${PN}/${PV}/${PN}-${PV}.tar.bz2" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + virtual/libusb:1 + sys-apps/fxload + media-libs/libgphoto2 + >=media-libs/libraw-0.9.1 + media-libs/tiff:0 + media-libs/lcms + dev-qt/qtcore:4 + dev-qt/qtgui:4 + || ( =sci-libs/libqhy-9999 )" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/${PN}" + +PATCHES=( "${FILESDIR}/ccd-1.2.9-fix_helper_scripts_paths.patch") + +src_compile() { + qt4-r2_src_compile + cd "${S}"/shutter_procs/ + make + cd "${S}" +} + +src_install() { + dobin ccd + exeinto /usr/libexec/ccd + doexe shutter_procs/shutter + doexe utils/qhy6reset.sh + doexe utils/qhy8reset.sh + doexe utils/qhy8lreset.sh + doexe utils/qhy9reset.sh + dodoc readme + dodoc readme.en + dodoc readme.ru +} diff --git a/sci-astronomy/ccd/ccd-1.2.9.ebuild b/sci-astronomy/ccd/ccd-1.2.9.ebuild deleted file mode 100644 index c7a19c4..0000000 --- a/sci-astronomy/ccd/ccd-1.2.9.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild,v 1.6 2011/10/30 15:47:38 ssuominen Exp $ - -EAPI=5 - -inherit qt4-r2 - -DESCRIPTION="Simple astronomical CCD controller" -HOMEPAGE="http://sourceforge.net/projects/cccd/" -SRC_URI="http://downloads.sourceforge.net/project/cccd/${PN}/${PV}/${PN}-${PV}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - virtual/libusb:1 - sys-apps/fxload - media-libs/libgphoto2 - >=media-libs/libraw-0.9.1 - media-libs/tiff:0 - media-libs/lcms - dev-qt/qtcore:4 - dev-qt/qtgui:4 - || ( =sci-libs/libqhy-9999 )" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PN}" - -PATCHES=( "${FILESDIR}/ccd-1.2.9-fix_helper_scripts_paths.patch") - -src_compile() { - qt4-r2_src_compile - cd "${S}"/shutter_procs/ - make - cd "${S}" -} - -src_install() { - dobin ccd - exeinto /usr/libexec/ccd - doexe shutter_procs/shutter - doexe utils/qhy6reset.sh - doexe utils/qhy8reset.sh - doexe utils/qhy8lreset.sh - doexe utils/qhy9reset.sh - dodoc readme - dodoc readme.en - dodoc readme.ru -} -- cgit v1.2.3 From 601d29a7e31b7a8bd83f4b3aa9f93dde46112dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Mon, 19 Jun 2017 12:03:23 +0200 Subject: Unmask sci-astronomy/ccd --- profiles/package.mask | 3 --- 1 file changed, 3 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index fa682ca..22b75f4 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -37,6 +37,3 @@ # Ebuild is not ready yet. =sci-astronomy/astrometry-data-1 - -# Depends on media-libs/lcms which was removed from tree -sci-astronomy/ccd -- cgit v1.2.3