Github messages for voidlinux
 help / color / mirror / Atom feed
From: jcgruenhage <jcgruenhage@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: makemkv-1.15.4
Date: Sat, 16 Jan 2021 00:59:34 +0100	[thread overview]
Message-ID: <20210115235934.sojw-WsHbji-Col5ne5vGssNjyh1WC9bq-3KWVooW_c@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27960@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 334 bytes --]

There is an updated pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages makemkv-1.15.4_1
https://github.com/void-linux/void-packages/pull/27960

New package: makemkv-1.15.4


A patch file from https://github.com/void-linux/void-packages/pull/27960.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-makemkv-1.15.4_1-27960.patch --]
[-- Type: text/x-diff, Size: 2093 bytes --]

From 56119b0af1cb777ef6c2172e5d8e4e823ba9f179 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sat, 16 Jan 2021 00:37:02 +0100
Subject: [PATCH] New package: makemkv-1.15.4

---
 srcpkgs/makemkv/template | 42 ++++++++++++++++++++++++++++++++++++++++
 srcpkgs/makemkv/update   |  2 ++
 2 files changed, 44 insertions(+)
 create mode 100644 srcpkgs/makemkv/template
 create mode 100644 srcpkgs/makemkv/update

diff --git a/srcpkgs/makemkv/template b/srcpkgs/makemkv/template
new file mode 100644
index 00000000000..8bfbf58f8ae
--- /dev/null
+++ b/srcpkgs/makemkv/template
@@ -0,0 +1,42 @@
+# Template file for 'makemkv'
+pkgname=makemkv
+version=1.15.4
+revision=1
+archs="x86_64"
+wrksrc="${pkgname}-oss-${version}"
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="libressl-devel qt5-devel ffmpeg-devel"
+short_desc="Blu-ray and DVD ripper"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="custom: Proprietary License"
+homepage="https://www.makemkv.com/"
+distfiles="https://www.makemkv.com/download/makemkv-bin-${version}.tar.gz
+ https://www.makemkv.com/download/makemkv-oss-${version}.tar.gz"
+checksum="45eba7e61a7b467b1fe8de722fa890d556e19f3fc02a7b7f8d846ac8e2badb9a
+ 82d062d4844d17901293f65dce40e63ae1084fd81accd6913427eda9b2c43fe3"
+nopie_files="/usr/bin/makemkvcon"
+
+do_configure() {
+	./configure
+}
+
+do_build() {
+	make ${makejobs}
+	cd ../${pkgname}-bin-${version}
+	mkdir -p tmp
+	echo "accepted" > tmp/eula_accepted
+	make ${makejobs}
+	cd ../${pkgname}-oss-${version}
+}
+
+do_install() {
+	make DESTDIR=${DESTDIR} install
+	cd ../${pkgname}-bin-${version}
+	make DESTDIR=${DESTDIR} install
+	cd ../${pkgname}-oss-${version}
+}
+
+post_install() {
+	vlicense License.txt
+}
diff --git a/srcpkgs/makemkv/update b/srcpkgs/makemkv/update
new file mode 100644
index 00000000000..3cb6b91cc36
--- /dev/null
+++ b/srcpkgs/makemkv/update
@@ -0,0 +1,2 @@
+site="https://www.makemkv.com/download/"
+pattern="MakeMKV v\K[0-9]+.[0-9]+.[0-9]+(?= \([0-9]+.[0-9]+.[0-9]+ \))"

  reply	other threads:[~2021-01-15 23:59 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-15 23:42 [PR PATCH] " jcgruenhage
2021-01-15 23:59 ` jcgruenhage [this message]
2021-01-18 17:44 ` Chocimier
2021-01-19  0:16 ` jcgruenhage
2021-01-19 13:16 ` [PR PATCH] [Updated] " jcgruenhage
2021-06-21 10:09 ` [PR REVIEW] " jcgruenhage
2022-05-02  2:16 ` github-actions
2022-05-03  9:06 ` [PR PATCH] [Updated] " jcgruenhage
2022-05-03  9:07 ` jcgruenhage
2022-05-03  9:20 ` jcgruenhage
2022-05-07 21:59 ` Piraty
2022-05-07 22:07 ` Chocimier
2022-08-07  2:13 ` github-actions
2022-08-07  7:39 ` jcgruenhage
2022-08-07  7:40 ` [PR PATCH] [Updated] " jcgruenhage
2022-08-07 10:51 ` New package: makemkv-1.17.1 jcgruenhage
2022-11-07  2:12 ` github-actions
2022-11-14  9:37 ` [PR PATCH] [Updated] " jcgruenhage
2022-11-14  9:37 ` jcgruenhage
2023-01-22  1:46 ` New package: makemkv-1.17.2 agausmann
2023-01-27  1:01 ` agausmann
2023-04-27  1:52 ` github-actions
2023-05-03 18:46 ` jcgruenhage
2023-08-03  1:48 ` github-actions
2023-08-03 18:39 ` Chocimier
2023-08-03 18:46 ` Chocimier
2023-11-03  1:45 ` github-actions
2023-11-17  1:46 ` [PR PATCH] [Closed]: " github-actions

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=20210115235934.sojw-WsHbji-Col5ne5vGssNjyh1WC9bq-3KWVooW_c@z \
    --to=jcgruenhage@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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;
as well as URLs for NNTP newsgroup(s).