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.17.1
Date: Mon, 14 Nov 2022 10:37:30 +0100	[thread overview]
Message-ID: <20221114093730.mwtI301ZCU5gr9-tg4yH_EDg4fJbiU2xCH6kf1QMf_Y@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: 338 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.17.1
None

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: 2122 bytes --]

From 5df03c9ae354f965bbd1cc5e0e66b24d718f3fa5 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.17.2

---
 srcpkgs/makemkv/template | 43 ++++++++++++++++++++++++++++++++++++++++
 srcpkgs/makemkv/update   |  2 ++
 2 files changed, 45 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 000000000000..d06613e856de
--- /dev/null
+++ b/srcpkgs/makemkv/template
@@ -0,0 +1,43 @@
+# Template file for 'makemkv'
+pkgname=makemkv
+version=1.17.2
+revision=1
+archs="x86_64"
+build_wrksrc="${pkgname}-oss-${version}"
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="openssl-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="80008ccc9ee864293f20d49e25a57b1a717d872ffa17d7744032e9e633e21789
+ a83f8abb3f23def0dc8783e535062a75b7df2f7612291a8a83a21f90b93f2da4"
+nopie_files="/usr/bin/makemkvcon"
+repository=nonfree
+
+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 000000000000..3cb6b91cc360
--- /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]+ \))"

  parent reply	other threads:[~2022-11-14  9:37 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-15 23:42 [PR PATCH] New package: makemkv-1.15.4 jcgruenhage
2021-01-15 23:59 ` [PR PATCH] [Updated] " jcgruenhage
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 ` jcgruenhage [this message]
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=20221114093730.mwtI301ZCU5gr9-tg4yH_EDg4fJbiU2xCH6kf1QMf_Y@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).