* Tue May 17 2022 dimstar@opensuse.org
- Replace SDL-devel BuildRequires with pkgconfig(sdl): allow to use
sdl12_compat as an alternative.
* Mon Jun 07 2021 jengelh@inai.de
- Drop --with-pic (no effect with --disable-static)
- Upgrade old rpm constructs (rediffs libdv-fix-no-add-needed.patch
as p1)
* Mon Feb 03 2020 stefan.bruens@rwth-aachen.de
- Cleanup spec file, remove obsolete conditionals.
- Build playdv as a separate package, removes X11, SDL1 and gtk2
build dependencies from the library.
* Fri Mar 06 2015 mpluskal@suse.com
- Cleanup spec file with spec-cleaner
- User url for source
* Tue Jan 27 2015 crrodriguez@opensuse.org
- libdv-endian.patch : Fix endiannnes tests to rely on the
compiler instead on the precence of C library definitions
This is more important for dv_types.h public header because
BYTE_ORDER is only defined when USE_MISC is.
- libdv-visibility.patch: Export only the public API (dv.h)
private symbols are now hidden so the unprefixed ones
do not name-clash with other components of the system.
* Mon Apr 22 2013 dimstar@opensuse.org
- Add libXv-devel BuildRequires: this used to be pulled in by SDL,
but those dependencies were cleaned up.
* Sun Nov 13 2011 coolo@suse.com
- add libtool as explicit buildrequire to avoid implicit dependency from prjconf
* Sat Sep 03 2011 crrodriguez@opensuse.org
- Fix build with no-add-needed
* Fri Jul 08 2011 idonmez@novell.com
- Apply libdv-v4l-2.6.38.patch on openSUSE >= 12.1 to enable v4l
* Fri Jun 04 2010 cristian.rodriguez@opensuse.org
- make it work with selinux enforcing "execmod" (patch by PaxTeam)