An idea I just had re: RPM Fusion repo installation
by FeRD
As the wiki <https://rpmfusion.org/Configuration> notes (with questionable
formatting), our repos can be installed via the command line using:
sudo dnf install
https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E
%fedora).noarch.rpm
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-...
-E %fedora).noarch.rpm
That's all well and good, but kind of a mouthful.
Is there any reason we couldn't set up redirects *TO *those unwieldy URLs?
Say for example from...
- https://get.rpmfusion.org/fedora/31 <https://get.rpmfusion.org/f31>
- (and https://get.rpmfusion.org/free/fedora/31
<https://get.rpmfusion.org/free/f31>, sure, but IMHO the *implied* free
version should be there as well)
- https://get.rpmfusion.org/nonfree/fedora/31
<https://get.rpmfusion.org/nonfree/f31>
- https://get.rpmfusion.org/fedora/32 <https://get.rpmfusion.org/f32>
- https://get.rpmfusion.org/nonfree/fedora/32
<https://get.rpmfusion.org/nonfree/f32>
- https://get.rpmfusion.org/epel/8 <https://get.rpmfusion.org/el8>
- https://get.rpmfusion.org/nonfree/epel/8
<https://get.rpmfusion.org/nonfree/el8>
...and so on.
I overrode my first instinct of .../f31, .../f32, and .../el8, because
using just the number lets us keep the $(rpm -E %fedora) part of the
instructions, and we can just tell Fedora users to run:
sudo dnf install https://get.rpmfusion.org/fedora/$(rpm -E %fedora)
sudo dnf install https://get.rpmfusion.org/nonfree/fedora/$(rpm -E %fedora)
(Or maybe https://get.rpmfusion.org/fedora/$(rpm -E %fedora)/nonfree is
better, actually? For cutting-and-pasting it doesn't matter, but if you're
typing it by hand it kinda feels more obvious. I'm open to input here.)
If the only reason this doesn't exist is because nobody's done it, and the
project can donate a NameVirtualHost for get.rpmfusion.org, I can slap
together the mod_rewrite stanzas so it can serve up redirects to the full
package URLs.
Or if it doesn't exist because it's a stupid idea that nobody wants, I can
accept that, and less work for me!
4 years, 7 months
RPM Fusion update report 2020-04-17
by noreply@rpmfusion.org
RPM Fusion update report
------------------------
Section free:
-------------
Fedora 30
-------------
Pushed to testing:
VirtualBox-6.1.6-1.fc30
VirtualBox-kmod-6.1.6-1.fc30
mp4tools-3.8-1.fc30
obs-studio-25.0.6-1.fc30
plex-media-player-2.55.0-1.fc30
shotcut-20.04.12-1.fc30
smplayer-20.4.2-1.fc30
Pushed to stable:
chromium-browser-privacy-81.0.4044.92-1.fc30
libdca-0.0.7-1.fc30
live555-2020.04.12-1.fc30
motion-4.3.1-1.fc30
simplescreenrecorder-0.4.0-1.fc30
vlc-3.0.9.2-2.fc30
Fedora 31
-------------
Pushed to testing:
VirtualBox-6.1.6-1.fc31
VirtualBox-kmod-6.1.6-1.fc31
kodi-inputstream-adaptive-2.4.4-1.fc31
mp4tools-3.8-1.fc31
obs-studio-25.0.6-1.fc31
plex-media-player-2.55.0-1.fc31
shotcut-20.04.12-1.fc31
smplayer-20.4.2-1.fc31
Pushed to stable:
chromium-browser-privacy-81.0.4044.92-1.fc31
libdca-0.0.7-1.fc31
live555-2020.04.12-1.fc31
motion-4.3.1-1.fc31
simplescreenrecorder-0.4.0-1.fc31
vlc-3.0.9.2-2.fc31
Fedora 32
-------------
Pushed to testing:
VirtualBox-6.1.6-1.fc32
VirtualBox-kmod-6.1.6-1.fc32
kodi-inputstream-adaptive-2.4.4-1.fc32
mp4tools-3.8-1.fc32
obs-studio-25.0.6-1.fc32
plex-media-player-2.55.0-1.fc32
rpmfusion-free-obsolete-packages-32-2.fc32
shotcut-20.04.12-1.fc32
smplayer-20.4.2-1.fc32
swftools-0.9.2-13.fc32
Pushed to stable:
chromium-browser-privacy-81.0.4044.92-1.fc32
libdca-0.0.7-1.fc32
live555-2020.04.12-1.fc32
motion-4.3.1-1.fc32
simplescreenrecorder-0.4.0-1.fc32
vlc-3.0.9.2-2.fc32
EL 6
-------------
Pushed to testing:
Pushed to stable:
EL 7
-------------
Pushed to testing:
VirtualBox-6.1.6-1.el7
VirtualBox-kmod-6.1.6-1.el7
smplayer-20.4.2-1.el7
Pushed to stable:
live555-2020.04.12-1.el7
motion-4.3.1-1.el7
vlc-3.0.9.2-2.el7
EL 8
-------------
Pushed to testing:
obs-studio-25.0.6-1.el8
plex-media-player-2.55.0-1.el8
smplayer-20.4.2-1.el8
Pushed to stable:
live555-2020.04.12-1.el8
motion-4.3.1-1.el8
simplescreenrecorder-0.4.0-1.el8
vlc-3.0.9.2-2.el8
Section nonfree:
-------------
Fedora 30
-------------
Pushed to testing:
dream-2.2-3.fc30
Pushed to stable:
Fedora 31
-------------
Pushed to testing:
dream-2.2-3.fc31
Pushed to stable:
Fedora 32
-------------
Pushed to testing:
dream-2.2-3.fc32
Pushed to stable:
EL 6
-------------
Pushed to testing:
Pushed to stable:
EL 7
-------------
Pushed to testing:
Pushed to stable:
EL 8
-------------
Pushed to testing:
Pushed to stable:
Theses packages will be available in main mirror in a few hours. Wait for local mirrors to sync
Please report any issue to https://bugzilla.rpmfusion.org
4 years, 7 months
RPM Fusion update report 2020-04-14
by noreply@rpmfusion.org
RPM Fusion update report
------------------------
Section free:
-------------
Fedora 30
-------------
Pushed to testing:
chromium-browser-privacy-81.0.4044.92-1.fc30
libdca-0.0.7-1.fc30
live555-2020.04.12-1.fc30
motion-4.3.1-1.fc30
simplescreenrecorder-0.4.0-1.fc30
vlc-3.0.9.2-2.fc30
Pushed to stable:
celluloid-0.19-1.fc30
chromium-freeworld-81.0.4044.92-1.fc30
smplayer-20.4.0-1.fc30
Fedora 31
-------------
Pushed to testing:
chromium-browser-privacy-81.0.4044.92-1.fc31
libdca-0.0.7-1.fc31
live555-2020.04.12-1.fc31
motion-4.3.1-1.fc31
simplescreenrecorder-0.4.0-1.fc31
vlc-3.0.9.2-2.fc31
Pushed to stable:
VirtualBox-6.1.4-4.fc31
celluloid-0.19-1.fc31
chromium-freeworld-81.0.4044.92-1.fc31
ffmpeg-4.2.2-5.fc31
moc-2.6-0.33.svn3005.fc31
smplayer-20.4.0-1.fc31
wf-recorder-0.2-3.fc31
Fedora 32
-------------
Pushed to testing:
chromium-browser-privacy-81.0.4044.92-1.fc32
libdca-0.0.7-1.fc32
live555-2020.04.12-1.fc32
motion-4.3.1-1.fc32
simplescreenrecorder-0.4.0-1.fc32
vlc-3.0.9.2-2.fc32
Pushed to stable:
VirtualBox-6.1.4-4.fc32
celluloid-0.19-1.fc32
chromium-freeworld-81.0.4044.92-1.fc32
ffmpeg-4.2.2-5.fc32
moc-2.6-0.33.svn3005.fc32
smplayer-20.4.0-1.fc32
telegram-desktop-2.0.1-1.fc32
wf-recorder-0.2-3.fc32
EL 6
-------------
Pushed to testing:
Pushed to stable:
EL 7
-------------
Pushed to testing:
live555-2020.04.12-1.el7
motion-4.3.1-1.el7
vlc-3.0.9.2-2.el7
Pushed to stable:
VirtualBox-6.1.4-4.el7
smplayer-20.4.0-1.el7
EL 8
-------------
Pushed to testing:
live555-2020.04.12-1.el8
motion-4.3.1-1.el8
simplescreenrecorder-0.4.0-1.el8
vlc-3.0.9.2-2.el8
Pushed to stable:
celluloid-0.19-1.el8
ffmpeg-4.2.2-5.el8
Section nonfree:
-------------
Fedora 30
-------------
Pushed to testing:
Pushed to stable:
lpf-flash-plugin-32.0.0.344-1.fc30
Fedora 31
-------------
Pushed to testing:
Pushed to stable:
lpf-flash-plugin-32.0.0.344-1.fc31
Fedora 32
-------------
Pushed to testing:
Pushed to stable:
intel-media-driver-20.1.1-1.fc32
lpf-flash-plugin-32.0.0.344-1.fc32
EL 6
-------------
Pushed to testing:
Pushed to stable:
EL 7
-------------
Pushed to testing:
Pushed to stable:
EL 8
-------------
Pushed to testing:
Pushed to stable:
Theses packages will be available in main mirror in a few hours. Wait for local mirrors to sync
Please report any issue to https://bugzilla.rpmfusion.org
4 years, 8 months
RPM Fusion update report 2020-04-10
by noreply@rpmfusion.org
RPM Fusion update report
------------------------
Section free:
-------------
Fedora 30
-------------
Pushed to testing:
celluloid-0.19-1.fc30
chromium-freeworld-81.0.4044.92-1.fc30
rpmfusion-free-release-30-2
smplayer-20.4.0-1.fc30
wireguard-kmod-0.0.20191219-2.fc30
Pushed to stable:
chromium-freeworld-80.0.3987.163-1.fc30
mpd-0.21.22-1.fc30
obs-studio-25.0.4-1.fc30
pianobar-2020.04.05-1.fc30
zoneminder-1.34.9-1.fc30
Fedora 31
-------------
Pushed to testing:
VirtualBox-6.1.4-4.fc31
celluloid-0.19-1.fc31
chromium-freeworld-81.0.4044.92-1.fc31
ffmpeg-4.2.2-5.fc31
moc-2.6-0.33.svn3005.fc31
smplayer-20.4.0-1.fc31
vlc-3.0.9.2-1.fc31
wf-recorder-0.2-3.fc31
wireguard-kmod-0.0.20191219-2.fc31
Pushed to stable:
chromium-freeworld-80.0.3987.163-1.fc31
mpd-0.21.22-1.fc31
obs-studio-25.0.4-1.fc31
pianobar-2020.04.05-1.fc31
zoneminder-1.34.9-1.fc31
Fedora 32
-------------
Pushed to testing:
VirtualBox-6.1.4-4.fc32
celluloid-0.19-1.fc32
chromium-freeworld-81.0.4044.92-1.fc32
ffmpeg-4.2.2-5.fc32
moc-2.6-0.33.svn3005.fc32
smplayer-20.4.0-1.fc32
telegram-desktop-2.0.1-1.fc32
vlc-3.0.9.2-1.fc32
wf-recorder-0.2-3.fc32
Pushed to stable:
chromium-freeworld-80.0.3987.163-1.fc32
mpd-0.21.22-1.fc32
obs-studio-25.0.4-1.fc32
pianobar-2020.04.05-1.fc32
vlc-3.0.9-36.fc32
zoneminder-1.34.9-1.fc32
EL 6
-------------
Pushed to testing:
Pushed to stable:
EL 7
-------------
Pushed to testing:
VirtualBox-6.1.4-4.el7
smplayer-20.4.0-1.el7
vlc-3.0.9.2-1.el7
Pushed to stable:
zoneminder-1.34.9-1.el7
EL 8
-------------
Pushed to testing:
celluloid-0.19-1.el8
ffmpeg-4.2.2-5.el8
vlc-3.0.9.2-1.el8
Pushed to stable:
mpd-0.21.22-1.el8
zoneminder-1.34.9-1.el8
Section nonfree:
-------------
Fedora 30
-------------
Pushed to testing:
lpf-flash-plugin-32.0.0.344-1.fc30
nvidia-kmod-440.82-1.fc30
nvidia-modprobe-440.82-1.fc30
nvidia-persistenced-440.82-1.fc30
nvidia-settings-440.82-1.fc30
nvidia-xconfig-440.82-1.fc30
xorg-x11-drv-nvidia-440.82-1.fc30
Pushed to stable:
d1x-1.43-25.rebirth_v0.60.20181218gitaf25483.fc30
Fedora 31
-------------
Pushed to testing:
lpf-flash-plugin-32.0.0.344-1.fc31
nvidia-kmod-440.82-1.fc31
nvidia-modprobe-440.82-1.fc31
nvidia-persistenced-440.82-1.fc31
nvidia-settings-440.82-1.fc31
nvidia-xconfig-440.82-1.fc31
xorg-x11-drv-nvidia-440.82-1.fc31
Pushed to stable:
d1x-1.43-25.rebirth_v0.60.20181218gitaf25483.fc31
Fedora 32
-------------
Pushed to testing:
intel-media-driver-20.1.1-1.fc32
lpf-flash-plugin-32.0.0.344-1.fc32
nvidia-kmod-440.82-1.fc32
nvidia-modprobe-440.82-1.fc32
nvidia-persistenced-440.82-1.fc32
nvidia-settings-440.82-1.fc32
nvidia-xconfig-440.82-1.fc32
xorg-x11-drv-nvidia-440.82-1.fc32
Pushed to stable:
d1x-1.43-25.rebirth_v0.60.20181218gitaf25483.fc32
EL 6
-------------
Pushed to testing:
Pushed to stable:
EL 7
-------------
Pushed to testing:
Pushed to stable:
EL 8
-------------
Pushed to testing:
Pushed to stable:
Theses packages will be available in main mirror in a few hours. Wait for local mirrors to sync
Please report any issue to https://bugzilla.rpmfusion.org
4 years, 8 months
Fwd: Re: libcdio soname bump in rawhide
by Sérgio Basto
JFYI
-------- Forwarded Message --------
From: Adrian Reber <adrian(a)lisas.de>
Reply-To: Development discussions related to Fedora <
devel(a)lists.fedoraproject.org>
To: devel(a)lists.fedoraproject.org
Subject: Re: libcdio soname bump in rawhide
Date: Tue, 7 Apr 2020 18:05:25 +0200
On Mon, Mar 30, 2020 at 09:27:56AM +0200, Adrian Reber wrote:
> I will update libcdio to 2.1.0 next week in rawhide. As always,
> libcdio
> comes with a new SO version.
>
> The following packages have to be rebuilt and I will do the necessary
> rebuilds:
>
> cantata
> cdw
> clementine
> gstreamer1-plugins-ugly-free
> gvfs
> kover
> libcddb
> libcdio-0:2.0.0-6.fc32.src
> libcdio-paranoia
> pcsxr
> pragha
> python-pycdio
> qmmp
> strawberry
> tellico
> whipper
> xmms2
libcdio, libcdio-paranoia and python-pycdio have been updated and all
dependencies have been rebuilt.
Only pcsxr failed rebuilding but it was already FTBFS before the
libcdio
upgrade.
Adrian
_______________________________________________
devel mailing list -- devel(a)lists.fedoraproject.org
To unsubscribe send an email to devel-leave(a)lists.fedoraproject.org
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
--
Sérgio M. B.
4 years, 8 months
RPM Fusion update report 2020-04-07
by noreply@rpmfusion.org
RPM Fusion update report
------------------------
Section free:
-------------
Fedora 30
-------------
Pushed to testing:
chromium-freeworld-80.0.3987.163-1.fc30
mpd-0.21.22-1.fc30
obs-studio-25.0.4-1.fc30
pianobar-2020.04.05-1.fc30
zoneminder-1.34.9-1.fc30
Pushed to stable:
obs-studio-25.0.3-1.fc30
plex-media-player-2.53.0-1.fc30
zoneminder-1.34.7-1.fc30
Fedora 31
-------------
Pushed to testing:
chromium-freeworld-80.0.3987.163-1.fc31
mpd-0.21.22-1.fc31
obs-studio-25.0.4-1.fc31
pianobar-2020.04.05-1.fc31
zoneminder-1.34.9-1.fc31
Pushed to stable:
mythweb-31.0-1.fc31
obs-studio-25.0.3-1.fc31
plex-media-player-2.53.0-1.fc31
retroarch-freeworld-1.8.5-2.fc31
telegram-desktop-2.0.1-1.fc31
zoneminder-1.34.7-1.fc31
Fedora 32
-------------
Pushed to testing:
chromium-freeworld-80.0.3987.163-1.fc32
mpd-0.21.22-1.fc32
obs-studio-25.0.4-1.fc32
pianobar-2020.04.05-1.fc32
vlc-3.0.9-36.fc32
zoneminder-1.34.9-1.fc32
Pushed to stable:
lives-3.0.2-5.fc32
mythweb-31.0-1.fc32
obs-studio-25.0.3-1.fc32
plex-media-player-2.53.0-1.fc32
qt5-qtwebengine-freeworld-5.13.2-3.fc32
retroarch-freeworld-1.8.5-2.fc32
rpmfusion-free-obsolete-packages-32-1.fc32
zoneminder-1.34.7-1.fc32
EL 6
-------------
Pushed to testing:
Pushed to stable:
EL 7
-------------
Pushed to testing:
zoneminder-1.34.9-1.el7
Pushed to stable:
zoneminder-1.34.7-1.el7
EL 8
-------------
Pushed to testing:
mpd-0.21.22-1.el8
zoneminder-1.34.9-1.el8
Pushed to stable:
plex-media-player-2.53.0-1.el8
zoneminder-1.34.7-1.el8
Section nonfree:
-------------
Fedora 30
-------------
Pushed to testing:
d1x-1.43-25.rebirth_v0.60.20181218gitaf25483.fc30
Pushed to stable:
unrar-5.9.2-1.fc30
Fedora 31
-------------
Pushed to testing:
d1x-1.43-25.rebirth_v0.60.20181218gitaf25483.fc31
Pushed to stable:
unrar-5.9.2-1.fc31
Fedora 32
-------------
Pushed to testing:
d1x-1.43-25.rebirth_v0.60.20181218gitaf25483.fc32
Pushed to stable:
unrar-5.9.2-1.fc32
EL 6
-------------
Pushed to testing:
Pushed to stable:
EL 7
-------------
Pushed to testing:
Pushed to stable:
EL 8
-------------
Pushed to testing:
Pushed to stable:
unrar-5.9.2-1.el8
Theses packages will be available in main mirror in a few hours. Wait for local mirrors to sync
Please report any issue to https://bugzilla.rpmfusion.org
4 years, 8 months
RPM Fusion update report 2020-04-01
by noreply@rpmfusion.org
RPM Fusion update report
------------------------
Section free:
-------------
Fedora 30
-------------
Pushed to testing:
obs-studio-25.0.3-1.fc30
plex-media-player-2.53.0-1.fc30
zoneminder-1.34.7-1.fc30
Pushed to stable:
kdenlive-19.12.3-1.fc30
zoneminder-1.34.6-1.fc30
Fedora 31
-------------
Pushed to testing:
mythweb-31.0-1.fc31
obs-studio-25.0.3-1.fc31
plex-media-player-2.53.0-1.fc31
retroarch-freeworld-1.8.5-2.fc31
telegram-desktop-2.0.1-1.fc31
zoneminder-1.34.7-1.fc31
Pushed to stable:
deadbeef-1.8.3-1.fc31
kdenlive-19.12.3-1.fc31
mythtv-31.0-1.fc31
telegram-desktop-1.9.21-4.fc31
zoneminder-1.34.6-1.fc31
Fedora 32
-------------
Pushed to testing:
lives-3.0.2-5.fc32
mythweb-31.0-1.fc32
obs-studio-25.0.3-1.fc32
plex-media-player-2.53.0-1.fc32
qt5-qtwebengine-freeworld-5.13.2-3.fc32
retroarch-freeworld-1.8.5-2.fc32
rpmfusion-free-obsolete-packages-32-1.fc32
zoneminder-1.34.7-1.fc32
Pushed to stable:
deadbeef-1.8.3-1.fc32
kdenlive-19.12.3-1.fc32
mythtv-31.0-1.fc32
telegram-desktop-1.9.21-4.fc32
zoneminder-1.34.6-1.fc32
EL 6
-------------
Pushed to testing:
Pushed to stable:
EL 7
-------------
Pushed to testing:
zoneminder-1.34.7-1.el7
Pushed to stable:
zoneminder-1.34.6-1.el7
EL 8
-------------
Pushed to testing:
plex-media-player-2.53.0-1.el8
zoneminder-1.34.7-1.el8
Pushed to stable:
deadbeef-1.8.3-1.el8
zoneminder-1.34.6-1.el8
Section nonfree:
-------------
Fedora 30
-------------
Pushed to testing:
unrar-5.9.2-1.fc30
Pushed to stable:
megasync-4.3.1.0-1.fc30
Fedora 31
-------------
Pushed to testing:
unrar-5.9.2-1.fc31
Pushed to stable:
megasync-4.3.1.0-1.fc31
Fedora 32
-------------
Pushed to testing:
unrar-5.9.2-1.fc32
Pushed to stable:
gens-2.15.5-16.fc32
megasync-4.3.1.0-1.fc32
EL 6
-------------
Pushed to testing:
Pushed to stable:
EL 7
-------------
Pushed to testing:
Pushed to stable:
megasync-4.3.1.0-1.el7
EL 8
-------------
Pushed to testing:
unrar-5.9.2-1.el8
Pushed to stable:
Theses packages will be available in main mirror in a few hours. Wait for local mirrors to sync
Please report any issue to https://bugzilla.rpmfusion.org
4 years, 8 months