From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15D70158011 for ; Wed, 31 Aug 2022 09:54:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 491CEE0855; Wed, 31 Aug 2022 09:54:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D0ABE0855 for ; Wed, 31 Aug 2022 09:54:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36FB3340C7F for ; Wed, 31 Aug 2022 09:54:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DC6358D for ; Wed, 31 Aug 2022 09:54:10 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1661939644.708a70a3e5b5db451a964e3817bd4c45fa00e1fd.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/open-ephys-gui/files/, sci-biology/open-ephys-gui/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/open-ephys-gui/files/open-ephys-gui-0.6.1.patch sci-biology/open-ephys-gui/files/open-ephys-gui-9999.patch sci-biology/open-ephys-gui/files/open-ephys-gui-99999999.patch sci-biology/open-ephys-gui/metadata.xml sci-biology/open-ephys-gui/open-ephys-gui-0.6.1.ebuild sci-biology/open-ephys-gui/open-ephys-gui-9999.ebuild sci-biology/open-ephys-gui/open-ephys-gui-99999999.ebuild X-VCS-Directories: sci-biology/open-ephys-gui/files/ sci-biology/open-ephys-gui/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 708a70a3e5b5db451a964e3817bd4c45fa00e1fd X-VCS-Branch: master Date: Wed, 31 Aug 2022 09:54:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 53d7276b-dd86-4531-95ad-9f13f810ee17 X-Archives-Hash: 44ed3739452276cf3b6f6d87fb0bf6c4 commit: 708a70a3e5b5db451a964e3817bd4c45fa00e1fd Author: T Malfatti disroot org> AuthorDate: Thu Aug 25 13:36:39 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Aug 31 09:54:04 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=708a70a3 sci-biology/open-ephys-gui: Add 0.6.1 and update live ebuilds Signed-off-by: Thawann Malfatti disroot.org> Signed-off-by: Andrew Ammerlaan gentoo.org> Closes: https://github.com/gentoo/sci/pull/1168 .../open-ephys-gui/files/open-ephys-gui-0.6.1.patch | 15 +++++++++++++++ .../open-ephys-gui/files/open-ephys-gui-9999.patch | 12 ------------ .../open-ephys-gui/files/open-ephys-gui-99999999.patch | 12 ------------ sci-biology/open-ephys-gui/metadata.xml | 4 ++++ ...ys-gui-99999999.ebuild => open-ephys-gui-0.6.1.ebuild} | 11 +++++++---- sci-biology/open-ephys-gui/open-ephys-gui-9999.ebuild | 13 ++++++++----- sci-biology/open-ephys-gui/open-ephys-gui-99999999.ebuild | 13 ++++++++----- 7 files changed, 42 insertions(+), 38 deletions(-) diff --git a/sci-biology/open-ephys-gui/files/open-ephys-gui-0.6.1.patch b/sci-biology/open-ephys-gui/files/open-ephys-gui-0.6.1.patch new file mode 100644 index 000000000..0992f2241 --- /dev/null +++ b/sci-biology/open-ephys-gui/files/open-ephys-gui-0.6.1.patch @@ -0,0 +1,15 @@ +# Add 'Gentoo' build type + +--- ../CMakeLists.txt 2022-08-24 15:27:32.871426442 -0300 ++++ ../CMakeLists.txt 2022-08-24 15:31:03.438087613 -0300 +@@ -171,8 +171,8 @@ + target_compile_options(open-ephys PRIVATE -O0) #enable optimization for linux debug + elseif (${CMAKE_BUILD_TYPE} STREQUAL "Release") + target_compile_options(open-ephys PRIVATE -O3) #enable optimization for linux release +- else() +- message(FATAL_ERROR "Invalid build type") ++ # else() ++ # message(FATAL_ERROR "Invalid build type") + endif() + find_package(CURL REQUIRED) + find_package(PkgConfig REQUIRED) diff --git a/sci-biology/open-ephys-gui/files/open-ephys-gui-9999.patch b/sci-biology/open-ephys-gui/files/open-ephys-gui-9999.patch deleted file mode 100644 index 77e401639..000000000 --- a/sci-biology/open-ephys-gui/files/open-ephys-gui-9999.patch +++ /dev/null @@ -1,12 +0,0 @@ -# Add 'Gentoo' build type - ---- ../CMakeLists.txt 2019-12-02 22:29:24.021065669 -0300 -+++ ../CMakeLists.txt 2019-12-02 22:29:11.251065418 -0300 -@@ -123,6 +123,7 @@ - if(${CMAKE_BUILD_TYPE} STREQUAL "Debug") - - elseif (${CMAKE_BUILD_TYPE} STREQUAL "Release") -+ elseif (${CMAKE_BUILD_TYPE} STREQUAL "Gentoo") - else() - message(FATAL_ERROR "Invalid build type") - endif() diff --git a/sci-biology/open-ephys-gui/files/open-ephys-gui-99999999.patch b/sci-biology/open-ephys-gui/files/open-ephys-gui-99999999.patch deleted file mode 100644 index 77e401639..000000000 --- a/sci-biology/open-ephys-gui/files/open-ephys-gui-99999999.patch +++ /dev/null @@ -1,12 +0,0 @@ -# Add 'Gentoo' build type - ---- ../CMakeLists.txt 2019-12-02 22:29:24.021065669 -0300 -+++ ../CMakeLists.txt 2019-12-02 22:29:11.251065418 -0300 -@@ -123,6 +123,7 @@ - if(${CMAKE_BUILD_TYPE} STREQUAL "Debug") - - elseif (${CMAKE_BUILD_TYPE} STREQUAL "Release") -+ elseif (${CMAKE_BUILD_TYPE} STREQUAL "Gentoo") - else() - message(FATAL_ERROR "Invalid build type") - endif() diff --git a/sci-biology/open-ephys-gui/metadata.xml b/sci-biology/open-ephys-gui/metadata.xml index ed9bf87e3..2c9af77a9 100644 --- a/sci-biology/open-ephys-gui/metadata.xml +++ b/sci-biology/open-ephys-gui/metadata.xml @@ -5,6 +5,10 @@ malfatti@disroot.org T Malfatti + + sci@gentoo.org + Gentoo Science Project + open-ephys/plugin-GUI diff --git a/sci-biology/open-ephys-gui/open-ephys-gui-99999999.ebuild b/sci-biology/open-ephys-gui/open-ephys-gui-0.6.1.ebuild similarity index 89% copy from sci-biology/open-ephys-gui/open-ephys-gui-99999999.ebuild copy to sci-biology/open-ephys-gui/open-ephys-gui-0.6.1.ebuild index 1c2b20e24..fe6791a2d 100644 --- a/sci-biology/open-ephys-gui/open-ephys-gui-99999999.ebuild +++ b/sci-biology/open-ephys-gui/open-ephys-gui-0.6.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake udev DESCRIPTION="Processing, recording, and visualizing multichannel ephys data" @@ -11,7 +11,7 @@ LICENSE="GPL-3" if [[ ${PV} == "9999" ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/open-ephys/plugin-GUI" - EGIT_BRANCH="master" + EGIT_BRANCH="main" Suffix=${EGIT_BRANCH} SubDir=${P} elif [[ ${PV} == "99999999" ]] ; then @@ -32,9 +32,12 @@ SLOT="${PV}" IUSE="jack" DEPEND=" + dev-libs/openssl media-libs/alsa-lib media-libs/freeglut media-libs/freetype + net-libs/webkit-gtk + net-misc/curl x11-libs/libXrandr x11-libs/libXcursor x11-libs/libXinerama @@ -66,7 +69,7 @@ src_configure() { src_install() { dodir opt/open-ephys-"${Suffix}"/ lib/udev/rules.d/ - cp -R "${BUILD_DIR}"/Gentoo/* "${ED}"/opt/open-ephys-"${Suffix}"/ + cp -R "${BUILD_DIR}"/RelWithDebInfo/* "${ED}"/opt/open-ephys-"${Suffix}"/ || die udev_newrules "${WORKDIR}"/"${SubDir}"/Resources/Scripts/40-open-ephys.rules 40-open-ephys-"${Suffix}".rules dosym ../../opt/open-ephys-"${Suffix}"/open-ephys usr/bin/open-ephys-"${Suffix}" } diff --git a/sci-biology/open-ephys-gui/open-ephys-gui-9999.ebuild b/sci-biology/open-ephys-gui/open-ephys-gui-9999.ebuild index 1c2b20e24..446972aeb 100644 --- a/sci-biology/open-ephys-gui/open-ephys-gui-9999.ebuild +++ b/sci-biology/open-ephys-gui/open-ephys-gui-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake udev DESCRIPTION="Processing, recording, and visualizing multichannel ephys data" @@ -11,7 +11,7 @@ LICENSE="GPL-3" if [[ ${PV} == "9999" ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/open-ephys/plugin-GUI" - EGIT_BRANCH="master" + EGIT_BRANCH="main" Suffix=${EGIT_BRANCH} SubDir=${P} elif [[ ${PV} == "99999999" ]] ; then @@ -32,9 +32,12 @@ SLOT="${PV}" IUSE="jack" DEPEND=" + dev-libs/openssl media-libs/alsa-lib media-libs/freeglut media-libs/freetype + net-libs/webkit-gtk + net-misc/curl x11-libs/libXrandr x11-libs/libXcursor x11-libs/libXinerama @@ -43,7 +46,7 @@ DEPEND=" RDEPEND="${DEPEND}" BUILD_DIR="${S}/Build" -PATCHES=( "${FILESDIR}"/${P}.patch ) +PATCHES=( "${FILESDIR}"/"${PN}"-0.6.1.patch ) QA_PREBUILT="opt/open-ephys-*/shared/*.so" QA_PRESTRIPPED=" @@ -66,7 +69,7 @@ src_configure() { src_install() { dodir opt/open-ephys-"${Suffix}"/ lib/udev/rules.d/ - cp -R "${BUILD_DIR}"/Gentoo/* "${ED}"/opt/open-ephys-"${Suffix}"/ + cp -R "${BUILD_DIR}"/RelWithDebInfo/* "${ED}"/opt/open-ephys-"${Suffix}"/ || die udev_newrules "${WORKDIR}"/"${SubDir}"/Resources/Scripts/40-open-ephys.rules 40-open-ephys-"${Suffix}".rules dosym ../../opt/open-ephys-"${Suffix}"/open-ephys usr/bin/open-ephys-"${Suffix}" } diff --git a/sci-biology/open-ephys-gui/open-ephys-gui-99999999.ebuild b/sci-biology/open-ephys-gui/open-ephys-gui-99999999.ebuild index 1c2b20e24..446972aeb 100644 --- a/sci-biology/open-ephys-gui/open-ephys-gui-99999999.ebuild +++ b/sci-biology/open-ephys-gui/open-ephys-gui-99999999.ebuild @@ -1,7 +1,7 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake udev DESCRIPTION="Processing, recording, and visualizing multichannel ephys data" @@ -11,7 +11,7 @@ LICENSE="GPL-3" if [[ ${PV} == "9999" ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/open-ephys/plugin-GUI" - EGIT_BRANCH="master" + EGIT_BRANCH="main" Suffix=${EGIT_BRANCH} SubDir=${P} elif [[ ${PV} == "99999999" ]] ; then @@ -32,9 +32,12 @@ SLOT="${PV}" IUSE="jack" DEPEND=" + dev-libs/openssl media-libs/alsa-lib media-libs/freeglut media-libs/freetype + net-libs/webkit-gtk + net-misc/curl x11-libs/libXrandr x11-libs/libXcursor x11-libs/libXinerama @@ -43,7 +46,7 @@ DEPEND=" RDEPEND="${DEPEND}" BUILD_DIR="${S}/Build" -PATCHES=( "${FILESDIR}"/${P}.patch ) +PATCHES=( "${FILESDIR}"/"${PN}"-0.6.1.patch ) QA_PREBUILT="opt/open-ephys-*/shared/*.so" QA_PRESTRIPPED=" @@ -66,7 +69,7 @@ src_configure() { src_install() { dodir opt/open-ephys-"${Suffix}"/ lib/udev/rules.d/ - cp -R "${BUILD_DIR}"/Gentoo/* "${ED}"/opt/open-ephys-"${Suffix}"/ + cp -R "${BUILD_DIR}"/RelWithDebInfo/* "${ED}"/opt/open-ephys-"${Suffix}"/ || die udev_newrules "${WORKDIR}"/"${SubDir}"/Resources/Scripts/40-open-ephys.rules 40-open-ephys-"${Suffix}".rules dosym ../../opt/open-ephys-"${Suffix}"/open-ephys usr/bin/open-ephys-"${Suffix}" }