vdr-softhddevice: FTBFS with FFmpeg 3.5
by Martin Gansser
Hi,
i have submitted a scratch build with vdr-softhdevice on rawhide, but this
fails with this messages: [1]
vdr-softhdddevice.spec file [3]
i have already replaced a few functions as mentioned on the debian mailing list [2]
+ sed -i -e 's|FF_INPUT_BUFFER_PADDING_SIZE|AV_INPUT_BUFFER_PADDING_SIZE|' codec.c
+ sed -i -e 's|FF_INPUT_BUFFER_PADDING_SIZE|AV_INPUT_BUFFER_PADDING_SIZE|' softhddev.c
+ sed -i -e 's|CODEC_FLAG_TRUNCATED|AV_CODEC_FLAG_TRUNCATED|' codec.c
+ sed -i -e 's|CODEC_FLAG_EMU_EDGE|AV_CODEC_FLAG_EMU_EDGE|' codec.c
Incomplete list of changes (based on looking at common build failures):
- Some fields in AVCodecContext have been removed and replaced with private
options which can be set using the av_opt_set* APIs
- Most CODEC_* constants have been renamed to AV_CODEC_*
- The buffer constants FF_INPUT_BUFFER_PADDING_SIZE and FF_MIN_BUFFER_SIZE
have been renamed to AV_INPUT_BUFFER_PADDING_SIZE and AV_INPUT_BUFFER_MIN_SIZE.
- The old resampling API provided by libavcodec has been removed. Use
libswresample instead.
- The libavfilter/avfiltergraph.h header has been removed, include
libavfilter/avfilter.h instead.
- The AVFrac structure (representing mixed rational numbers) has been
removed.
[1] http://koji.rpmfusion.org/kojifiles/work/tasks/8444/198444/build.log
[2] https://www.mail-archive.com/pkg-vdr-dvb-devel@lists.alioth.debian.org/ms...
[3] https://pkgs.rpmfusion.org/cgit/free/vdr-softhddevice-openglosd.git/tree/...
I need some help
Thanks
Martin
6 years, 9 months
RPM Fusion update report 2018-02-17
by noreply@rpmfusion.org
RPM Fusion update report
------------------------
Section free:
-------------
Fedora 25
-------------
Pushed to testing:
Pushed to stable:
Fedora 26
-------------
Pushed to testing:
VirtualBox-5.2.6-2.fc26
VirtualBox-kmod-5.2.6-2.fc26
libopenshot-0.1.9-3.fc26
libopenshot-audio-0.1.5-1.fc26
mpv-0.27.2-1.fc26
mythtv-29.1-12.20180201.77.g9b7b962834.fc26
mythweb-29.1-1.fc26
openshot-2.4.1-3.fc26
rpmfusion-packager-0.6.2-1.fc26
Pushed to stable:
mpv-0.27.1-1.fc26
Fedora 27
-------------
Pushed to testing:
freetype-freeworld-2.8-5.fc27
libopenshot-0.1.9-3.fc27
libopenshot-audio-0.1.5-1.fc27
mpv-0.27.2-1.fc27
mythtv-29.1-12.20180201.77.g9b7b962834.fc27
mythweb-29.1-1.fc27
openshot-2.4.1-3.fc27
rpmfusion-packager-0.6.2-1.fc27
Pushed to stable:
mpv-0.27.1-1.fc27
EL 6
-------------
Pushed to testing:
Pushed to stable:
exfat-utils-1.2.8-1.el6
fuse-exfat-1.2.8-1.el6
EL 7
-------------
Pushed to testing:
VirtualBox-5.2.6-2.el7
libopenshot-0.1.9-3.el7
libopenshot-audio-0.1.5-1.el7
mythweb-29.1-1.el7
rpmfusion-packager-0.6.2-1.el7
Pushed to stable:
exfat-utils-1.2.8-1.el7
ffmpeg-2.8.13-2.el7
fuse-exfat-1.2.8-1.el7
libva-intel-driver-1.8.3-3.el7
libvlcpp-0.1.0-2.20180206git.el7
mythtv-29.0-11.20180111.77.g771115f47d.el7
mythtv-29.1-12.20180201.77.g9b7b962834.el7
mythweb-29.0-1.el7
rfpkg-1.25.3-1.el7
rpmfusion-packager-0.6.1-1.el7
vlc-2.2.8-2.el7
xine-lib-1.2.9-2.el7
Section nonfree:
-------------
Fedora 25
-------------
Pushed to testing:
Pushed to stable:
Fedora 26
-------------
Pushed to testing:
clipgrab-3.6.7-1.fc26
lpf-flash-plugin-28.0.0.161-1.fc26
nvidia-304xx-kmod-304.137-4.fc26
nvidia-kmod-390.25-3.fc26
wl-kmod-6.30.223.271-16.fc26
xorg-x11-drv-nvidia-390.25-3.fc26
xorg-x11-drv-nvidia-390.25-4.fc26
xv-3.10a.jumbopatch.20070520-27.fc26
Pushed to stable:
Fedora 27
-------------
Pushed to testing:
clipgrab-3.6.7-1.fc27
lpf-flash-plugin-28.0.0.161-1.fc27
nvidia-304xx-kmod-304.137-4.fc27
nvidia-kmod-390.25-3.fc27
wl-kmod-6.30.223.271-16.fc27
xorg-x11-drv-nvidia-390.25-3.fc27
xorg-x11-drv-nvidia-390.25-4.fc27
xv-3.10a.jumbopatch.20070520-27.fc27
Pushed to stable:
EL 6
-------------
Pushed to testing:
Pushed to stable:
EL 7
-------------
Pushed to testing:
Pushed to stable:
Theses packages will be available in main mirror in few minutes. Wait for local mirrors to sync
Please report any issue to https://bugzilla.rpmfusion.org
6 years, 9 months
nVidia howto question or solution
by Sérgio Basto
Hello,
After on IRC another fellow, had problems on install nVidia drives on
first installation and reboot, I also had a similar problem that make
me think. And I think I found the issue, instead try blacklist nouveau
on boot we should run:
dracut -f /boot/initramfs-$(uname -r).img $(uname -r)
xorg-x11-drv-nvidia package have blacklist-nouveau.conf [1] but just
install a new kernel nouveau enter in blacklist isn't it ? , so after
installing nVidia drives (for the first time) we should also run dracut
to generate initramfs without nouveau module isn't it ? anyway like
blacklist-nouveau.conf text says.
Conclusion we should/need update https://rpmfusion.org/Howto/nVidia
Best regards,
[1]
https://pkgs.rpmfusion.org/cgit/nonfree/xorg-x11-drv-nvidia.git/tree/bl
acklist-nouveau.conf
--
Sérgio M. B.
6 years, 9 months
RPM Fusion update report 2018-02-12
by noreply@rpmfusion.org
RPM Fusion update report
------------------------
Section free:
-------------
Fedora 25
-------------
Pushed to testing:
Pushed to stable:
Fedora 26
-------------
Pushed to testing:
mpv-0.27.1-1.fc26
Pushed to stable:
exfat-utils-1.2.8-1.fc26
fuse-exfat-1.2.8-1.fc26
libvlcpp-0.1.0-2.20180206git.fc26
obs-studio-21.0.2-1.fc26
rfpkg-1.25.3-1.fc26
rpmfusion-packager-0.6.1-1.fc26
vidcutter-5.5.0-1.fc26
vlc-3.0.0-1.fc26
xpra-codecs-freeworld-2.2.3-1.fc26
Fedora 27
-------------
Pushed to testing:
mpv-0.27.1-1.fc27
Pushed to stable:
exfat-utils-1.2.8-1.fc27
fuse-exfat-1.2.8-1.fc27
libvlcpp-0.1.0-2.20180206git.fc27
obs-studio-21.0.2-1.fc27
qt5-qtwebengine-freeworld-5.10.0-1.fc27.2
rfpkg-1.25.3-1.fc27
rpmfusion-packager-0.6.1-1.fc27
vidcutter-5.5.0-1.fc27
vlc-3.0.0-1.fc27
xpra-codecs-freeworld-2.2.3-1.fc27
EL 6
-------------
Pushed to testing:
Pushed to stable:
exfat-utils-1.2.8-1.el6
fuse-exfat-1.2.8-1.el6
EL 7
-------------
Pushed to testing:
Pushed to stable:
exfat-utils-1.2.8-1.el7
ffmpeg-2.8.13-2.el7
fuse-exfat-1.2.8-1.el7
libva-intel-driver-1.8.3-3.el7
libvlcpp-0.1.0-2.20180206git.el7
mythtv-29.0-11.20180111.77.g771115f47d.el7
mythtv-29.1-12.20180201.77.g9b7b962834.el7
mythweb-29.0-1.el7
rfpkg-1.25.3-1.el7
rpmfusion-packager-0.6.1-1.el7
vlc-2.2.8-2.el7
xine-lib-1.2.9-2.el7
Section nonfree:
-------------
Fedora 25
-------------
Pushed to testing:
Pushed to stable:
Fedora 26
-------------
Pushed to testing:
nvidia-kmod-390.25-2.fc26
Pushed to stable:
Fedora 27
-------------
Pushed to testing:
nvidia-kmod-390.25-2.fc27
Pushed to stable:
EL 6
-------------
Pushed to testing:
Pushed to stable:
EL 7
-------------
Pushed to testing:
Pushed to stable:
Theses packages will be available in main mirror in few minutes. Wait for local mirrors to sync
Please report any issue to https://bugzilla.rpmfusion.org
6 years, 9 months
HEADS UP: giflib-5.1.4 update
by Sandro Mani
Hi
I've landed giflib-5.1.4 in rawhide, compat-giflib is currently
providing libgif.so.4 for compatibility, but it will be retired in the
new future. Following packages depend on libgif.so.4 and should be
rebuilt against giflib-5.1.4:
mplayer
swftools
Thanks
Sandro
6 years, 9 months
F28 ffmpeg-3.5 rebuild, FTBFS list
by Leigh Scott
Here's a list of the packages that fail to build
cmus
libquicktime
mplayer
freshplayerplugin
guvcview
lightspark
moc
lives
pianobar
qtav
kodi
transcode
tvheadend
zoneminder
gstreamer1-libav
vdr-softhddevice-openglosd
vdr-softhddevice
vdr-markad
6 years, 9 months
RPM Fusion update report 2018-02-10
by noreply@rpmfusion.org
RPM Fusion update report
------------------------
Section free:
-------------
Fedora 25
-------------
Pushed to testing:
Pushed to stable:
Fedora 26
-------------
Pushed to testing:
exfat-utils-1.2.8-1.fc26
fuse-exfat-1.2.8-1.fc26
libvlcpp-0.1.0-2.20180206git.fc26
obs-studio-21.0.2-1.fc26
rfpkg-1.25.3-1.fc26
rpmfusion-packager-0.6.1-1.fc26
vidcutter-5.5.0-1.fc26
vlc-3.0.0-1.fc26
xpra-codecs-freeworld-2.2.3-1.fc26
Pushed to stable:
vidcutter-5.0.5-3.fc26
Fedora 27
-------------
Pushed to testing:
exfat-utils-1.2.8-1.fc27
fuse-exfat-1.2.8-1.fc27
libvlcpp-0.1.0-2.20180206git.fc27
obs-studio-21.0.2-1.fc27
qt5-qtwebengine-freeworld-5.10.0-1.fc27.2
rfpkg-1.25.3-1.fc27
rpmfusion-packager-0.6.1-1.fc27
vidcutter-5.5.0-1.fc27
vlc-3.0.0-1.fc27
xpra-codecs-freeworld-2.2.3-1.fc27
Pushed to stable:
kdenlive-17.12.1-1.fc27
kwave-17.12.1-1.fc27
vidcutter-5.0.5-3.fc27
EL 6
-------------
Pushed to testing:
exfat-utils-1.2.8-1.el6
fuse-exfat-1.2.8-1.el6
Pushed to stable:
EL 7
-------------
Pushed to testing:
exfat-utils-1.2.8-1.el7
fuse-exfat-1.2.8-1.el7
libvlcpp-0.1.0-2.20180206git.el7
rfpkg-1.25.3-1.el7
rpmfusion-packager-0.6.1-1.el7
Pushed to stable:
ffmpeg-2.8.13-2.el7
libva-intel-driver-1.8.3-3.el7
mythtv-29.0-11.20180111.77.g771115f47d.el7
mythtv-29.1-12.20180201.77.g9b7b962834.el7
mythweb-29.0-1.el7
vlc-2.2.8-2.el7
xine-lib-1.2.9-2.el7
Section nonfree:
-------------
Fedora 25
-------------
Pushed to testing:
Pushed to stable:
Fedora 26
-------------
Pushed to testing:
Pushed to stable:
discord-0.0.4-1.fc26
mari0-1.6.1-1.fc26
Fedora 27
-------------
Pushed to testing:
Pushed to stable:
discord-0.0.4-1.fc27
mari0-1.6.1-1.fc27
pcsx2-1.4-6.fc27
EL 6
-------------
Pushed to testing:
Pushed to stable:
EL 7
-------------
Pushed to testing:
Pushed to stable:
Theses packages will be available in main mirror in few minutes. Wait for local mirrors to sync
Please report any issue to https://bugzilla.rpmfusion.org
6 years, 9 months
rpmfusion-tools
by Sérgio Basto
Hi,
After Antonio detect some bad behavior and now it appears Rex Dieter .
I started to investigate and tried the rpmfusion tools in a new
computer.
Conclusion I found that rfpkg started not working correctly in some
cases, fas username now have to be defined in ~/.fedora.upn [1] , which
is part of kerberos configuration of Fedora tools (is set on Fedora
kerberos setup) .
I think the best is add rpmfusion-cert sub-package of rpmfusion-
packager [2], and instead talking I made the sub-package [3] (some
hours of work :( ) .
With rpmfusion-cert we can create a new cert with fas credentials, we
can verify the cert installed and more important, rfpkg is fixed and
read the username from the rpmfusion cert, instead rely on one Fedora
configuration ...
[1] https://github.com/rpmfusion-infra/rfpkg/issues/5
[2] https://github.com/rpmfusion-infra/rpmfusion-packager/pull/2
[3]
dnf copr enable sergiomb/rpmfusion-tools
dnf --disablerepo='*' --enablerepo=sergiomb-rpmfusion-tools --refresh
update
(update rfpkg, rpmfusion-packager and install dependence rpmfusion-
cert)
I have more things to write ...
Best regards,
--
Sérgio M. B.
6 years, 9 months
Update from the infra (aarch64/dmarc).
by Nicolas Chauvet
Hi,
Few words to say that the aarch64 builders was updated recently. There
is a need to update the ppc64/ppc64le builder to have everything
building on the same fedora 26 base.
Once done, there will be the fedora 28 mass rebuild, then branching
f28 as per schedule:
https://fedoraproject.org/wiki/Releases/28/Schedule
On a side note, I've also enabled dmarc mitigation on the developer
mailing list.
I will switch to users if there is no notable issue.
Thx
--
-
Nicolas (kwizart)
6 years, 9 months