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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11E16138335 for ; Mon, 12 Nov 2018 23:00:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CFA2E0B66; Mon, 12 Nov 2018 23:00:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCCB4E0B01 for ; Mon, 12 Nov 2018 23:00:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EBDAA335D25 for ; Mon, 12 Nov 2018 23:00:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97210467 for ; Mon, 12 Nov 2018 23:00:40 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1542063626.680a9d438027e85c23f26ecc4934709dd65f6fe6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libopenshot/files/, media-libs/libopenshot/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libopenshot/Manifest media-libs/libopenshot/files/libopenshot-0.1.8-fix-tests.patch media-libs/libopenshot/libopenshot-0.1.8.ebuild X-VCS-Directories: media-libs/libopenshot/files/ media-libs/libopenshot/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 680a9d438027e85c23f26ecc4934709dd65f6fe6 X-VCS-Branch: master Date: Mon, 12 Nov 2018 23:00:40 +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-Archives-Salt: 7647620a-da6b-4c12-be9d-666d5f436b29 X-Archives-Hash: 0c8bc6dd99faa087b71ad8fd9e66ba39 commit: 680a9d438027e85c23f26ecc4934709dd65f6fe6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Nov 12 18:57:19 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 12 23:00:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680a9d43 media-libs/libopenshot: Drop 0.1.8 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libopenshot/Manifest | 1 - .../files/libopenshot-0.1.8-fix-tests.patch | 26 ------- media-libs/libopenshot/libopenshot-0.1.8.ebuild | 88 ---------------------- 3 files changed, 115 deletions(-) diff --git a/media-libs/libopenshot/Manifest b/media-libs/libopenshot/Manifest index d1299bd05fb..b8d00e78321 100644 --- a/media-libs/libopenshot/Manifest +++ b/media-libs/libopenshot/Manifest @@ -1,2 +1 @@ -DIST libopenshot-0.1.8.tar.gz 11019495 BLAKE2B a86994a09328e24705fe06ec3c47cbedb89815e6ec1440237dc58babfc066655f1c7dacc19257b02b645a9415c63cd4e0c1191fa452b7632cf531d98a1b073c3 SHA512 02630d7ce9fd378ad648d034622d4f971728a2074691d7facc8a36dcd52b87c1372dd5a9588c0ba852589105bdbf78941083fd6b1eb1bcc0a33d4ca49634162c DIST libopenshot-0.2.2.tar.gz 11037768 BLAKE2B c307e41bf17d40ae421a541bbdf4cd53c6ef4d97041a476c6910bd156c10815aa5a5811813b24fdc472401516f29cf8cb68fbda17a0b434767c3f3aa63d6f222 SHA512 b89189e57e82da68a063417bba9c94704c04b0546c0aed227daa23a794eee56341a05988d8e28dbd339edfcdeeaed48103b347060eccf94f32fe1a4bf23d6553 diff --git a/media-libs/libopenshot/files/libopenshot-0.1.8-fix-tests.patch b/media-libs/libopenshot/files/libopenshot-0.1.8-fix-tests.patch deleted file mode 100644 index bad8bcb9b4f..00000000000 --- a/media-libs/libopenshot/files/libopenshot-0.1.8-fix-tests.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt -index 431987b..2c45550 100644 ---- a/tests/CMakeLists.txt -+++ b/tests/CMakeLists.txt -@@ -24,16 +24,19 @@ - # along with OpenShot Library. If not, see . - ################################################################################ - -+SET(TEST_MEDIA_PATH "${openshot_SOURCE_DIR}/src/examples/") - - ################ WINDOWS ################## - # Set some compiler options for Windows - # required for libopenshot-audio headers - IF (WIN32) -- STRING(REPLACE "/" "\\\\" TEST_MEDIA_PATH "${openshot_SOURCE_DIR}/src/examples/") -- add_definitions( -DIGNORE_JUCE_HYPOT=1 -DTEST_MEDIA_PATH="${TEST_MEDIA_PATH}" ) -+ STRING(REPLACE "/" "\\\\" TEST_MEDIA_PATH TEST_MEDIA_PATH) -+ add_definitions( -DIGNORE_JUCE_HYPOT=1 ) - SET(CMAKE_CXX_FLAGS " ${CMAKE_CXX_FLAGS} -include cmath") - ENDIF(WIN32) - -+add_definitions( -DTEST_MEDIA_PATH="${TEST_MEDIA_PATH}" ) -+ - ################### UNITTEST++ ##################### - # Find UnitTest++ libraries (used for unit testing) - FIND_PACKAGE(UnitTest++ REQUIRED) diff --git a/media-libs/libopenshot/libopenshot-0.1.8.ebuild b/media-libs/libopenshot/libopenshot-0.1.8.ebuild deleted file mode 100644 index 91aa0166e29..00000000000 --- a/media-libs/libopenshot/libopenshot-0.1.8.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{4,5,6} ) - -inherit cmake-utils python-single-r1 toolchain-funcs versionator - -DESCRIPTION="Video editing library used by OpenShot" -HOMEPAGE="http://www.openshotvideo.com/" -SRC_URI="https://github.com/OpenShot/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+imagemagick libav +python test" -# https://github.com/OpenShot/libopenshot/issues/43 -RESTRICT="test" - -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=" - net-libs/cppzmq - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtmultimedia:5[widgets] - media-libs/libopenshot-audio - imagemagick? (