Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MPR to list of download sources #1

Open
hiddeninthesand opened this issue Feb 9, 2022 · 3 comments
Open

Add MPR to list of download sources #1

hiddeninthesand opened this issue Feb 9, 2022 · 3 comments

Comments

@hiddeninthesand
Copy link

I maintain a MPR source package for Flacon, and I think Ubuntu/Debian users may find it useful. Package is at https://mpr.makedeb.org/packages/flacon

@hiddeninthesand hiddeninthesand changed the title Add MPR to list of sources Add MPR to list of download sources Feb 9, 2022
@SokoloffA
Copy link
Member

Thank you for your work and your interest in the program!

It would be great if you write a short step-by-step guide on how Ubuntu/Debian users can use your MRP.

P.S.
The dependencies that are listed on the page are not entirely correct. ffmpeg & hicolor-icon-theme are not required
You can see actual depends on launchpad

@hiddeninthesand
Copy link
Author

Sure! Using the MPR is almost identical to using the AUR on Arch systems, where you use a helper (such as Tap) to feed PKGBUILDs to makedeb, with the only notable difference besides the ecosystem being that you need to install makedeb yourself. There's a great manual for setting up on the makedeb site here.

tl;dr: sudo tap install flacon

I'll keep the dependencies in mind, I used the dependency list provided by the AUR source package, and according to the comments ffmpeg was added because it was required for self-tests on build. I'm not exactly sure why hicolor-icon-theme is present, so I may reach out to the AUR maintainer directly for their input.

@SokoloffA
Copy link
Member

I didn't find the tap program in the ubuntu repositories.
I don't use Debian/Ubuntu, it's hard for me to understand how to install tap/makedeb something else for MRP support.

Could you write as short a step-by-step instruction with commands. Like the following, but for MRP.

Debian and Linux Mint “Debian” users can use repository at OpenSUSE Build Service.

Open up a terminal and input these commands as root:

Debian 10

echo "deb http://download.opensuse.org/repositories/home:/Sokoloff/Debian_10 ./" > /etc/apt/sources.list.d/flacon.list
wget http://download.opensuse.org/repositories/home:/Sokoloff/Debian_10/Release.key -O- | apt-key add -
apt-get update
apt-get install flacon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants