Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/makemkv/
Date: Thu, 06 Jan 2022 22:30:19
Message-Id: 1641508179.b97e82d730dbef0fa36d148b79ded9c9c335f535.chewi@gentoo
1 commit: b97e82d730dbef0fa36d148b79ded9c9c335f535
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 6 22:29:39 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 6 22:29:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b97e82d7
7
8 media-video/makemkv: Drop old 1.16.4
9
10 Closes: https://bugs.gentoo.org/830709
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 media-video/makemkv/Manifest | 2 -
14 media-video/makemkv/makemkv-1.16.4.ebuild | 126 ------------------------------
15 2 files changed, 128 deletions(-)
16
17 diff --git a/media-video/makemkv/Manifest b/media-video/makemkv/Manifest
18 index d0d8cd97cc71..d667005e6dd7 100644
19 --- a/media-video/makemkv/Manifest
20 +++ b/media-video/makemkv/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST makemkv-bin-1.16.4.tar.gz 15455839 BLAKE2B 5d29416beeb06f5fc66db39e5323de4d3491b120ec1b734183c9aaf937baf8a63a277ddb378b668d9659c34449c474e2ab9a7bb82a448f33de85abf82e5e791b SHA512 d2d12a18ef64e77d7a47e1e68ced265fbd2071fd60fb8118085c2b8c892132e9ef81f1a54c09e5f45be6f880a91cef3bb25ed5e86e3735f5b449c6b7fb88a72f
23 DIST makemkv-bin-1.16.5.tar.gz 15585124 BLAKE2B c006b47af571089de5a3283f0f4094556b3fbd9b67d26f7fc57e05e6feb0b3a6875742d8eb5536c561dbd8e6914b9255e38b97eb0b9acaba761daa28e532c3af SHA512 4e0ee2f2d9036a46dc3d3bdf13048c17f7efe886ddf808911d7694c319b0b887439907a0d5f47a7ff3824ef7bfb036d5900a66d3f500dc1b57223012479a0609
24 -DIST makemkv-oss-1.16.4.tar.gz 6536730 BLAKE2B 8f5167c6b5056f9ea38a47b60875aac8394c130b40f08ef7a102f00937c34feb58e6436a9140509da9fc2d2b835956dede6bd8485827f3037b2026b0421a7094 SHA512 e25b41cbc348a49f13914af6b2dd040376c7517273dd4f49dc68fe9e363e28e336fb6d3d525b190c11d70e7c9b7127ffabdd89b3130cd1aab55a6a6f708d7452
25 DIST makemkv-oss-1.16.5.tar.gz 6541723 BLAKE2B e628fa65a883e69b51a84bdc0d46da5628c1981017f2e64a31e36e3b7bc45e16d2a94831a6e0fd405676d8385ce11afb9db7d5fc81f2cb174e9ca44dde775f1d SHA512 865f621fb326541dcc05231667510895cb20e3bccb4705d67533aefec57b043d6fd33f0541290428f45226123f2dc419f7d0f2c071518f6f7a548c5aeea8978e
26
27 diff --git a/media-video/makemkv/makemkv-1.16.4.ebuild b/media-video/makemkv/makemkv-1.16.4.ebuild
28 deleted file mode 100644
29 index ea05fb9afbb4..000000000000
30 --- a/media-video/makemkv/makemkv-1.16.4.ebuild
31 +++ /dev/null
32 @@ -1,126 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit flag-o-matic linux-info xdg
39 -
40 -MY_P=makemkv-oss-${PV}
41 -MY_PB=makemkv-bin-${PV}
42 -
43 -DESCRIPTION="Tool for ripping and streaming Blu-ray, HD-DVD and DVD discs"
44 -HOMEPAGE="http://www.makemkv.com/"
45 -SRC_URI="http://www.makemkv.com/download/${MY_P}.tar.gz
46 - http://www.makemkv.com/download/${MY_PB}.tar.gz"
47 -
48 -LICENSE="GPL-2 LGPL-2.1 MPL-1.1 MakeMKV-EULA openssl"
49 -SLOT="0"
50 -KEYWORDS="-* ~amd64 ~x86"
51 -IUSE="+gui +java"
52 -RESTRICT="bindist mirror"
53 -
54 -QA_PREBUILT="usr/bin/makemkvcon usr/bin/mmdtsdec"
55 -
56 -DEPEND="
57 - dev-libs/expat
58 - dev-libs/openssl:0=[-bindist(-)]
59 - >=media-video/ffmpeg-1.0.0:0=
60 - sys-libs/glibc
61 - sys-libs/zlib
62 - gui? (
63 - dev-qt/qtcore:5
64 - dev-qt/qtdbus:5
65 - dev-qt/qtgui:5
66 - dev-qt/qtwidgets:5
67 - )
68 -"
69 -RDEPEND="
70 - ${DEPEND}
71 - net-misc/wget
72 - java? ( >=virtual/jre-1.8 )
73 -"
74 -BDEPEND="
75 - virtual/pkgconfig
76 - gui? ( dev-qt/qtcore:5 )
77 -"
78 -
79 -CONFIG_CHECK="~CHR_DEV_SG"
80 -S="${WORKDIR}/${MY_P}"
81 -
82 -PATCHES=(
83 - "${FILESDIR}"/${PN}-path.patch
84 - "${FILESDIR}"/${PN}-flags.patch
85 -)
86 -
87 -src_prepare() {
88 - default
89 -
90 - if ! use java; then
91 - rm -v "${WORKDIR}/${MY_PB}"/src/share/blues.* || die
92 - fi
93 -}
94 -
95 -src_configure() {
96 - # See bug #439380.
97 - replace-flags -O* -Os
98 -
99 - econf \
100 - --enable-debug \
101 - --disable-noec \
102 - $(use_enable gui) \
103 - $(use_enable gui qt5)
104 -}
105 -
106 -src_install() {
107 - local myarch
108 - case "${ARCH}" in
109 - arm) myarch=armel ;;
110 - x86) myarch=i386 ;;
111 - *) myarch=${ARCH} ;;
112 - esac
113 -
114 - default
115 -
116 - # add missing symlinks for QA
117 - dosym libdriveio.so.0 /usr/$(get_libdir)/libdriveio.so.0.${PV}
118 - dosym libdriveio.so.0 /usr/$(get_libdir)/libdriveio.so
119 - dosym libmakemkv.so.1 /usr/$(get_libdir)/libmakemkv.so.1.${PV}
120 - dosym libmakemkv.so.1 /usr/$(get_libdir)/libmakemkv.so
121 - dosym libmmbd.so.0 /usr/$(get_libdir)/libmmbd.so
122 - dosym libmmbd.so.0 /usr/$(get_libdir)/libmmbd.so.0.${PV}
123 -
124 - cd "${WORKDIR}"/${MY_PB} || die
125 -
126 - # install prebuilt bin
127 - dobin bin/"${myarch}"/makemkvcon
128 -
129 - # additional tool is actually part of makemkvcon
130 - dosym makemkvcon /usr/bin/sdftool
131 -
132 - # install profiles and locales
133 - insinto /usr/share/MakeMKV
134 - doins src/share/*
135 -}
136 -
137 -pkg_postinst() {
138 - xdg_pkg_postinst
139 -
140 - elog "While MakeMKV is in beta mode, upstream has provided a license"
141 - elog "to use if you do not want to purchase one."
142 - elog ""
143 - elog "See this forum thread for more information, including the key:"
144 - elog "https://www.makemkv.com/forum/viewtopic.php?f=5&t=1053"
145 - elog ""
146 - elog "Note that beta license may have an expiration date and you will"
147 - elog "need to check for newer licenses/releases. "
148 - elog ""
149 - elog "We previously said to copy default.mmcp.xml to ~/.MakeMKV/. This"
150 - elog "is no longer necessary and you should delete it from there to"
151 - elog "avoid warning messages."
152 - elog ""
153 - elog "MakeMKV can also act as a drop-in replacement for libaacs and"
154 - elog "libbdplus, allowing transparent decryption of a wider range of"
155 - elog "titles under players like VLC and mplayer. To enable this, set"
156 - elog "the following variables when launching the player:"
157 - elog "LIBAACS_PATH=libmmbd LIBBDPLUS_PATH=libmmbd"
158 -}