LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   What happened to the MakeMKV Slackbuild? Not found... (https://www.linuxquestions.org/questions/slackware-14/what-happened-to-the-makemkv-slackbuild-not-found-904714/)

Z_Tagr 09-23-2011 08:17 PM

What happened to the MakeMKV Slackbuild? Not found...
 
Hi again, fellow Slackers!

I have a pretty basic question this time - what happened to the MakeMKV package on Slackbuilds.org?

It isn't present at the MakeMKV home site, and I believe that the Slackbuild site was linking to those files, but does anyone have access to the files now? Did anyone get them BEFORE they were taken offline?

And, moreover, WHY were they taken offline?

I just bought a new notebook with a Blue-ray/DVD drive, and kind of wanted to play Blue-ray with it...; I only have Slackware64 running on it, so I thought that MakeMKV would be an option. I was pleasantly surprised to see the package was available from Slackbuilds, and then, BOOM! Disappointment!

Any info.?

Thanks in advance,
Andre. (Z_Tagr)

T3slider 09-23-2011 08:33 PM

The problem with the MakeMKV devs is that they remove the old sources immediately. 1.6.15 was released and although they have uploaded the release for Linux they neglected to update the forum post with new links. I'm the maintainer of that SlackBuild and have submitted an update, but for now I can give you the diffs:

Code:

diff -ru ../current/makemkv/makemkv.SlackBuild makemkv/makemkv.SlackBuild
--- ../current/makemkv/makemkv.SlackBuild      2011-09-09 15:56:05.000000000 -0400
+++ makemkv/makemkv.SlackBuild  2011-09-23 19:29:33.000000000 -0400
@@ -23,7 +23,7 @@
 # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 PRGNAM=makemkv
-VERSION=${VERSION:-1.6.14}
+VERSION=${VERSION:-1.6.15}
 BUILD=${BUILD:-1}
 TAG=${TAG:-_SBo}
 
@@ -101,6 +101,8 @@
 install -m 644 -t $PKG/usr/share/MakeMKV src/share/makemkv_jpn.mo.gz
 install -m 644 -t $PKG/usr/share/MakeMKV src/share/makemkv_spa.mo.gz
 install -m 644 -t $PKG/usr/share/MakeMKV src/share/makemkv_ptb.mo.gz
+install -m 644 -t $PKG/usr/share/MakeMKV src/share/makemkv_dut.mo.gz
+install -m 644 -t $PKG/usr/share/MakeMKV src/share/makemkv_swe.mo.gz
 mkdir -p $PKG/usr/bin
 install -t $PKG/usr/bin bin/$ARCHDIR/makemkvcon
 
diff -ru ../current/makemkv/makemkv.info makemkv/makemkv.info
--- ../current/makemkv/makemkv.info    2011-09-09 15:56:05.000000000 -0400
+++ makemkv/makemkv.info        2011-09-23 19:29:33.000000000 -0400
@@ -1,10 +1,10 @@
 PRGNAM="makemkv"
-VERSION="1.6.14"
+VERSION="1.6.15"
 HOMEPAGE="http://www.makemkv.com/"
-DOWNLOAD="http://www.makemkv.com/download/makemkv_v1.6.14_oss.tar.gz http://www.makemkv.com/download/makemkv_v1.6.14_bin.tar.gz"
-MD5SUM="616ba0ef664b7b1d3bb9c0752453d716 ec5022127fca0c878a06a3d366e3ded4"
+DOWNLOAD="http://www.makemkv.com/download/makemkv_v1.6.15_oss.tar.gz http://www.makemkv.com/download/makemkv_v1.6.15_bin.tar.gz"
+MD5SUM="bf1d955c2b85c9dedb6aae201151df45 25a22e52fe07d6ff628e8407c47a4bb9"
 DOWNLOAD_x86_64=""
 MD5SUM_x86_64=""
 MAINTAINER="T3slider"
 EMAIL="t3slider@gmail.com"
-APPROVED="dsomero"
+APPROVED=""

There was a small change to the SlackBuild because of added localizations, but for the past several versions the only difference has been a version bump (and this is the first time that they forgot to update the Linux forum posting, as far as I can tell).

Hope that helps. If you have any problems let me know.

Z_Tagr 09-24-2011 12:12 AM

Thanks!

I appreciate the information!

Andre. (Z_Tagr)


Quote:

Originally Posted by T3slider (Post 4480662)
The problem with the MakeMKV devs is that they remove the old sources immediately. 1.6.15 was released and although they have uploaded the release for Linux they neglected to update the forum post with new links. I'm the maintainer of that SlackBuild and have submitted an update, but for now I can give you the diffs:



All times are GMT -5. The time now is 04:14 AM.