[arcem] Fix sources
by Andrea Musuruane
commit c676356d08bc04509132a25f626700cd97739d37
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Sat Jul 16 18:27:42 2016 +0200
Fix sources
.gitignore | 1 +
sources | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index ea7279c..608f1a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
arcem-1.50-src.zip
linuxrom.zip
arcem-1.50.html
+/arcem-1.50.1-src.zip
diff --git a/sources b/sources
index c2901c7..e598e80 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-f00d778b50358f3f73eac30adcee0ec4 arcem-1.50-src.zip
a8b171aee91fda454a625b3dcfda7bdc linuxrom.zip
f93cc1ee52fc8bbc60a332010c5c883d arcem-1.50.html
+e09262c23f7d4aa7971ed143aca0fbbd arcem-1.50.1-src.zip
8 years, 4 months
[meka] Updated to a new upstream preview of version 0.80
by Andrea Musuruane
commit 4c1c4fb68988f7f1c7704788193ff7200cb02ebc
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Sat Jul 16 17:59:12 2016 +0200
Updated to a new upstream preview of version 0.80
- Using new upstream repository
.gitignore | 1 +
meka-0.80-format-strings.patch | 71 ------------------------------------------
meka.desktop | 2 +-
meka.sh | 9 ++++--
meka.spec | 44 +++++++++++++++-----------
sources | 2 +-
6 files changed, 35 insertions(+), 94 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d477c3b..cd03c6d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
meka-2014-10-05-srcs.zip
+/meka-0.80-f55fcdd.tar.gz
diff --git a/meka.desktop b/meka.desktop
index 3007a57..2177f16 100644
--- a/meka.desktop
+++ b/meka.desktop
@@ -1,7 +1,7 @@
[Desktop Entry]
Encoding=UTF-8
Name=Meka
-Comment=Multi machine emulator for MS-DOS, MS-Windows and GNU/Linux
+Comment=Sega 8-bit emulator with debugging/hacking tools
Exec=meka
Icon=meka
Terminal=true
diff --git a/meka.sh b/meka.sh
index 51557aa..c86a9f1 100644
--- a/meka.sh
+++ b/meka.sh
@@ -4,7 +4,7 @@ VERSION=0.80
GAME_LOCALDIR=$HOME/.$GAME
GAME_DATADIR=/usr/share/$GAME
GAME_EXECUTABLE=/usr/libexec/$GAME/$GAME
-GAME_DOCDIR=/usr/share/doc/$GAME-$VERSION
+GAME_DOCDIR=/usr/share/doc/$GAME
mkdir -p $GAME_LOCALDIR
cd $GAME_LOCALDIR
@@ -18,10 +18,13 @@ for file in meka.{blt,dat,msg,nam,pat,thm}; do
done
# Create links to directory which are not (usually) modified by users
-for dir in {datafiles,Themes}; do
- ln -sf $GAME_DATADIR/$dir $dir
+for dir in {Data,Themes}; do
+ ln -nsf $GAME_DATADIR/$dir $dir
done
+# Remove old link
+rm -rf $GAME_LOCALDIR/datafiles
+
# Copy files which can be modified by users
for file in meka.inp; do
test -e $file || cp -a $GAME_DATADIR/$file $file
diff --git a/meka.spec b/meka.spec
index 8b38035..191fd00 100644
--- a/meka.spec
+++ b/meka.spec
@@ -1,22 +1,16 @@
-%global pkgdate 2014-10-05
+%global commit f55fcdd96f1ad43f01d2645f4cd7fe0b9c5c6870
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: meka
Version: 0.80
-Release: 0.7.20141005svn%{?dist}
-Summary: Sega 8-bit machine emulator
+Release: 0.8.20150506git%{?dist}
+Summary: Sega 8-bit emulator with debugging/hacking tools
License: MEKA and non-commercial
URL: http://www.smspower.org/meka/
-# The source for this package was pulled from upstream's vcs. Use the
-# following commands to generate the tarball:
-# svn export -r 496 svn://svn.smspower.org/meka/trunk/meka meka-r496
-# cd meka-r496/
-# zip -ro ../meka-2014-10-05-srcs.zip *
-Source0: %{name}-%{pkgdate}-srcs.zip
+Source0: https://github.com/ocornut/%{name}/archive/%{commit}/%{name}-%{version}-%...
Source1: %{name}.sh
Source2: %{name}.desktop
-# Fix format strings
-Patch0: %{name}-0.80-format-strings.patch
# This is package contains ix86 asm code
ExclusiveArch: i686 x86_64
@@ -24,10 +18,12 @@ ExclusiveArch: i686 x86_64
BuildRequires: allegro5-devel
BuildRequires: allegro5-addon-audio-devel
BuildRequires: allegro5-addon-image-devel
+BuildRequires: allegro5-addon-ttf-devel
BuildRequires: libpng-devel
BuildRequires: ImageMagick
BuildRequires: desktop-file-utils
Requires: hicolor-icon-theme
+Requires: grimmer-proggy-tinysz-fonts
%description
MEKA is a multi machine emulator, originally started as a Sega Master System
@@ -48,8 +44,7 @@ You can play other systems on it only if you are smart enough to figure how.
And if you are, I doubt you will want to play Nintendo games. So forget it.
%prep
-%setup -q -c
-%patch0 -p1
+%setup -q -n %{name}-%{commit}/%{name}
# Remove boundled libs
rm -rf libs
@@ -63,6 +58,13 @@ for i in *.txt; do
mv $i.utf8 $i
done
+# Fix linking
+sed -i 's/allegro_primitives-5.0`/allegro_primitives-5.0 allegro_ttf-5.0`/' srcs/Makefile
+
+# Fix linking with allegro5
+sed -i 's/pkg-config --cflags --libs allegro-5.0 allegro_image-5.0 allegro_audio-5.0 allegro_font-5.0 allegro_primitives-5.0 allegro_ttf-5.0/pkg-config --cflags --libs allegro-5 allegro_image-5 allegro_audio-5 allegro_font-5 allegro_primitives-5 allegro_ttf-5/' srcs/Makefile
+
+
# Compile for unix
sed -i 's/SYSTEM = macosx/# SYSTEM = macosx/' srcs/Makefile
sed -i 's/# SYSTEM = unix/SYSTEM = unix/' srcs/Makefile
@@ -82,10 +84,7 @@ install -d %{buildroot}/%{_libexecdir}/meka
install -m 755 meka %{buildroot}/%{_libexecdir}/meka
install -d %{buildroot}/%{_datadir}/meka
install -m 644 meka.{blt,dat,inp,msg,nam,pat,thm} %{buildroot}/%{_datadir}/meka
-install -d %{buildroot}/%{_datadir}/meka/datafiles
-install -m 644 datafiles/* %{buildroot}/%{_datadir}/meka/datafiles
-install -d %{buildroot}/%{_datadir}/meka/Themes
-install -m 644 Themes/* %{buildroot}/%{_datadir}/meka/Themes
+cp -aR {Data,Themes} %{buildroot}/%{_datadir}/meka
# install desktop file
mkdir -p %{buildroot}%{_datadir}/applications
@@ -100,6 +99,11 @@ convert -delete 1 srcs/mekaw.ico \
convert -delete 0 srcs/mekaw.ico \
%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
+# symlink system fonts
+rm %{buildroot}%{_datadir}/%{name}/Data/fonts/ProggyTinySZ.ttf
+ln -s %{_datadir}/fonts/grimmer-proggy-tinysz/ProggyTinySZ.ttf \
+ %{buildroot}%{_datadir}/%{name}/Data/fonts/ProggyTinySZ.ttf
+
%post
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
@@ -123,11 +127,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
-%doc changes.txt compat.txt debugger.txt history.txt meka.txt multi.txt
+%doc changes.txt compat.txt debugger.txt history.txt meka.txt multi.txt
%doc sources.txt tech.txt TODO.txt
%changelog
+* Thu Jun 02 2016 Andrea Musuruane <musuruan(a)gmail.com> - 0.80-0.8.20150506git
+- Updated to a new upstream preview of version 0.80
+- Using new upstream repository
+
* Sun Oct 05 2014 Andrea Musuruane <musuruan(a)gmail.com> - 0.80-0.7.20141005svn
- Updated to a new upstream preview of version 0.80
- Made a patch to fix format strings
diff --git a/sources b/sources
index b8ff5da..ee79fcc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ee9171bb0d19aeb90ca14626dc436e6d meka-2014-10-05-srcs.zip
+05ea5c29d1d01ab93b0adbd29d509fad meka-0.80-f55fcdd.tar.gz
8 years, 4 months
[ffmpeg] enable optional support for many external libraries (rfbz#4109)
by Dominik Mierzejewski
commit 7cfce40035db5728b85925a7f34e3c45778f05bf
Author: Dominik 'Rathann' Mierzejewski <rpm(a)greysector.net>
Date: Sat Jul 16 03:39:42 2016 +0200
enable optional support for many external libraries (rfbz#4109)
Enable the following by default:
fontconfig
gcrypt
gnutls
libbluray
fribidi
as they don't add (too many) new dependencies.
ffmpeg.spec | 46 +++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 45 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 3646f9a..2c13598 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -14,7 +14,7 @@ Summary: Digital VCR and streaming server
Name: ffmpeg
Version: 3.0.2
Release: 4%{?date}%{?date:git}%{?rel}%{?dist}
-%if 0%{?_with_amr:1}
+%if 0%{?_with_amr} || 0%{?_with_gmp}
License: GPLv3+
%else
License: GPLv2+
@@ -30,15 +30,23 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release}
BuildRequires: bzip2-devel
%{?_with_faac:BuildRequires: faac-devel}
%{?_with_fdk_aac:BuildRequires: fdk-aac-devel}
+%{?_with_flite:BuildRequires: flite-devel}
+BuildRequires: fontconfig-devel
BuildRequires: freetype-devel
%{!?_without_frei0r:BuildRequires: frei0r-devel}
+%{?_with_gme:BuildRequires: game-music-emu-devel}
BuildRequires: gnutls-devel
BuildRequires: gsm-devel
+%{?_with_ilbc:BuildRequires: ilbc-devel}
BuildRequires: lame-devel >= 3.98.3
%{!?_without_jack:BuildRequires: jack-audio-connection-kit-devel}
%{!?_without_ladspa:BuildRequires: ladspa-devel}
BuildRequires: libass-devel
+BuildRequires: libbluray-devel
+%{?_with_bs2b:BuildRequires: libbs2b-devel}
+%{?_with_caca:BuildRequires: libcaca-devel}
%{!?_without_cdio:BuildRequires: libcdio-paranoia-devel}
+%{?_with_chromaprint:BuildRequires: libchromaprint-devel}
#libcrystalhd is currently broken
%{?_with_crystalhd:BuildRequires: libcrystalhd-devel}
%if 0%{?_with_ieee1394}
@@ -46,9 +54,13 @@ BuildRequires: libavc1394-devel
BuildRequires: libdc1394-devel
BuildRequires: libiec61883-devel
%endif
+BuildRequires: libgcrypt-devel
+BuildRequires: libGL-devel
%{?_with_mfx:BuildRequires: libmfx-devel}
Buildrequires: libmodplug-devel
%{?_with_rtmp:BuildRequires: librtmp-devel}
+%{?_with_smb:BuildRequires: libsmbclient-devel}
+%{?_with_ssh:BuildRequires: libssh-devel}
BuildRequires: libtheora-devel
BuildRequires: libv4l-devel
BuildRequires: libvdpau-devel
@@ -58,6 +70,8 @@ BuildRequires: libvorbis-devel
BuildRequires: libXvMC-devel
%{?!_without_vaapi:BuildRequires: libva-devel >= 0.31.0}
%endif
+%{?_with_webp:BuildRequires: libwebp-devel}
+%{?_with_netcdf:BuildRequires: netcdf-devel}
%{?_with_amr:BuildRequires: opencore-amr-devel vo-amrwbenc-devel}
%{!?_without_openal:BuildRequires: openal-soft-devel}
%if 0%{!?_without_opencl:1}
@@ -69,17 +83,24 @@ BuildRequires: openjpeg-devel
BuildRequires: opus-devel
%{!?_without_pulse:BuildRequires: pulseaudio-libs-devel}
BuildRequires: perl(Pod::Man)
+%{?_with_rubberband:BuildRequires: rubberband-devel}
BuildRequires: schroedinger-devel
BuildRequires: SDL-devel
+%{?_with_snappy:BuildRequires: snappy-devel}
BuildRequires: soxr-devel
BuildRequires: speex-devel
BuildRequires: subversion
+%{?_with_tesseract:BuildRequires: tesseract-devel}
#BuildRequires: texi2html
BuildRequires: texinfo
+%{?_with_twolame:BuildRequires: twolame-devel}
+%{?_with_wavpack:BuildRequires: wavpack-devel}
%{!?_without_x264:BuildRequires: x264-devel >= 0.0.0-0.31}
%{!?_without_x265:BuildRequires: x265-devel}
%{?_with_xvid:BuildRequires: xvidcore-devel}
BuildRequires: zlib-devel
+%{?_with_zmq:BuildRequires: zeromq-devel}
+%{?_with_zvbi:BuildRequires: zvbi-devel}
%ifarch %{ix86} x86_64
BuildRequires: yasm
%endif
@@ -133,38 +154,60 @@ This package contains development files for %{name}
--optflags="$RPM_OPT_FLAGS" \\\
%{?_with_amr:--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-amrwbenc --enable-version3} \\\
--enable-bzlib \\\
+ %{?_with_chromaprint:--enable-chromaprint} \\\
%{!?_with_crystalhd:--disable-crystalhd} \\\
+ --enable-fontconfig \\\
%{!?_without_frei0r:--enable-frei0r} \\\
+ --enable-gcrypt \\\
+ %{?_with_gmp:--enable-gmp --enable-version3} \\\
--enable-gnutls \\\
%{!?_without_ladspa:--enable-ladspa} \\\
--enable-libass \\\
+ --enable-libbluray \\\
+ %{?_with_bs2b:--enable-libbs2b} \\\
+ %{?_with_caca:--enable-libcaca} \\\
%{!?_without_cdio:--enable-libcdio} \\\
%{?_with_ieee1394:--enable-libdc1394 --enable-libiec61883} \\\
%{?_with_faac:--enable-libfaac --enable-nonfree} \\\
%{?_with_fdk-aac:--enable-libfdk-aac --enable-nonfree} \\\
+ %{?_with_flite:--enable-libflite} \\\
%{!?_without_jack:--enable-indev=jack} \\\
--enable-libfreetype \\\
+ --enable-libfribidi \\\
+ %{?_with_gme:--enable-libgme} \\\
--enable-libgsm \\\
+ %{?_with_ilbc:--enable-libilbc} \\\
%{?_with_qsv:--enable-libmfx} \\\
--enable-libmp3lame \\\
+ %{?_with_netcdf:--enable-netcdf} \\\
%{?_with_nvenc:--enable-nvenc --enable-nonfree} \\\
%{!?_without_openal:--enable-openal} \\\
%{!?_without_opencl:--enable-opencl} \\\
%{!?_without_opencv:--enable-libopencv} \\\
+ %{!?_without_opengl:--enable-opengl} \\\
--enable-libopenjpeg \\\
--enable-libopus \\\
%{!?_without_pulse:--enable-libpulse} \\\
%{?_with_rtmp:--enable-librtmp} \\\
+ %{?_with_rubberband:--enable-librubberband} \\\
--enable-libschroedinger \\\
+ %{?_with_smb:--enable-libsmbclient} \\\
+ %{?_with_snappy:--enable-libsnappy} \\\
--enable-libsoxr \\\
--enable-libspeex \\\
+ %{?_with_ssh:--enable-libssh} \\\
+ %{?_with_tesseract:--enable-libtesseract} \\\
--enable-libtheora \\\
+ %{?_with_twolame:--enable-libtwolame} \\\
--enable-libvorbis \\\
--enable-libv4l2 \\\
%{!?_without_vpx:--enable-libvpx} \\\
+ %{?_with_webp:--enable-libwebp} \\\
%{!?_without_x264:--enable-libx264} \\\
%{!?_without_x265:--enable-libx265} \\\
%{?_with_xvid:--enable-libxvid} \\\
+ %{?_with_zmq:--enable-libzmq} \\\
+ %{?_with_zvbi:--enable-libzvbi} \\\
--enable-x11grab \\\
--enable-avfilter \\\
--enable-avresample \\\
@@ -290,6 +333,7 @@ install -pm755 tools/qt-faststart $RPM_BUILD_ROOT%{_bindir}
- move libavdevice manpage to its subpackage
- move examples from main package to -devel as docs
- add support for libiec61883 and make DV (IEEE 1394) support optional
+- enable optional support for many external libraries (rfbz#4109)
* Thu Jul 07 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 3.0.2-3
- Fixed build failure on rawhide due to newer opencv using a patch from upstream
8 years, 4 months
[ffmpeg] make DV (IEEE 1394) support optional
by Dominik Mierzejewski
commit 339f85b3c84addc2bdcd3799e6cedfef5a45e6ab
Author: Dominik 'Rathann' Mierzejewski <rpm(a)greysector.net>
Date: Sat Jul 16 03:36:48 2016 +0200
make DV (IEEE 1394) support optional
Add support for libiec61883.
ffmpeg.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index b00abe7..3646f9a 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -41,7 +41,11 @@ BuildRequires: libass-devel
%{!?_without_cdio:BuildRequires: libcdio-paranoia-devel}
#libcrystalhd is currently broken
%{?_with_crystalhd:BuildRequires: libcrystalhd-devel}
+%if 0%{?_with_ieee1394}
+BuildRequires: libavc1394-devel
BuildRequires: libdc1394-devel
+BuildRequires: libiec61883-devel
+%endif
%{?_with_mfx:BuildRequires: libmfx-devel}
Buildrequires: libmodplug-devel
%{?_with_rtmp:BuildRequires: librtmp-devel}
@@ -135,7 +139,7 @@ This package contains development files for %{name}
%{!?_without_ladspa:--enable-ladspa} \\\
--enable-libass \\\
%{!?_without_cdio:--enable-libcdio} \\\
- --enable-libdc1394 \\\
+ %{?_with_ieee1394:--enable-libdc1394 --enable-libiec61883} \\\
%{?_with_faac:--enable-libfaac --enable-nonfree} \\\
%{?_with_fdk-aac:--enable-libfdk-aac --enable-nonfree} \\\
%{!?_without_jack:--enable-indev=jack} \\\
@@ -285,6 +289,7 @@ install -pm755 tools/qt-faststart $RPM_BUILD_ROOT%{_bindir}
- add missing ldconfig calls for libavdevice package
- move libavdevice manpage to its subpackage
- move examples from main package to -devel as docs
+- add support for libiec61883 and make DV (IEEE 1394) support optional
* Thu Jul 07 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 3.0.2-3
- Fixed build failure on rawhide due to newer opencv using a patch from upstream
8 years, 4 months
[ffmpeg] move examples from main package to -devel as docs
by Dominik Mierzejewski
commit 43281f190f362bd4ecc043699c70bf40cfb91165
Author: Dominik 'Rathann' Mierzejewski <rpm(a)greysector.net>
Date: Sat Jul 16 03:05:52 2016 +0200
move examples from main package to -devel as docs
ffmpeg.spec | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index a992158..b00abe7 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -183,6 +183,8 @@ echo "git-snapshot-%{?branch}%{date}-RPMFusion" > VERSION
%patch0 -p1
# fix -O3 -g in host_cflags
sed -i "s|-O3 -g|$RPM_OPT_FLAGS|" configure
+mkdir -p _doc/examples
+cp -pr doc/examples/{*.c,Makefile,README} _doc/examples/
%build
%{ff_configure}\
@@ -225,6 +227,7 @@ make alltools V=1
%install
make install DESTDIR=$RPM_BUILD_ROOT V=1
+rm -r $RPM_BUILD_ROOT%{_datadir}/ffmpeg/examples
%if 0%{!?ffmpegsuffix:1}
install -pm755 tools/qt-faststart $RPM_BUILD_ROOT%{_bindir}
%endif
@@ -264,6 +267,7 @@ install -pm755 tools/qt-faststart $RPM_BUILD_ROOT%{_bindir}
%files devel
%doc MAINTAINERS doc/APIchanges doc/*.txt
+%doc _doc/examples
%doc %{_docdir}/ffmpeg/*.html
%{_includedir}/ffmpeg
%{_libdir}/pkgconfig/lib*.pc
@@ -280,6 +284,7 @@ install -pm755 tools/qt-faststart $RPM_BUILD_ROOT%{_bindir}
- make xvidcore support optional
- add missing ldconfig calls for libavdevice package
- move libavdevice manpage to its subpackage
+- move examples from main package to -devel as docs
* Thu Jul 07 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 3.0.2-3
- Fixed build failure on rawhide due to newer opencv using a patch from upstream
8 years, 4 months
[ffmpeg] add missing ldconfig calls for libavdevice package
by Dominik Mierzejewski
commit 85f79466330c35e99e19274761a6e6b582533743
Author: Dominik 'Rathann' Mierzejewski <rpm(a)greysector.net>
Date: Sat Jul 16 02:28:01 2016 +0200
add missing ldconfig calls for libavdevice package
move libavdevice manpage to its subpackage
ffmpeg.spec | 8 ++++++++
1 file changed, 8 insertions(+)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 7bc6d7c..a992158 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -233,6 +233,10 @@ install -pm755 tools/qt-faststart $RPM_BUILD_ROOT%{_bindir}
%postun libs -p /sbin/ldconfig
+%post -n libavdevice -p /sbin/ldconfig
+
+%postun -n libavdevice -p /sbin/ldconfig
+
%if 0%{!?ffmpegsuffix:1}
%files
%doc COPYING.* CREDITS README.md doc/ffserver.conf
@@ -252,9 +256,11 @@ install -pm755 tools/qt-faststart $RPM_BUILD_ROOT%{_bindir}
%{_libdir}/lib*.so.*
%exclude %{_libdir}/libavdevice.so.*
%{_mandir}/man3/lib*.3.gz
+%exclude %{_mandir}/man3/libavdevice.3*
%files -n libavdevice
%{_libdir}/libavdevice.so.*
+%{_mandir}/man3/libavdevice.3*
%files devel
%doc MAINTAINERS doc/APIchanges doc/*.txt
@@ -272,6 +278,8 @@ install -pm755 tools/qt-faststart $RPM_BUILD_ROOT%{_bindir}
- drop libcelt support (celt 0.11 no longer available in Fedora)
- drop libdirac support (unsupported by FFmpeg)
- make xvidcore support optional
+- add missing ldconfig calls for libavdevice package
+- move libavdevice manpage to its subpackage
* Thu Jul 07 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 3.0.2-3
- Fixed build failure on rawhide due to newer opencv using a patch from upstream
8 years, 4 months