public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/makemkv/
Date: Sun,  2 Dec 2018 22:29:16 +0000 (UTC)	[thread overview]
Message-ID: <1543789746.434e34430b4d7c819e9435ea0edd839ac7800551.chewi@gentoo> (raw)

commit:     434e34430b4d7c819e9435ea0edd839ac7800551
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  2 22:29:06 2018 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Dec  2 22:29:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=434e3443

media-video/makemkv: Drop old 1.14.1-r1

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 media-video/makemkv/Manifest                 |   2 -
 media-video/makemkv/makemkv-1.14.1-r1.ebuild | 106 ---------------------------
 2 files changed, 108 deletions(-)

diff --git a/media-video/makemkv/Manifest b/media-video/makemkv/Manifest
index 15a7186ed19..855556eb569 100644
--- a/media-video/makemkv/Manifest
+++ b/media-video/makemkv/Manifest
@@ -1,4 +1,2 @@
-DIST makemkv-bin-1.14.1.tar.gz 9313691 BLAKE2B cbbb830c20a35d943e8b99bfb05c05942b817b29c986afa441458dfeac5b544caf8256c5ccf361168a3079852cb914e8c2cd4435c37536b9bace1c707bbaa269 SHA512 a3e2f1a41cc430d37d7252e15e5cf04a5c754e1ecb9b4d9e7fd3a3bb6b721d2b4d1d86d55e068d44df0e40912e6bf7a0ebf527b11d2cba07604fc29f5b69943f
 DIST makemkv-bin-1.14.2.tar.gz 9332443 BLAKE2B ef569688aa2134b0549d2474798ca8f50a99eebb42fd45f68502d06fe1334bd9a94abb5f9ca550948db707dd6e7746a9e8e0fdea1a149ab71fb5ae931ffb9a35 SHA512 1c1eb7c5dc7d2db5518823cd2996b427bbe3a38b25e615355d37c75dcda55263b7fbf554abfa7d3e65733707117150cfc408ab678438d868d67afeb9e4021e2d
-DIST makemkv-oss-1.14.1.tar.gz 4384005 BLAKE2B 56ec40d46b0d807b552b87e44b129ea982ac5c0cfe4baf4e49a32ebefedd5be9bad8edc69cc5f81a06960e8d6a24ce37fc4f0c914dda32320af3242c3b6fe589 SHA512 4d0bf778d2efd417d058b6db339dc47363b3e179734ec51fc5ebd1fe35d4040aac06ca6387a77362dca8598e8eb5d4db6be16aeea00dc7a3655bf36be26998e5
 DIST makemkv-oss-1.14.2.tar.gz 4384065 BLAKE2B dee07ffc86f95ebbae47d7e56c5b9637462e06e7d75ce93019e7ae7d2845c19b7dee24537bfab38d512e047640803d7df07fd4b3d92ebece553dd3a0c35f16a7 SHA512 cbbe7afa4fcad7e1d21d41badb01c7b4a5a6bb6239d45994d3c405291a0cf651cbd0bbd63ed30884db228457968d17a83ab25dae932a23d3b3aede7ee90437e5

diff --git a/media-video/makemkv/makemkv-1.14.1-r1.ebuild b/media-video/makemkv/makemkv-1.14.1-r1.ebuild
deleted file mode 100644
index 72c2f91d17c..00000000000
--- a/media-video/makemkv/makemkv-1.14.1-r1.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic gnome2-utils linux-info
-
-MY_P=makemkv-oss-${PV}
-MY_PB=makemkv-bin-${PV}
-
-DESCRIPTION="Tool for ripping and streaming Blu-ray, HD-DVD and DVD discs"
-HOMEPAGE="http://www.makemkv.com/"
-SRC_URI="http://www.makemkv.com/download/${MY_P}.tar.gz
-	http://www.makemkv.com/download/${MY_PB}.tar.gz"
-
-LICENSE="LGPL-2.1 MPL-1.1 MakeMKV-EULA openssl"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="+gui libav"
-
-QA_PREBUILT="usr/bin/makemkvcon usr/bin/mmdtsdec"
-
-DEPEND="
-	sys-libs/glibc
-	dev-libs/expat
-	dev-libs/openssl:0=[-bindist(-)]
-	sys-libs/zlib
-	gui? (
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtgui:5
-		dev-qt/qtwidgets:5
-	)
-	!libav? ( >=media-video/ffmpeg-1.0.0:0= )
-	libav? ( >=media-video/libav-0.8.9:0= )
-"
-RDEPEND="${DEPEND}
-	media-video/ccextractor
-	net-misc/wget"
-
-CONFIG_CHECK="~CHR_DEV_SG"
-S="${WORKDIR}/${MY_P}"
-PATCHES=( "${FILESDIR}"/${PN}-path.patch )
-
-src_configure() {
-	# See bug #439380.
-	replace-flags -O* -Os
-
-	econf \
-		--enable-debug \
-		--disable-noec \
-		--disable-qt4 \
-		$(use_enable gui) \
-		$(use_enable gui qt5)
-}
-
-src_install() {
-	default
-
-	# add missing symlinks for QA
-	dosym libdriveio.so.0 /usr/$(get_libdir)/libdriveio.so.0.${PV}
-	dosym libdriveio.so.0 /usr/$(get_libdir)/libdriveio.so
-	dosym libmakemkv.so.1 /usr/$(get_libdir)/libmakemkv.so.1.${PV}
-	dosym libmakemkv.so.1 /usr/$(get_libdir)/libmakemkv.so
-	dosym libmmbd.so.0    /usr/$(get_libdir)/libmmbd.so
-	dosym libmmbd.so.0    /usr/$(get_libdir)/libmmbd.so.0.${PV}
-
-	cd "${WORKDIR}"/${MY_PB} || die
-
-	# install prebuilt bin
-	dobin bin/$(usex x86 i386 ${ARCH})/makemkvcon
-
-	# install profiles and locales
-	insinto /usr/share/MakeMKV
-	doins src/share/*
-
-	# add symlink rather than relying on MMCCEXTRACTOR env var
-	dosym ccextractor /usr/bin/mmccextr
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-
-	elog "While MakeMKV is in beta mode, upstream has provided a license"
-	elog "to use if you do not want to purchase one."
-	elog ""
-	elog "See this forum thread for more information, including the key:"
-	elog "http://www.makemkv.com/forum2/viewtopic.php?f=5&t=1053"
-	elog ""
-	elog "Note that beta license may have an expiration date and you will"
-	elog "need to check for newer licenses/releases. "
-	elog ""
-	elog "We previously said to copy default.mmcp.xml to ~/.MakeMKV/. This"
-	elog "is no longer necessary and you should delete it from there to"
-	elog "avoid warning messages."
-	elog ""
-	elog "MakeMKV can also act as a drop-in replacement for libaacs and"
-	elog "libbdplus, allowing transparent decryption of a wider range of"
-	elog "titles under players like VLC and mplayer. To enable this, set"
-	elog "the following variables when launching the player:"
-	elog "LIBAACS_PATH=libmmbd LIBBDPLUS_PATH=libmmbd"
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


             reply	other threads:[~2018-12-02 22:29 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-02 22:29 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-30 21:37 [gentoo-commits] repo/gentoo:master commit in: media-video/makemkv/ James Le Cuirot
2024-06-24 17:56 Jakov Smolić
2024-06-23 16:10 Arthur Zamarin
2024-06-23 16:01 Sam James
2024-05-16 22:53 James Le Cuirot
2024-01-20 22:14 James Le Cuirot
2024-01-16  5:46 Viorel Munteanu
2023-09-27 20:21 James Le Cuirot
2023-09-26 21:46 James Le Cuirot
2023-09-26 20:27 James Le Cuirot
2023-06-02 21:03 James Le Cuirot
2023-02-04 17:56 James Le Cuirot
2022-10-12 20:23 James Le Cuirot
2022-10-02 20:29 James Le Cuirot
2022-09-18 13:10 James Le Cuirot
2022-03-01 20:40 James Le Cuirot
2022-01-06 22:30 James Le Cuirot
2021-11-01 21:43 James Le Cuirot
2021-07-10 11:24 James Le Cuirot
2021-05-03  9:24 Mikle Kolyada
2021-03-04 22:41 James Le Cuirot
2021-03-02 22:07 James Le Cuirot
2020-07-23 21:47 James Le Cuirot
2020-04-26 10:13 Mikle Kolyada
2020-04-15 22:51 James Le Cuirot
2020-03-07 21:45 James Le Cuirot
2020-03-07 20:32 James Le Cuirot
2020-01-12 11:14 David Seifert
2019-12-10 20:41 James Le Cuirot
2019-12-03 23:16 James Le Cuirot
2019-09-05 21:16 James Le Cuirot
2019-06-09 14:14 James Le Cuirot
2019-04-30 22:00 James Le Cuirot
2019-04-14 20:05 James Le Cuirot
2018-12-02 22:29 James Le Cuirot
2018-11-16 21:00 James Le Cuirot
2018-11-15 15:55 Lars Wendler
2018-11-09 22:48 James Le Cuirot
2018-11-09 22:48 James Le Cuirot
2018-11-06 23:26 James Le Cuirot
2018-11-06 23:26 James Le Cuirot
2018-02-26 23:29 James Le Cuirot
2018-01-24 21:03 James Le Cuirot
2018-01-24 21:03 James Le Cuirot
2018-01-18 15:02 James Le Cuirot
2017-12-05 22:36 James Le Cuirot
2017-11-26 23:11 David Seifert
2017-10-22 16:35 James Le Cuirot
2017-09-06 19:03 James Le Cuirot
2017-05-28 19:03 James Le Cuirot
2016-12-25 23:34 James Le Cuirot
2016-12-25 23:34 James Le Cuirot
2016-12-13 23:02 James Le Cuirot
2016-09-26 22:24 James Le Cuirot
2016-08-15 21:02 James Le Cuirot
2016-07-24 21:23 James Le Cuirot
2016-05-08 16:28 James Le Cuirot
2016-05-08 16:28 James Le Cuirot
2016-05-08 16:28 James Le Cuirot
2016-01-19 14:55 James Le Cuirot
2015-12-25 15:03 James Le Cuirot
2015-10-04 18:51 James Le Cuirot
2015-09-26 18:05 James Le Cuirot

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=1543789746.434e34430b4d7c819e9435ea0edd839ac7800551.chewi@gentoo \
    --to=chewi@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