public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libopenshot-audio/
Date: Wed, 26 Jul 2017 08:12:40 +0000 (UTC)	[thread overview]
Message-ID: <1501056750.7d3f93c76efea71b5798351821eca41e6ca0a56a.mgorny@gentoo> (raw)

commit:     7d3f93c76efea71b5798351821eca41e6ca0a56a
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Sat Jun 10 13:43:37 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 08:12:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d3f93c7

media-libs/libopenshot-audio: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/libopenshot-audio/Manifest              |  1 -
 .../libopenshot-audio-0.0.6.ebuild                 | 36 ----------------------
 media-libs/libopenshot-audio/metadata.xml          |  1 -
 3 files changed, 38 deletions(-)

diff --git a/media-libs/libopenshot-audio/Manifest b/media-libs/libopenshot-audio/Manifest
index 9569d6dc172..2bd5548d52b 100644
--- a/media-libs/libopenshot-audio/Manifest
+++ b/media-libs/libopenshot-audio/Manifest
@@ -1,3 +1,2 @@
-DIST libopenshot-audio-0.0.6.tar.gz 2963454 SHA256 29707bf7603fc08b2a152abff2599405f3499a2d674919b1a1749638cd91f42e SHA512 20ea1805134f899d845469dacca6bb86eaa6e6cb55cea22acca0ff5e4261782ecdedaa44454e2eb449183a985130861d305402f5cce37da4624650a786167993 WHIRLPOOL 1d9638ebc268190e2ef9c4ad93e1b4c86734940488660e65beef4f4362b2e9a1b5602f0717918ded89b8d588251d3fedff91cfd41c9425fb6d63c408b332478c
 DIST libopenshot-audio-0.1.2.tar.gz 2964758 SHA256 fc03a081feffa424c303a30720cece200222cb28c92e21c4b680d88cb42260d9 SHA512 955f9c20ebf06474702208845fe49d031e29b0614fd15c0e1784c52d1c406fb7a980940bba1f297543305a9611fefd6b9232328cd39c5edbc8908018c5b12f1c WHIRLPOOL 6a46b7fbda690becd28f166285d26fbf21aaca80c7b88fb28e69d9c3482f705ea40c256d8192f686878b5c3f1f0cf95e4b29bfd55c73b818122ab7f303a883cd
 DIST libopenshot-audio-0.1.4.tar.gz 2959997 SHA256 3aa8cff51913a65e266b49699858fd5139b63817bd207145cf5699fe75d2459e SHA512 5605164a8c66c33ac893cc2b42cdacffff03eb156a61740c1b2c00dd7e7602a802fa1dc3795c620810e3ee29a290aa6bae8b62bc17eab3f4dd2d8052e0481824 WHIRLPOOL 3022438a912ed17684e8946f70d315c58bd2b1a8f5897c795c837e2aaaf9426f87e31aded294b6eadb583c7108df7331cf76476b21847fa0a3d78a0803da70fe

diff --git a/media-libs/libopenshot-audio/libopenshot-audio-0.0.6.ebuild b/media-libs/libopenshot-audio/libopenshot-audio-0.0.6.ebuild
deleted file mode 100644
index 36d9734e3c3..00000000000
--- a/media-libs/libopenshot-audio/libopenshot-audio-0.0.6.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Audio library used by OpenShot"
-HOMEPAGE="http://www.openshot.org/ https://launchpad.net/libopenshot"
-SRC_URI="https://launchpad.net/libopenshot/0.1/0.1.0/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	media-libs/alsa-lib
-	media-libs/freetype
-	x11-libs/libX11
-	x11-libs/libXext
-"
-DEPEND="
-	x11-libs/libXinerama
-	x11-libs/libXrandr
-	${RDEPEND}
-"
-
-S="${WORKDIR}"
-
-src_prepare() {
-	# fix under-linking
-	# https://github.com/OpenShot/libopenshot-audio/issues/3
-	sed -i 's/^\(target_link_libraries(.*\))$/\1 dl pthread)/' \
-		src/CMakeLists.txt || die
-	cmake-utils_src_prepare
-}

diff --git a/media-libs/libopenshot-audio/metadata.xml b/media-libs/libopenshot-audio/metadata.xml
index 2d1cd6b59b5..79f888359b5 100644
--- a/media-libs/libopenshot-audio/metadata.xml
+++ b/media-libs/libopenshot-audio/metadata.xml
@@ -4,7 +4,6 @@
 	<maintainer type="person">
 		<email>sautier.louis@gmail.com</email>
 		<name>Louis Sautier</name>
-		<description>Proxied maintainer; set to assignee in all bugs</description>
 	</maintainer>
 	<maintainer type="project">
 		<email>proxy-maint@gentoo.org</email>


             reply	other threads:[~2017-07-26  8:12 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-26  8:12 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-07 20:55 [gentoo-commits] repo/gentoo:master commit in: media-libs/libopenshot-audio/ Sam James
2023-09-07 20:53 Sam James
2022-06-10  6:48 Agostino Sarubbo
2022-06-09  7:39 Agostino Sarubbo
2021-11-21 16:17 Stefan Strogin
2021-09-04 19:20 Stefan Strogin
2021-05-30 19:04 Andreas Sturmlechner
2021-05-25 11:15 Sam James
2021-01-21  7:40 Agostino Sarubbo
2021-01-01 22:14 Andreas Sturmlechner
2020-12-03 15:42 Andreas Sturmlechner
2020-05-16  2:44 Stefan Strogin
2020-02-10 19:59 Stefan Strogin
2019-11-20 13:23 Agostino Sarubbo
2019-11-20 11:16 Agostino Sarubbo
2019-08-14  2:33 Stefan Strogin
2019-06-13 15:31 Stefan Strogin
2019-06-13 15:31 Stefan Strogin
2019-01-27 19:46 Pacho Ramos
2018-05-20 23:26 Aaron Bauman
2018-02-06 15:10 Thomas Deutschmann
2017-10-03 22:14 Patrice Clement
2016-11-29  8:17 David Seifert
2016-09-14  7:38 David Seifert
2016-04-21  9:52 Ian Delaney
2016-04-18  8:13 Patrice Clement
2016-03-15 13:32 Ian Delaney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1501056750.7d3f93c76efea71b5798351821eca41e6ca0a56a.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox