Package Repository for openSUSE and Fedora

The place to discuss linux version of MakeMKV
Post Reply
blacktux
Posts: 1
Joined: Thu Apr 05, 2012 3:06 pm

Package Repository for openSUSE and Fedora

Post by blacktux »

Hi

First i want to thank the devs for this wonderful piece of software!
Now to the topic: I spent some time to set up an automated build of MakeMVK with the help of openSUSE's Open Build Server. Currently it generates packages for the stable openSUSE (including tumbleweed) and Fedora distros. Support for Debian and Ubuntu is coming soon.

Instructions for setting up the repositories: http://software.opensuse.org/download/p ... ge=makemkv

Patrik
Wagonfixin
Posts: 19
Joined: Thu Oct 21, 2010 12:58 am

Re: Package Repository for openSUSE and Fedora

Post by Wagonfixin »

Excellent use of the OBS! - And a big thank you!

Perhaps this'll help those that wish to transition from "Build Your Own Packages" from source tar.gz to the handy-dandy pre-built OBS repositories...

For my openSuSE 12.1 MakeMKV installation, the following did the job to "uninstall" MakeMKV 1.7.4 prior to following the parent post's repo based installation instruction link:

Code: Select all

sudo rm /usr/lib/libdriveio.so.0
sudo rm /usr/lib/libmakemkv.so.1
sudo rm /usr/bin/makemkv
sudo rm /usr/share/applications/makemkv.desktop
sudo rm /usr/share/icons/hicolor/16x16/apps/makemkv.png
sudo rm /usr/share/icons/hicolor/22x22/apps/makemkv.png
sudo rm /usr/share/icons/hicolor/32x32/apps/makemkv.png
sudo rm /usr/share/icons/hicolor/64x64/apps/makemkv.png
sudo rm /usr/share/icons/hicolor/128x128/apps/makemkv.png

sudo rm /usr/bin/makemkvcon
sudo rm /usr/bin/cddump
sudo rm -rf /usr/share/MakeMKV
Thanks once again blacktux !
Post Reply