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

Link to RPM Fusion package for Fedora. #43

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

mavit
Copy link

@mavit mavit commented Jan 15, 2021

No description provided.

@joonas-fi
Copy link

joonas-fi commented Apr 10, 2022

Thanks for this advice!

I successfully produced a Dockerfile that can be used to build a Docker image:

FROM fedora:latest

WORKDIR /workspace

ENTRYPOINT ["/usr/bin/loudgain"]

# NOTE: pulls in quite many unnecessary dependencies: https://twitter.com/joonas_fi/status/1513109460570591232
RUN rpm -q rpmfusion-free-release || sudo yum install --assumeyes https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-`rpm -E %fedora`.noarch.rpm \
	&& sudo yum install --assumeyes loudgain

README.md Outdated

```bash
rpm -q rpmfusion-free-release || sudo yum install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-`rpm -E %fedora`.noarch.rpm
yum swap --allowerasing ffmpeg-free ffmpeg

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead recommend installing libavcodec-freeworld to overlay the extra codecs.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the tip. Actually, these days I don't think RPM Fusion adds any useful audio codecs, so I'm going to drop the suggestion entirely.

The audio codecs we care about are included with Fedora.
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

Successfully merging this pull request may close these issues.

3 participants