Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > 6c55151bf63604fbeec2ea20cdfe9214 > files > 2

vlc-3.0.8-1.mga6.src.rpm

# libdummy* & libold* plugins were removed
# check freetype & telepathy support
# stream_filter/libstream_filter_rar_plugin.so has been removed
# check xulrunner patch & subpackage
# check %%pre_rel/%%snapshot handling, seems broken, mkrel -c %%pre_rel also doesn't work
# libname & libvlccore & vlc-plugin-common & -plugin-pulse does not get automatically updated, check

%global _exclude_files_from_autoreq ^%{_libdir}/vlc/plugins

%define snapshot          0
%define pre_rel           0
%define nightly           0
%define rel               1
%if %{pre_rel}
%define release           %mkrel -c %{pre_rel} %{rel}
%else
%if %{snapshot}
%define release           %mkrel -c %{snapshot} %{rel}
%else
%define release           %mkrel %{rel}
%endif
%endif
%if %{snapshot}
%define release           %mkrel %{rel}
%endif

%define libmajor          5
%define coremajor         9
%define vdpaumajor        0
%global sourcedirname     %{fname}
%if %{snapshot}
%define fname             %{name}-snapshot-%{snapshot}
%endif
%if %{pre_rel}
%if %{nightly}
%define fname             %{name}-%{version}-%{nightly}-%{pre_rel}
%define sourcedirname     %{name}-%{version}-%{pre_rel}
%else
%define fname             %{name}-%{version}-%{pre_rel}
%endif
%else
%define fname             %{name}-%{version}
%endif

%define with_plf          0

%define with_fribidi      1
%define with_xml          1
%define with_ncurses      1
%define with_lirc         1
%define with_qt5          1
%define with_svlc         1
%define with_udev         1
%define with_aa           1
%define with_sdl          1
%define with_sdl_image    1
%define with_xvideo       1
%define with_twolame      1
%define with_schroedinger 1
%define with_fluidsynth   1
%define with_gme          1
%define with_zvbi         1
%define with_kate         1
%define with_kde          1
%define with_goom         0
%define with_projectm     1
%define with_ass          1
%define with_lua          1
%define with_taglib       1
%define with_mtp          1
%define with_xcb_randr    1

%define with_mad          1
%define with_ogg          1
%define with_theora       1
%define with_speex        1
%define with_flac         1
%define with_a52          1
%define with_cddb         1
%define with_dv           1
%define with_dvdnav       1
%define with_dvb          1
%define with_dvbpsi       1
%define with_mpeg2dec     1
%define with_mpc          1
%define with_sid          1
%define with_faad         0
%define with_faac         0
%define with_lame         1
%define with_dts          0
%define with_x264         0
%define with_x265         0
%define with_live         1
%define with_libv4l       1
%define with_sysfs        1
%define with_shout        1

%define with_pulse        1
%define with_jack         1
%define with_alsa         1

%define with_upnp         1
%define with_smb          1
%define with_tar          1
%define with_mod          1
%define with_gnutls       1
%define with_vnc          0

%define libname           %mklibname %{name} %{libmajor}
%define libnamecore       %mklibname vlccore %{coremajor}
%define develname         %mklibname %{name} -d

# without
%{?_without_kde:          %{expand: %%global with_kde 0}}
%{?_without_fribidi:      %{expand: %%global with_fribidi 0}}
%{?_without_udev:         %{expand: %%global with_udev 0}}
%{?_without_ncurses:      %{expand: %%global with_ncurses 0}}
%{?_without_lirc:         %{expand: %%global with_lirc 0}}
%{?_without_qt5:          %{expand: %%global with_qt5 0}}
%{?_without_svlc:         %{expand: %%global with_svlc 0}}

%{?_without_aa:           %{expand: %%global with_aa 0}}
%{?_without_sdl:          %{expand: %%global with_sdl 0}}
%{?_without_xvideo:       %{expand: %%global with_xvideo 0}}
%{?_without_twolame:      %{expand: %%global with_twolame 0}}
%{?_without_schroedinger: %{expand: %%global with_schroedinger 0}}
%{?_without_fluidsynth:   %{expand: %%global with_fluidsynth 0}}
%{?_without_gme:          %{expand: %%global with_gme 0}}
%{?_without_lua:          %{expand: %%global with_lua 0}}
%{?_without_zvbi:         %{expand: %%global with_zvbi 0}}
%{?_without_kate:         %{expand: %%global with_kate 0}}

%{?_without_mad:          %{expand: %%global with_mad 0}}
%{?_without_ogg:          %{expand: %%global with_ogg 0}}
%{?_without_theora:       %{expand: %%global with_theora 0}}
%{?_without_speex:        %{expand: %%global with_speex 0}}
%{?_without_flac:         %{expand: %%global with_flac 0}}
%{?_without_mpeg2dec:     %{expand: %%global with_mpeg2dec 0}}
%{?_without_mpc:          %{expand: %%global with_mpc 0}}
%{?_without_sid:          %{expand: %%global with_sid 0}}
%{?_without_faad:         %{expand: %%global with_faad 0}}
%{?_without_faac:         %{expand: %%global with_faac 0}}
%{?_without_x264:         %{expand: %%global with_x264 0}}
%{?_without_x265:         %{expand: %%global with_x265 0}}
%{?_without_lame:         %{expand: %%global with_lame 0}}
%{?_without_dts:          %{expand: %%global with_dts 0}}
%{?_without_live:         %{expand: %%global with_live 0}}
%{?_without_a52:          %{expand: %%global with_a52 0}}
%{?_without_dv:           %{expand: %%global with_dv 0}}
%{?_without_dvdnav:       %{expand: %%global with_dvdnav 0}}
%{?_without_dvb:          %{expand: %%global with_dvb 0}}
%{?_without_dvbpsi:       %{expand: %%global with_dvbpsi 0}}
%{?_without_libv4l:       %{expand: %%global with_libv4l 0}}
%{?_without_sysfs:        %{expand: %%global with_sysfs 0}}
%{?_without_cddb:         %{expand: %%global with_cddb 0}}
%{?_without_shout:        %{expand: %%global with_shout 0}}


%{?_without_pulse:        %{expand: %%global with_pulse 0}}
%{?_without_jack:         %{expand: %%global with_jack 0}}
%{?_without_alsa:         %{expand: %%global with_alsa 0}}

%{?_without_upnp:         %{expand: %%global with_upnp 0}}
%{?_without_tar:          %{expand: %%global with_tar 0}}
%{?_without_mod:          %{expand: %%global with_mod 0}}
%{?_without_gnutls:       %{expand: %%global with_gnutls 0}}
%{?_without_vnc:          %{expand: %%global with_vnc 0}}

# with
%{?_with_kde:             %{expand: %%global with_kde 1}}
%{?_with_fribidi:         %{expand: %%global with_fribidi 1}}
%{?_with_udev:            %{expand: %%global with_udev 1}}
%{?_with_ncurses:         %{expand: %%global with_ncurses 1}}
%{?_with_lirc:            %{expand: %%global with_lirc 1}}
%{?_with_qt5:             %{expand: %%global with_qt5 1}}
%{?_with_svlc:            %{expand: %%global with_svlc 1}}

%{?_with_aa:              %{expand: %%global with_aa 1}}
%{?_with_sdl:             %{expand: %%global with_sdl 1}}
%{?_with_xvideo:          %{expand: %%global with_xvideo 1}}
%{?_with_twolame:         %{expand: %%global with_twolame 1}}
%{?_with_schroedinger:    %{expand: %%global with_schroedinger 1}}
%{?_with_fluidsynth:      %{expand: %%global with_fluidsynth 1}}
%{?_with_gme:             %{expand: %%global with_gme 1}}
%{?_with_lua:             %{expand: %%global with_lua 1}}
%{?_with_zvbi:            %{expand: %%global with_zvbi 1}}
%{?_with_kate:            %{expand: %%global with_kate 1}}

%{?_with_mad:             %{expand: %%global with_mad 1}}
%{?_with_ogg:             %{expand: %%global with_ogg 1}}
%{?_with_theora:          %{expand: %%global with_theora 1}}
%{?_with_speex:           %{expand: %%global with_speex 1}}
%{?_with_flac:            %{expand: %%global with_flac 1}}
%{?_with_mpeg2dec:        %{expand: %%global with_mpeg2dec 1}}
%{?_with_mpc:             %{expand: %%global with_mpc 1}}
%{?_with_sid:             %{expand: %%global with_sid 1}}
%{?_with_faad:            %{expand: %%global with_faad 1}}
%{?_with_faac:            %{expand: %%global with_faac 1}}
%{?_with_x264:            %{expand: %%global with_x264 1}}
%{?_with_x265:            %{expand: %%global with_x265 1}}
%{?_with_lame:            %{expand: %%global with_lame 1}}
%{?_with_dts:             %{expand: %%global with_dts 1}}
%{?_with_live:            %{expand: %%global with_live 1}}
%{?_with_a52:             %{expand: %%global with_a52 1}}
%{?_with_dv:              %{expand: %%global with_dv 1}}
%{?_with_dvdnav:          %{expand: %%global with_dvdnav 1}}
%{?_with_dvb:             %{expand: %%global with_dvb 1}}
%{?_with_dvbpsi:          %{expand: %%global with_dvbpsi 1}}
%{?_with_libv4l:          %{expand: %%global with_libv4l 1}}
%{?_with_sysfs:           %{expand: %%global with_sysfs 1}}
%{?_with_cddb:            %{expand: %%global with_cddb 1}}
%{?_with_shout:           %{expand: %%global with_shout 1}}

%{?_with_pulse:           %{expand: %%global with_pulse 1}}
%{?_with_jack:            %{expand: %%global with_jack 1}}
%{?_with_alsa:            %{expand: %%global with_alsa 1}}

%{?_with_upnp:            %{expand: %%global with_upnp 1}}
%{?_with_tar:             %{expand: %%global with_tar 1}}
%{?_with_mod:             %{expand: %%global with_mod 1}}
%{?_with_gnutls:          %{expand: %%global with_gnutls 1}}
%{?_with_vnc:             %{expand: %%global with_vnc 1}}

%if "%{?distro_section}" == "tainted"
%define with_plf          1
%endif

%if %{with_plf}
%global with_faac         0
%global with_faad         1
%global with_dts          1
%global with_x264         1
%global with_x265         1
%endif

%define git_url           git://git.videolan.org/vlc.git
%define vlc_lua_version   5.2

Summary:        MPEG, MPEG2, DVD and DivX player
Name:           vlc
Version:        3.0.8
Release:        %{release}
License:        LGPLv2+
Group:          Video/Players
URL:            http://www.videolan.org/
%if %{nightly}
Source0:        https://nightlies.videolan.org/build/source/%{fname}.tar.xz
%else
# Source0:      http://download.videolan.org/pub/vlc/%%{version}/%%{fname}.tar.xz
Source0:        http://download.videolan.org/pub/videolan/vlc/%{version}/%{fname}.tar.xz
%endif

# might be useful too:
Recommends:     vlc-plugin-theora = %{version}-%{release}
# today's graphic drivers provides vdpau, without this plugin it is useless:
Recommends:     vlc-plugin-vdpau = %{version}-%{release}
%if %{with_pulse}
# needed when using pulseaudio
Recommends:     vlc-plugin-pulse = %{version}-%{release}
%endif
# browser plugin for npapi/mozilla-based browsers
Recommends:     npapi-vlc
# required to playback youtube videos
Recommends:     vlc-plugin-lua
Requires:       fonts-ttf-vera
Requires:       %{name}-plugin-common

Provides:       vlc-plugin-dvb vlc-plugin-mad vlc-plugin-alsa
Obsoletes:      vlc-plugin-dvb vlc-plugin-mad vlc-plugin-alsa

BuildRequires:  avahi-client-devel
BuildRequires:  libmatroska-devel
%if %{with_sysfs}
BuildRequires:  libsysfs-devel
%endif
%if %{with_tar}
BuildRequires:  libtar-devel
%endif
%if %{with_mod}
BuildRequires:  libmodplug-devel >= 1:0.7
%endif
%if %{with_gnutls}
BuildRequires:  libgnutls-devel >= 1.0.17
BuildRequires:  libgcrypt-devel
%endif
BuildRequires:  freetype2-devel
%if %{with_fribidi}
BuildRequires:  libfribidi-devel
%endif
%if %{with_libv4l}
BuildRequires:  v4l-utils-devel
%endif
%if %{with_udev}
BuildRequires:  udev-devel >= 142
%endif
Provides:       gvlc
Obsoletes:      gvlc
Provides:       gnome-vlc
Obsoletes:      gnome-vlc
Provides:       kvlc
Obsoletes:      kvlc
%if %{with_qt5}
BuildRequires:  pkgconfig(Qt5Core) >= 5.1.0
BuildRequires:  pkgconfig(Qt5Svg)
BuildRequires:  pkgconfig(Qt5Widgets)
BuildRequires:  pkgconfig(Qt5Gui)
BuildRequires:  pkgconfig(Qt5X11Extras)
%endif
BuildRequires:  libmesaglu-devel
%if %{with_taglib}
BuildRequires:  taglib-devel > 1.5
%endif
%if %{with_mtp}
BuildRequires:  libmtp-devel >= 1.0.0
%endif
%if %{with_mad}
BuildRequires:  libid3tag-devel
BuildRequires:  libmad-devel
%endif
%if %{with_ogg}
BuildRequires:  libvorbis-devel
BuildRequires:  libogg-devel
Provides:       vlc-plugin-ogg
Obsoletes:      vlc-plugin-ogg
%endif
BuildRequires:  xpm-devel
BuildRequires:  crystalhd-devel
BuildRequires:  libxcb-util-devel
BuildRequires:  libxcb-util-keysyms-devel
%if %{with_xcb_randr}
BuildRequires:  libxcb-devel > 1.2
%endif
BuildRequires:  libproxy-devel
%if %{with_speex}
BuildRequires:  libspeex-devel >= 1.1.6
BuildRequires:  pkgconfig(speexdsp)
%endif
%if %{with_flac}
BuildRequires:  libflac-devel
%endif
%if %{with_dvdnav}
BuildRequires:  libdvdnav-devel > 4.9.0
Provides:       vlc-plugin-dvdnav
Obsoletes:      vlc-plugin-dvdnav
%endif
%if %{with_a52}
BuildRequires:  liba52dec-devel
Provides:       vlc-plugin-a52
Obsoletes:      vlc-plugin-a52
%endif
BuildRequires:  libcdio-devel >= 0.72
%if %{with_cddb}
BuildRequires:  libcddb-devel >= 0.9.5
%else
BuildConflicts: libcddb-devel
%endif
%if %{with_smb}
BuildRequires:  libsmbclient-devel >= 3.0.10
%endif
BuildRequires:  libffmpeg-devel >= 3.2.2
%if %{with_lame}
BuildRequires:  liblame-devel
%endif

%if %{with_mpeg2dec}
BuildRequires:  libmpeg2dec-devel >= 0.4.0
%endif
%if %{with_mpc}
BuildRequires:  libmpcdec-devel
%endif
%if %{with_faad}
BuildRequires:  libfaad2-devel >= 2.0
Provides:       vlc-plugin-faad
Obsoletes:      vlc-plugin-faad
%endif
%if %{with_faac}
BuildRequires:  libfaac-devel
%endif
%if %{with_alsa}
BuildRequires:  libalsa-devel
%endif
%if %{with_pulse}
BuildRequires:  pulseaudio-devel >= 0.9.10
%endif
%if %{with_jack}
BuildRequires:  libjack-devel
BuildRequires:  libsamplerate-devel
%endif
Provides:       vlc-plugin-slp
Obsoletes:      vlc-plugin-slp

%if %{with_dvbpsi}
BuildRequires:  libdvbpsi-devel
%endif
BuildRequires:  autoconf2.5
BuildRequires:  gettext-devel
BuildRequires:  automake >= 1.10
BuildRequires:  libtool
%if %{with_dts}
BuildRequires:  libdca-devel
%endif
%if %{with_x264}
BuildRequires:  x264-devel > 0.65.2245
%endif
%if %{with_x265}
BuildRequires:  x265-devel
%endif
%if %{with_xml}
BuildRequires:  libxml2-devel >= 2.6
%endif
%if %{with_live}
BuildRequires:  live-devel >= 2019.03.06
%endif
%if %{with_xvideo}
BuildRequires:  libxv-devel
%endif
%if %{with_lua}
BuildRequires:  pkgconfig(lua)
%endif
BuildRequires:  gtk+3-devel
BuildRequires:  pkgconfig(libnotify)
BuildRequires:  portaudio-devel
BuildRequires:  dirac-devel
BuildRequires:  librsvg-devel
BuildRequires:  libcaca-devel
BuildRequires:  libjpeg-devel
BuildRequires:  pkgconfig(libbluray) >= 0.2.1
BuildRequires:  pkgconfig(egl)
BuildRequires:  pkgconfig(opus)
BuildRequires:  libssh2-devel
BuildRequires:  pkgconfig(libarchive)
BuildRequires:  pkgconfig(libchromaprint)
BuildRequires:  pkgconfig(libmpg123)
BuildRequires:  pkgconfig(libsecret-1)
BuildRequires:  pkgconfig(libvpx)
BuildRequires:  pkgconfig(gstreamer-1.0)
BuildRequires:  pkgconfig(gstreamer-app-1.0)
BuildRequires:  pkgconfig(gstreamer-video-1.0)
BuildRequires:  pkgconfig(minizip)
BuildRequires:  pkgconfig(protobuf-lite)
BuildRequires:  pkgconfig(vdpau)
BuildRequires:  pkgconfig(wayland-egl)
BuildRequires:  pkgconfig(wayland-protocols) 
%if %{with_sid}
BuildRequires:  pkgconfig(libsidplay2)
%endif
%if %{with_kde}
BuildRequires:  kdelibs4-core
%endif
%if %{with_projectm}
%endif
%if %{with_vnc}
BuildRequires:  pkgconfig(libvncclient)
%endif
BuildRequires:  desktop-file-utils
Provides:       wxvlc
Obsoletes:      wxvlc
BuildRequires:  libdvdread-devel
BuildRequires:	pkgconfig(opencv)
BuildRequires:	pkgconfig(soxr)
BuildRequires:	pkgconfig(libnfs) >= 1.10

# (sander85) avoid dependency loop during build
BuildConflicts: phonon-vlc

%if %{with_plf}
Requires: %mklibname dvdcss 2
%endif

%description
VideoLAN is an OpenSource streaming solution for every OS developed by
students from the Ecole Centrale Paris and developers from all over the
World.
VLC (VideoLAN Client) is a media player that can play MPEG1, MPEG2 and
MPEG4 (aka DivX) files, DVDs, VCDs, SVCDs, from a satellite card, from
a stream sent by VLS (VideoLAN Server), from another VLC, or from a Web
server.
This package contains no CSS unscrambling functionality for DVDs ;
you need the libdvdcss library available from
http://www.videolan.org/libdvdcss/

%if %{with_plf}
This package is in the 'tainted' section as it is violating software patents.
%endif

#
### general packages
%package -n     %{libname}
Summary:        Shared code for the VLC media player
Group:          System/Libraries

%description -n %{libname}
Shared code for the VLC media player
This package contains code that is shared by different modules of the
VLC media player.

%package -n     %{libnamecore}
Summary:        Shared core code for the VLC media player
Group:          System/Libraries
#gw needed by the python bindings:
Provides:       libvlccore = %{version}-%{release}

%description -n %{libnamecore}
Shared core code for the VLC media player
This package contains code that is shared by different modules of the
VLC media player.

%package -n     %{develname}
Summary:        Development files for the VLC media player
Group:          Development/C
Requires:       %{libname} = %{version}
Requires:       %{libnamecore} = %{version}
#Requires:      %%{name}-plugin-vdpau = %%{version}
Provides:       %{name}-devel = %{version}-%{release}
Provides:       lib%{name}-devel = %{version}-%{release}
Obsoletes:      %mklibname -d %{name} 0

%description -n %{develname}
Development files for the VLC media player
This package contains headers and a static library required to build plugins
for the VLC media player, or standalone applications using features from VLC.

%package        plugin-common
Summary:        Common plugins for vlc
Group:          Video/Players
Conflicts:      vlc < 2.2.0-0.rc2.2
Obsoletes:      vlc-plugin-ggi < 1.1.12-4
Obsoletes:      vlc-plugin-svgalib < 1.1.12-4

%description    plugin-common
This package contains all common plugins needed by vlc to work.

%if %{with_plf}
This 'tainted' build has additional support for encoding,
which is covered by software patents.
%endif

%if %{with_zvbi}
%package        plugin-zvbi
Summary:        Add Teletext and Closed Caption support to VLC
Group:          Video/Players
Requires:       %{name} = %{version}
BuildRequires:  zvbi-devel

%description    plugin-zvbi
This package adds support for Raw VBI, Teletext and Closed Caption based on
the ZVBI library to VLC.
%endif

%if %{with_kate}
%package        plugin-kate
Summary:        Add subtitle and Karaoke text support to VLC
Group:          Video/Players
Requires:       %{name} = %{version}
BuildRequires:  libtiger-devel

%description    plugin-kate
This package adds support for subtitles and Karaoke text display based on
the libkate library to VLC.
%endif

%if %{with_ass}
%package        plugin-libass
Summary:        Add subtitle support to VLC using libass
Group:          Video/Players
Requires:       %{name} = %{version}
BuildRequires:  libass-devel

%description    plugin-libass
This package adds support for subtitles based on the libass library to VLC.
%endif

%if %{with_lua}
%package        plugin-lua
Summary:        Add Lua scripting to vlc
Group:          Video/Players
Requires:       %{name} = %{version}
BuildRequires:  lua%{vlc_lua_version}-devel >= %{vlc_lua_version}
BuildRequires:  lua%{vlc_lua_version}

%description    plugin-lua
This plugin adds lua scripting and provides a few example scripts as well.
%endif

%if %{with_ncurses}
%package        plugin-ncurses
Summary:        Ncurses console-based plugin for the VLC media player
Group:          Video/Players
Requires:       %{name} = %{version}
BuildRequires:  libncurses-devel

%description    plugin-ncurses
This plugin adds a ncurses interface to the VLC media player. To
activate it, use the `--intf ncurses' flag.
%endif

%if %{with_lirc}
%package        plugin-lirc
Summary:        Lirc plugin for the VLC media player
Group:          Video/Players
Requires:       %{name} = %{version}
Obsoletes:      vlc-lirc
Provides:       vlc-lirc
BuildRequires:  liblirc-devel

%description    plugin-lirc
This plugin is an infrared lirc interface for the VLC media player. To
activate it, use the `--extraintf lirc' flag.
%endif

%package -n     svlc
Summary:        Skinned GUI plugin for the VLC media player
Group:          Video/Players
Requires:       %{name} = %{version}
Provides:       vlc-gui

%description -n svlc
This plugin adds a skinned GUI interface to the VLC media player. To
activate it, run the `svlc' program.

#
### video plugins
%if %{with_aa}
%package        plugin-aa
Summary:        ASCII art video plugin for the VLC media player
Group:          Video/Players
Requires:       %{name} = %{version}
Obsoletes:      vlc-aa
Provides:       vlc-aa
BuildRequires:  aalib-devel

%description    plugin-aa
This is an ASCII art video output plugin for the VLC media playe. To
activate it, use the `--vout aa' flag or select the `aa' video output
plugin from the preferences menu.
%endif

%if %{with_sdl}
%package        plugin-sdl
Summary:        Simple DirectMedia Layer video plugin for the VLC media player
Group:          Video/Players
Requires:       %{name} = %{version}
Obsoletes:      vlc-sdl
Provides:       vlc-sdl
%if %{with_sdl_image}
BuildRequires:  SDL_image-devel >= 1.2.10
%endif
BuildRequires:  libSDL-devel >= 1.2.10
BuildRequires:  nas-devel

%description    plugin-sdl
This plugin adds support for the Simple DirectMedia Layer library to
the VLC media player. To activate it, use the `--vout sdl' or
`--aout sdl' flags or select the `sdl' video or audio output plugin
from the preferences menu.
%endif

%if %{with_shout}
%package        plugin-shout
Summary:        Shoutcast and Icecast connector
Group:          Sound/Players
Requires:       %{name} = %{version}
BuildRequires:  libshout-devel >= 2.1

%description    plugin-shout
This plugin adds support for Icecast and Shoutcast servers.
%endif

%package        plugin-opengl
Summary:        OpenGL video output plugin for the VLC media player
Group:          Video/Players
Requires:       %{name} = %{version}

%description    plugin-opengl
This plugin adds support for OpenGL video output to
the VLC media player.

%package        plugin-vdpau
Summary:        VDPAU video plugins for the VLC media player
Group:          Video/Players
Requires:       %{name} = %{version}

%description    plugin-vdpau
This plugin adds support for several video operations
using VDPAU to the VLC media player.

#
### visualization plugins
%if %{with_goom}
%package        plugin-goom
Summary:        Visualization plugin for the VLC media player
Group:          Video/Players
BuildRequires:  libgoom2-devel
Requires:       %{name} = %{version}

%description    plugin-goom
This is a visualization plugin for VLC media player based on the Goom library.
%endif

%if %{with_projectm}
%package        plugin-projectm
Summary:        Visualization plugin for the VLC media player
Group:          Video/Players
BuildRequires:  libprojectm-devel
Requires:       %{name} = %{version}

%description    plugin-projectm
This is a visualization plugin for VLC media player based on projectm.
%endif

%if %{with_theora}
%package        plugin-theora
Summary:        Theora video codec for the VLC media player
Group:          Video/Players
Requires:       %{name} = %{version}
BuildRequires:  libtheora-devel

%description    plugin-theora
These plugin adds support for the Ogg Theora video format to the VLC
media player. They are autodetected.
%endif

%if %{with_twolame}
%package        plugin-twolame
Summary:        MP2 encoder plugin for VLC
Group:          Sound/Players
Requires:       %{name} = %{version}
BuildRequires:  libtwolame-devel

%description    plugin-twolame
These plugins add support for the Twolame MPEG Audio Layer 2 encoder
to the VLC media player. They are autodetected.
%endif

%if %{with_fluidsynth}
%package        plugin-fluidsynth
Summary:        Add MIDI playback support to VLC based on Fluidsynth
Group:          Sound/Players
Requires:       %{name} = %{version}
BuildRequires:  libfluidsynth-devel

%description    plugin-fluidsynth
This plugin adds support for MIDI playback to VLC based on the Fluidsynth
library.
%endif

%if %{with_gme}
%package        plugin-gme
Summary:        Add game music playback support to VLC based on libgme
Group:          Sound/Players
Requires:       %{name} = %{version}
BuildRequires:  libgme-devel

%description    plugin-gme
This plugin adds support for video game music playback to VLC based on the
GME library.
%endif

%if %{with_schroedinger}
%package        plugin-schroedinger
Summary:        Dirac plugin for VLC based on Schroedinger
Group:          Video/Players
Requires:       %{name} = %{version}
BuildRequires:  libschroedinger-devel >= 1.0.6

%description    plugin-schroedinger
These plugins add support for the Dirac video format based on Schroedinger.
to the VLC media player.
%endif

%package        plugin-speex
Summary:        Ogg Speex codec plugin for the VLC media player
Group:          Sound/Players
Requires:       %{name} = %{version}

%description    plugin-speex
These plugins add support for the Ogg Speex codec to the VLC media
player. They are autodetected.


%package        plugin-flac
Summary:        Flac codec plugin for the VLC media player
Group:          Video/Players
Requires:       %{name} = %{version}

%description    plugin-flac
These plugins add support for the FLAC compressed audio format to the
VLC media player.

%if %{with_dv}
%package        plugin-dv
Summary:        DV codec plugin for the VLC media player
Group:          Video/Players
Requires:       %{name} = %{version}
BuildRequires:  libdv-devel
BuildRequires:  libraw1394-devel >= 2.0.1
BuildRequires:  libdc1394-devel >= 2.1.0
BuildRequires:  libavc1394-devel >= 0.5.3

%description    plugin-dv
This plugin adds support for the DV video format to the VLC media player.
The plugin is autodetected.
%endif

%package        plugin-mod
Summary:        MOD audio decoder plugin for the VLC media player
Group:          Sound/Players
Requires:       %{name} = %{version}

%description    plugin-mod
This plugin adds support for music module playback based on libmodplug
to the VLC media player.

%package        plugin-mpc
Summary:        MPC audio decoder plugin for the VLC media player
Group:          Sound/Players
Requires:       %{name} = %{version}

%description    plugin-mpc
This plugin adds support for Musepack audio playback based on libmpcdec
to the VLC media player.

%if %{with_sid}
%package        plugin-sid
Summary:        SID audio decoder plugin for the VLC media player
Group:          Sound/Players
Requires:       %{name} = %{version}

%description    plugin-sid
This plugin adds support for Commodore 64 audio playback based on sidplay2
to the VLC media player.
%endif

#
### audio plugins
%if %{with_pulse}
%package        plugin-pulse
Summary:        PulseAudio plugin for the VLC media player
Group:          Video/Players
Obsoletes:      vlc-pulse
Provides:       vlc-pulse

%description    plugin-pulse
This plugin adds support for the PulseAudio Sound Daemon to the VLC
media player. To activate it, use the `--aout pulse' flag or select the
`pulse' audio output plugin from the preferences menu.
%endif

%package        plugin-jack
Summary:        Jack audio plugin for the VLC media player
Group:          Video/Players
Requires:       %{name} = %{version}
Obsoletes:      vlc-jack
Provides:       vlc-jack

%description    plugin-jack
This plugin adds support for the Jack Audio Connection Kit to the VLC
media player. To activate it, use the `--aout jack' flag or select the
`jack' audio output plugin from the preferences menu.

%if %{with_upnp}
%package        plugin-upnp
Summary:        UPNP service discovery plugin for the VLC media player
Group:          Video/Players
Requires:       %{name} = %{version}
BuildRequires:  libupnp-devel

%description    plugin-upnp
This plugin adds support for UPNP service discovery to
the VLC media player.
%endif

%package        plugin-gnutls
Summary:        Secure Socket Layer plugin for the VLC media player
Group:          Video/Players
Requires:       %{name} = %{version}

%description    plugin-gnutls
This plugin adds support for SSL/TLS to the VLC media player.

%package        plugin-vnc
Summary:        VNC plugin for the VLC media player
Group:          Video/Players
Requires:       %{name} = %{version}

%description    plugin-vnc
This plugin adds support for VNC/RFB to the VLC media player.

%package        plugin-libnotify
Summary:        Notification popup plugin for the VLC media player
Group:          Video/Players
Requires:       %{name} = %{version}

%description    plugin-libnotify
This plugin adds support for notification popup messages to
the VLC media player.

%package        plugin-chromaprint
Summary:        Fingerprinting plugin for the VLC media player
Group:          Video/Players
Requires:       %{name} = %{version}

%description    plugin-chromaprint
This plugins adds fingerprinting support to the VLC media
player using the chromaprint library.

%prep
%if %{snapshot}
%setup -q -n %{name}
%else
%setup -q -n %{sourcedirname}
%endif
%autopatch -p1
#gw if we want to regenerate libtool, we must remove the local versions of
# the libtool m4 files, aclocal will replace them
cd m4
rm -fv argz.m4 libtool.m4 ltdl.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4
cd ..
# perl -pi -e "s^/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf^/usr/share/fonts/TTF/VeraBd.ttf^" modules/misc/freetype.c

%build
%if %{snapshot}
./bootstrap
%endif
#gw we always need to call libtoolize to replace Debian's libtool
#we get this error on 2011.0 and 2010.0, but not on 2010.1
##libtool: Version mismatch error.  This is libtool 2.2.6b Debian-2.2.6b-2, but the
##libtool: definition of this LT_INIT comes from libtool 2.2.10.
##libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6b Debian-2.2.6b-2
##libtool: and run autoconf again.
libtoolize --install --force --copy
aclocal -I m4
autoheader
autoconf
automake -acf

# gw flags for the mozilla build
export CPPFLAGS="$CPPFLAGS -DOJI -DMOZ_X11"
# add missing ebml include dir
export CPPFLAGS="$CPPFLAGS -I/usr/include/ebml"
#gw the speex headers have moved
export CPPFLAGS="$CPPFLAGS -I%{_includedir}/speex"
# Remove ambiguity with multiple installed Lua versions. Getting rid of the
# LUAC environment variable  should not influence a clean build of this
# package in the build-system, but can affect builds in a non-clean,
# non-chrootted environment.
export LUAC="%{_bindir}/luac%{vlc_lua_version}"

%configure2_5x \
    --disable-dependency-tracking \
%if %{with_smb}
    --enable-smbclient \
%else
    --disable-smbclient \
%endif
%if %{with_ncurses}
    --enable-ncurses \
%endif
%if %{with_lirc}
    --enable-lirc \
%endif
    --enable-xvideo \
%if %{with_aa}
    --enable-aa \
%endif
%if %{with_mad}
        --enable-mad \
%endif
%if %{with_ogg}
    --enable-vorbis \
    --enable-ogg \
%else
    --disable-vorbis \
    --disable-ogg \
%endif
%if %{with_theora}
    --enable-theora \
%endif
%if %{with_speex}
    --enable-speex \
%else
    --disable-speex \
%endif
%if %{with_flac}
    --enable-flac \
%else
    --disable-flac \
%endif
%if %{with_dv}
    --enable-dv1394 \
%else
    --disable-dv1394 \
%endif
%if %{with_dvbpsi}
    --enable-dvbpsi \
%else
    --disable-dvbpsi \
%endif
%if %{with_shout}
        --enable-shout \
%endif
%if %{with_pulse}
    --enable-pulse \
%endif
%if %{with_jack}
    --enable-jack \
%endif
%if %{with_alsa}
    --enable-alsa \
%endif
%if %{with_mpeg2dec}
    --enable-libmpeg2 \
%else
    --disable-libmpeg2 \
%endif
%if %{with_faad}
    --enable-faad \
%else
    --disable-faad \
%endif
%if %{with_dts}
    --enable-dca \
%else
    --disable-dca \
%endif
%if ! %{with_svlc}
    --disable-skins2 \
%endif
%if ! %{with_dvdnav}
    --disable-dvdnav \
%endif
%if %{with_live}
    --enable-live555 \
%endif
    --enable-v4l2 \
%if %{with_gnutls}
    --enable-gnutls \
%endif
    --disable-rpath \
%if %{with_cddb}
    --enable-libcddb \
%else
    --disable-libcddb \
%endif
%if %{with_x264}
    --enable-x264 \
%else
    --disable-x264 \
%endif
%if %{with_x265}
    --enable-x265 \
%else
    --disable-x265 \
%endif
%if %{with_twolame}
    --enable-twolame \
%endif
%if %{with_vnc}
    --enable-vnc \
%else
    --disable-vnc \
%endif
%ifarch x86_64
    --with-pic \
%endif
    --disable-dav1d \
    --with-kde-solid=/usr/share/solid/actions/ 


%make_build

%install
mkdir -p %{buildroot}%{_libdir}
%make_install transform=""

find %{buildroot}%{_libdir}/vlc -name \*.la -exec rm -f {} \;
rm -f %{buildroot}%{_libdir}/mozilla/plugins/libvlcplugin.la

%find_lang %{name}

install -d %{buildroot}/%{_mandir}/man1
install doc/vlc.1 %{buildroot}/%{_mandir}/man1

# install doc/vlc-config.1 %%{buildroot}/%%{_mandir}/man1
rm -rf installed-docs
mv %{buildroot}%{_datadir}/doc/vlc installed-docs

%if ! %{with_svlc}
rm -rf %{buildroot}%{_datadir}/vlc/skin*
%endif

# this development symlink causes us headaches, so remove it
rm -f %{buildroot}%{_libdir}/vlc/libvlc_vdpau.so

# menu
desktop-file-install --vendor="" \
  --add-mime-type="x-content/video-dvd" \
  --add-mime-type="x-content/video-vcd" \
  --add-mime-type="x-content/video-svcd" \
  --add-mime-type="x-content/audio-cdda" \
  --add-category="Qt" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%if %{with_svlc}
cat > %{buildroot}%{_datadir}/applications/svlc.desktop << EOF
[Desktop Entry]
Name=VLC skinned GUI media player
Comment=VLC is a free MPEG, MPEG2, DVD and DivX player
Exec=%{_bindir}/svlc %U
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;Audio;Video;Player;
EOF
grep -F MimeType= %{buildroot}%{_datadir}/applications/vlc.desktop >> %{buildroot}%{_datadir}/applications/svlc.desktop
%endif

# icons
%define pngdir share/icons
mkdir -p %{buildroot}/{%{_miconsdir},%{_liconsdir}}
install -m 644 %{pngdir}/16x16/vlc.png %{buildroot}/%{_miconsdir}/vlc.png
install -m 644 %{pngdir}/32x32/vlc.png %{buildroot}/%{_iconsdir}/vlc.png
install -m 644 %{pngdir}/48x48/vlc.png %{buildroot}/%{_liconsdir}/vlc.png

#gw allow non-kde build:
%if !%{with_kde}
rm -f %{buildroot}%{_datadir}/kde4/apps/solid/actions/*.desktop
%endif

# do not install plugins cache generated at build time
rm -f %{buildroot}%{_libdir}/vlc/plugins/plugins.dat

# (doktor5000) transaction-based trigger to refresh plugin cache after plugin package installation
%transfiletriggerin -- %{_libdir}/vlc/plugins/
if [ -x %{_libdir}/vlc/vlc-cache-gen ]; then
  %{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc/plugins
fi

%files -f %{name}.lang
%doc NEWS README COPYING AUTHORS THANKS
%doc installed-docs/* doc/lirc/
%{_bindir}/cvlc
%{_bindir}/qvlc
%{_bindir}/vlc
%{_bindir}/vlc-wrapper
%dir %{_datadir}/vlc/
%{_datadir}/vlc/*.*
# %%{_datadir}/vlc/http
# %%{_datadir}/vlc/osdmenu/
%{_datadir}/vlc/utils
%dir %{_libdir}/vlc

%{_mandir}/man1/vlc.*
%{_mandir}/man1/vlc-wrapper.1*
%{_datadir}/applications/vlc.desktop
%{_datadir}/metainfo/vlc.appdata.xml
%{_miconsdir}/vlc.png
%{_iconsdir}/vlc.png
%{_liconsdir}/vlc.png
%{_iconsdir}/hicolor/*/apps/*
%if %{with_kde}
%{_datadir}/solid/actions/*.desktop
%endif

%files plugin-common
%{_libdir}/vlc/vlc-cache-gen
%ghost %{_libdir}/vlc/plugins/plugins.dat

# %%dir %%{_libdir}/vlc/plugins/3dnow
# %%{_libdir}/vlc/plugins/3dnow/libmemcpy3dn_plugin.so

%dir %{_libdir}/vlc/plugins/access
%if %{with_live}
%{_libdir}/vlc/plugins/access/liblive555_plugin.so
%endif
%{_libdir}/vlc/plugins/access/libaccess_alsa_plugin.so
#%{_libdir}/vlc/plugins/access/libaccess_archive_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_concat_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_imem_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_mms_plugin.so*
%{_libdir}/vlc/plugins/access/libattachment_plugin.so
%{_libdir}/vlc/plugins/access/libavio_plugin.so
%if %{with_dvdnav}
%{_libdir}/vlc/plugins/access/libdvdnav_plugin.so*
%endif
%if %{with_mtp}
%{_libdir}/vlc/plugins/access/libaccess_mtp_plugin.so
%{_libdir}/vlc/plugins/access/libimem_plugin.so
%{_libdir}/vlc/plugins/access/liblibbluray_plugin.so
%{_libdir}/vlc/plugins/access/libsftp_plugin.so
%{_libdir}/vlc/plugins/services_discovery/libmtp_plugin.so
%endif
%{_libdir}/vlc/plugins/access/libcdda_plugin.so*
%{_libdir}/vlc/plugins/access/libftp_plugin.so*
%{_libdir}/vlc/plugins/access/libhttp_plugin.so*
%{_libdir}/vlc/plugins/access/libhttps_plugin.so
%{_libdir}/vlc/plugins/access/libnfs_plugin.so
#%{_libdir}/vlc/plugins/access/librar_plugin.so
%{_libdir}/vlc/plugins/access/libsatip_plugin.so
%if %{with_smb}
%{_libdir}/vlc/plugins/access/libsmb_plugin.so*
%endif
%{_libdir}/vlc/plugins/access/libtcp_plugin.so*
%{_libdir}/vlc/plugins/access/libudp_plugin.so*
%{_libdir}/vlc/plugins/access/libvdr_plugin.so

%if %{with_dv}
%{_libdir}/vlc/plugins/access/libdv1394_plugin.so*
%endif
%if %{with_dvb}
%{_libdir}/vlc/plugins/access/libdvb_plugin.so*
%endif
%{_libdir}/vlc/plugins/access/libdtv_plugin.so
%{_libdir}/vlc/plugins/access/libfilesystem_plugin.so
%{_libdir}/vlc/plugins/access/libidummy_plugin.so
%{_libdir}/vlc/plugins/access/liblinsys_hdsdi_plugin.so
%{_libdir}/vlc/plugins/access/liblinsys_sdi_plugin.so
%{_libdir}/vlc/plugins/access/libpulsesrc_plugin.so
%{_libdir}/vlc/plugins/access/librtp_plugin.so
%{_libdir}/vlc/plugins/access/libsdp_plugin.so
%{_libdir}/vlc/plugins/access/libshm_plugin.so
%{_libdir}/vlc/plugins/access/libv4l2_plugin.so*
%{_libdir}/vlc/plugins/access/libdvdread_plugin.so*
%{_libdir}/vlc/plugins/access/libvcd_plugin.so*
%{_libdir}/vlc/plugins/access/libtimecode_plugin.so
%{_libdir}/vlc/plugins/access/libxcb_screen_plugin.so
#%{_libdir}/vlc/plugins/access/libzip_plugin.so

%dir %{_libdir}/vlc/plugins/access_output/
%{_libdir}/vlc/plugins/access_output/libaccess_output_dummy_plugin.so*
%{_libdir}/vlc/plugins/access_output/libaccess_output_file_plugin.so*
%{_libdir}/vlc/plugins/access_output/libaccess_output_http_plugin.so*
%{_libdir}/vlc/plugins/access_output/libaccess_output_livehttp_plugin.so
%{_libdir}/vlc/plugins/access_output/libaccess_output_udp_plugin.so*

%dir %{_libdir}/vlc/plugins/audio_filter
%{_libdir}/vlc/plugins/audio_filter/libaudiobargraph_a_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libaudio_format_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libchorus_flanger_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libdolby_surround_decoder_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libequalizer_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libgain_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libheadphone_channel_mixer_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libmono_plugin.so
%if %{with_mad}
%{_libdir}/vlc/plugins/audio_filter/libmad_plugin.so*
%endif
%{_libdir}/vlc/plugins/audio_filter/libnormvol_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libparam_eq_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libremap_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libscaletempo_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libscaletempo_pitch_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libsimple_channel_mixer_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libsoxr_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libspatializer_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libstereo_widen_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libtospdif_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libtrivial_channel_mixer_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libugly_resampler_plugin.so*

%dir %{_libdir}/vlc/plugins/audio_mixer
%{_libdir}/vlc/plugins/audio_mixer/libfloat_mixer_plugin.so*
%{_libdir}/vlc/plugins/audio_mixer/libinteger_mixer_plugin.so*

%dir %{_libdir}/vlc/plugins/audio_output
%{_libdir}/vlc/plugins/audio_output/libafile_plugin.so*

%dir %{_libdir}/vlc/plugins/codec
%if %{with_a52}
%{_libdir}/vlc/plugins/codec/liba52_plugin.so*
%endif
%{_libdir}/vlc/plugins/codec/libadpcm_plugin.so*
%{_libdir}/vlc/plugins/codec/libaes3_plugin.so
%{_libdir}/vlc/plugins/codec/libaraw_plugin.so*
%{_libdir}/vlc/plugins/codec/libavcodec_plugin.so
%{_libdir}/vlc/plugins/codec/libcc_plugin.so
%{_libdir}/vlc/plugins/codec/libcdg_plugin.so
# %%{_libdir}/vlc/plugins/codec/libcmml_plugin.so*
%{_libdir}/vlc/plugins/codec/libcvdsub_plugin.so*
#_libdir/vlc/plugins/codec/libdirac_plugin.so
%{_libdir}/vlc/plugins/codec/libg711_plugin.so
%{_libdir}/vlc/plugins/codec/libgstdecode_plugin.so
# %%{_libdir}/vlc/plugins/codec/libinvmem_plugin.so
%{_libdir}/vlc/plugins/codec/libjpeg_plugin.so
%{_libdir}/vlc/plugins/codec/libmpg123_plugin.so
%{_libdir}/vlc/plugins/codec/liboggspots_plugin.so
%{_libdir}/vlc/plugins/codec/librawvideo_plugin.so
%{_libdir}/vlc/plugins/codec/librtpvideo_plugin.so*
%{_libdir}/vlc/plugins/codec/libscte18_plugin.so
%{_libdir}/vlc/plugins/codec/libscte27_plugin.so
%{_libdir}/vlc/plugins/codec/libspdif_plugin.so
%{_libdir}/vlc/plugins/codec/libsubstx3g_plugin.so
%{_libdir}/vlc/plugins/codec/libsubsusf_plugin.so
%{_libdir}/vlc/plugins/codec/libsvcdsub_plugin.so*
%{_libdir}/vlc/plugins/codec/libsvgdec_plugin.so*
%{_libdir}/vlc/plugins/codec/libttml_plugin.so
%{_libdir}/vlc/plugins/codec/libuleaddvaudio_plugin.so*
%{_libdir}/vlc/plugins/codec/libvaapi_drm_plugin.so*
%{_libdir}/vlc/plugins/codec/libvaapi_plugin.so
%{_libdir}/vlc/plugins/codec/libvpx_plugin.so
%{_libdir}/vlc/plugins/codec/libxwd_plugin.so*
%{_libdir}/vlc/plugins/codec/libt140_plugin.so
%{_libdir}/vlc/plugins/codec/liblpcm_plugin.so*
%{_libdir}/vlc/plugins/codec/liblibmpeg2_plugin.so*
%{_libdir}/vlc/plugins/codec/libpng_plugin.so*
%{_libdir}/vlc/plugins/codec/libsubsdec_plugin.so*
%{_libdir}/vlc/plugins/codec/libopus_plugin.so*
%{_libdir}/vlc/plugins/codec/libtelx_plugin.so
%{_libdir}/vlc/plugins/codec/libtextst_plugin.so
%{_libdir}/vlc/plugins/stream_extractor/libarchive_plugin.so
%{_libdir}/vlc/plugins/codec/libwebvtt_plugin.so
 
%if %{with_x264}
%{_libdir}/vlc/plugins/codec/libx264_plugin.so*
%endif
%if %{with_x265}
%{_libdir}/vlc/plugins/codec/libx265_plugin.so*
%endif
%{_libdir}/vlc/plugins/codec/libspudec_plugin.so*
%{_libdir}/vlc/plugins/codec/libdvbsub_plugin.so*

%if %{with_dts}
%{_libdir}/vlc/plugins/codec/libdca_plugin.so
%endif

%if %{with_faad}
%{_libdir}/vlc/plugins/codec/libfaad_plugin.so*
%endif

%dir %{_libdir}/vlc/plugins/control
%{_libdir}/vlc/plugins/control/libdbus_plugin.so
%{_libdir}/vlc/plugins/control/libhotkeys_plugin.so*
# %%{_libdir}/vlc/plugins/control/liboldhttp_plugin.so*
%{_libdir}/vlc/plugins/control/libmotion_plugin.so
%{_libdir}/vlc/plugins/control/libnetsync_plugin.so
%{_libdir}/vlc/plugins/control/liboldrc_plugin.so*
# %%{_libdir}/vlc/plugins/control/libshowintf_plugin.so*
# %%{_libdir}/vlc/plugins/control/libsignals_plugin.so
# %%{_libdir}/vlc/plugins/control/liboldtelnet_plugin.so*
%{_libdir}/vlc/plugins/control/libgestures_plugin.so*
%{_libdir}/vlc/plugins/control/libxcb_hotkeys_plugin.so

%dir %{_libdir}/vlc/plugins/demux
%{_libdir}/vlc/plugins/demux/libadaptive_plugin.so*
%{_libdir}/vlc/plugins/demux/libaiff_plugin.so*
%{_libdir}/vlc/plugins/demux/libasf_plugin.so*
%{_libdir}/vlc/plugins/demux/libau_plugin.so*
%{_libdir}/vlc/plugins/demux/libavformat_plugin.so
%{_libdir}/vlc/plugins/demux/libavi_plugin.so*
%{_libdir}/vlc/plugins/demux/libcaf_plugin.so
%{_libdir}/vlc/plugins/demux/libdemux_cdg_plugin.so
%{_libdir}/vlc/plugins/demux/libdemux_chromecast_plugin.so
%{_libdir}/vlc/plugins/demux/libdemuxdump_plugin.so*
%{_libdir}/vlc/plugins/demux/libdiracsys_plugin.so
%{_libdir}/vlc/plugins/demux/libdirectory_demux_plugin.so
%{_libdir}/vlc/plugins/demux/libes_plugin.so
%{_libdir}/vlc/plugins/demux/libh26x_plugin.so
%{_libdir}/vlc/plugins/demux/libmjpeg_plugin.so*
%{_libdir}/vlc/plugins/demux/libmp4_plugin.so*
%{_libdir}/vlc/plugins/demux/libmpgv_plugin.so*
%{_libdir}/vlc/plugins/demux/libmkv_plugin.so
%{_libdir}/vlc/plugins/demux/libnoseek_plugin.so
%{_libdir}/vlc/plugins/demux/libnsc_plugin.so*
%{_libdir}/vlc/plugins/demux/libnsv_plugin.so*
%{_libdir}/vlc/plugins/demux/libnuv_plugin.so*
%{_libdir}/vlc/plugins/demux/libplaylist_plugin.so*
%{_libdir}/vlc/plugins/demux/libps_plugin.so*
%{_libdir}/vlc/plugins/demux/libpva_plugin.so*
%{_libdir}/vlc/plugins/demux/librawaud_plugin.so
%{_libdir}/vlc/plugins/demux/librawdv_plugin.so*
%{_libdir}/vlc/plugins/demux/librawvid_plugin.so
%{_libdir}/vlc/plugins/demux/libreal_plugin.so*
%{_libdir}/vlc/plugins/demux/libsmf_plugin.so
%{_libdir}/vlc/plugins/demux/libsubtitle_plugin.so*
%{_libdir}/vlc/plugins/demux/libtta_plugin.so
%{_libdir}/vlc/plugins/demux/libty_plugin.so*
%{_libdir}/vlc/plugins/demux/libvobsub_plugin.so*
%{_libdir}/vlc/plugins/demux/libvc1_plugin.so
%{_libdir}/vlc/plugins/demux/libvoc_plugin.so*
%{_libdir}/vlc/plugins/demux/libwav_plugin.so*
%if %{with_dvbpsi}
%{_libdir}/vlc/plugins/demux/libts_plugin.so*
%endif
%{_libdir}/vlc/plugins/demux/libxa_plugin.so*
%if %{with_ogg}
%{_libdir}/vlc/plugins/demux/libogg_plugin.so*
%{_libdir}/vlc/plugins/codec/libvorbis_plugin.so*
%endif
%dir %{_libdir}/vlc/plugins/gui/
%{_libdir}/vlc/plugins/gui/libqt_plugin.so
%dir %{_libdir}/vlc/plugins/keystore/
%{_libdir}/vlc/plugins/keystore/libfile_keystore_plugin.so
%{_libdir}/vlc/plugins/keystore/libkwallet_plugin.so
%{_libdir}/vlc/plugins/keystore/libmemory_keystore_plugin.so
%{_libdir}/vlc/plugins/keystore/libsecret_plugin.so
%dir %{_libdir}/vlc/plugins/logger/
%{_libdir}/vlc/plugins/logger/libconsole_logger_plugin.so
%{_libdir}/vlc/plugins/logger/libfile_logger_plugin.so
%{_libdir}/vlc/plugins/logger/libsd_journal_plugin.so
%{_libdir}/vlc/plugins/logger/libsyslog_plugin.so
%dir %{_libdir}/vlc/plugins/meta_engine
%{_libdir}/vlc/plugins/meta_engine/libfolder_plugin.so
%if %{with_taglib}
%{_libdir}/vlc/plugins/meta_engine/libtaglib_plugin.so
%endif
%dir %{_libdir}/vlc/plugins/misc
%{_libdir}/vlc/plugins/misc/libaudioscrobbler_plugin.so
%{_libdir}/vlc/plugins/misc/libaddonsfsstorage_plugin.so
%{_libdir}/vlc/plugins/misc/libaddonsvorepository_plugin.so
# %%{_libdir}/vlc/plugins/misc/libdummy_plugin.so*
%{_libdir}/vlc/plugins/misc/libexport_plugin.so*
%{_libdir}/vlc/plugins/misc/libfingerprinter_plugin.so
# %%{_libdir}/vlc/plugins/misc/libfreetype_plugin.so*
%{_libdir}/vlc/plugins/text_renderer/libfreetype_plugin.so
# %%{_libdir}/vlc/plugins/misc/libinhibit_plugin.so
%{_libdir}/vlc/plugins/misc/liblogger_plugin.so*
# %%{_libdir}/vlc/plugins/misc/libmemcpy*_plugin.so*
# %%{_libdir}/vlc/plugins/misc/libosd_parser_plugin.so
# %%{_libdir}/vlc/plugins/misc/libscreensaver_plugin.so*
%{_libdir}/vlc/plugins/misc/libstats_plugin.so
# %%{_libdir}/vlc/plugins/misc/libsqlite_plugin.so
# %%{_libdir}/vlc/plugins/misc/libsvg_plugin.so
%{_libdir}/vlc/plugins/text_renderer/libsvg_plugin.so
# %%{_libdir}/vlc/plugins/misc/libtelepathy_plugin.so
# %%{_libdir}/vlc/plugins/notify/libtelepathy_plugin.so
%{_libdir}/vlc/plugins/misc/libvod_rtsp_plugin.so*
%{_libdir}/vlc/plugins/misc/libxdg_screensaver_plugin.so*
%{_libdir}/vlc/plugins/misc/libdbus_screensaver_plugin.so*
%if %{with_xml}
%{_libdir}/vlc/plugins/misc/libxml_plugin.so*
%endif
# %%{_libdir}/vlc/plugins/misc/libxscreensaver_plugin.so
# %%{_libdir}/vlc/plugins/misc/libxtag_plugin.so*

#dir %%{_libdir}/vlc/plugins/mmx
#_libdir/vlc/plugins/mmx/libi420_rgb_mmx_plugin.so
#_libdir/vlc/plugins/mmx/libi420_yuy2_mmx_plugin.so
#_libdir/vlc/plugins/mmx/libi422_yuy2_mmx_plugin.so
# %%{_libdir}/vlc/plugins/mmx/libmemcpymmx_plugin.so

# %%dir %%{_libdir}/vlc/plugins/mmxext
# %%{_libdir}/vlc/plugins/mmxext/libmemcpymmxext_plugin.so

%dir %{_libdir}/vlc/plugins/mux
%{_libdir}/vlc/plugins/mux/libmux_asf_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_avi_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_dummy_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_mp4_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_mpjpeg_plugin.so*
%if %{with_ogg}
%{_libdir}/vlc/plugins/mux/libmux_ogg_plugin.so*
%endif
%{_libdir}/vlc/plugins/mux/libmux_ps_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_ts_plugin.so
%{_libdir}/vlc/plugins/mux/libmux_wav_plugin.so*
%dir %{_libdir}/vlc/plugins/packetizer
%{_libdir}/vlc/plugins/packetizer/libpacketizer_a52_plugin.so
%{_libdir}/vlc/plugins/packetizer/libpacketizer_av1_plugin.so
%{_libdir}/vlc/plugins/packetizer/libpacketizer_avparser_plugin.so
%{_libdir}/vlc/plugins/packetizer/libpacketizer_copy_plugin.so*
%{_libdir}/vlc/plugins/packetizer/libpacketizer_dirac_plugin.so
%{_libdir}/vlc/plugins/packetizer/libpacketizer_dts_plugin.so
%{_libdir}/vlc/plugins/packetizer/libpacketizer_flac_plugin.so
%{_libdir}/vlc/plugins/packetizer/libpacketizer_h264_plugin.so*
%{_libdir}/vlc/plugins/packetizer/libpacketizer_hevc_plugin.so
%{_libdir}/vlc/plugins/packetizer/libpacketizer_mlp_plugin.so
%{_libdir}/vlc/plugins/packetizer/libpacketizer_mpegaudio_plugin.so
%{_libdir}/vlc/plugins/packetizer/libpacketizer_mpeg4audio_plugin.so*
%{_libdir}/vlc/plugins/packetizer/libpacketizer_mpeg4video_plugin.so*
%{_libdir}/vlc/plugins/packetizer/libpacketizer_mpegvideo_plugin.so*
%{_libdir}/vlc/plugins/packetizer/libpacketizer_vc1_plugin.so

%dir %{_libdir}/vlc/plugins/services_discovery/
%{_libdir}/vlc/plugins/services_discovery/libavahi_plugin.so
%{_libdir}/vlc/plugins/services_discovery/libmediadirs_plugin.so
%{_libdir}/vlc/plugins/services_discovery/libpodcast_plugin.so*
%{_libdir}/vlc/plugins/services_discovery/libsap_plugin.so*
%if %{with_udev}
%{_libdir}/vlc/plugins/services_discovery/libudev_plugin.so*
%endif
%{_libdir}/vlc/plugins/services_discovery/libxcb_apps_plugin.so

%dir %{_libdir}/vlc/plugins/spu/
%{_libdir}/vlc/plugins/spu/libaudiobargraph_v_plugin.so
%{_libdir}/vlc/plugins/spu/libdynamicoverlay_plugin.so
%{_libdir}/vlc/plugins/spu/liblogo_plugin.so
%{_libdir}/vlc/plugins/spu/libmarq_plugin.so
%{_libdir}/vlc/plugins/spu/libmosaic_plugin.so
%{_libdir}/vlc/plugins/spu/libremoteosd_plugin.so
%{_libdir}/vlc/plugins/spu/librss_plugin.so
%{_libdir}/vlc/plugins/spu/libsubsdelay_plugin.so

# %%dir %%{_libdir}/vlc/plugins/sse2/
# %%{_libdir}/vlc/plugins/sse2/libi420_rgb_sse2_plugin.so
# %%{_libdir}/vlc/plugins/sse2/libi420_yuy2_sse2_plugin.so
# %%{_libdir}/vlc/plugins/sse2/libi422_yuy2_sse2_plugin.so

%dir %{_libdir}/vlc/plugins/stream_filter/
%{_libdir}/vlc/plugins/stream_filter/libadf_plugin.so
%{_libdir}/vlc/plugins/stream_filter/libcache_block_plugin.so
%{_libdir}/vlc/plugins/stream_filter/libcache_read_plugin.so
%{_libdir}/vlc/plugins/stream_filter/libdecomp_plugin.so
%{_libdir}/vlc/plugins/stream_filter/libhds_plugin.so
%{_libdir}/vlc/plugins/stream_filter/libinflate_plugin.so
%{_libdir}/vlc/plugins/stream_filter/libprefetch_plugin.so
%{_libdir}/vlc/plugins/stream_filter/librecord_plugin.so
%{_libdir}/vlc/plugins/stream_filter/libskiptags_plugin.so

%dir %{_libdir}/vlc/plugins/stream_out
%{_libdir}/vlc/plugins/stream_out/libstream_out_autodel_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_bridge_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_cycle_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_chromecast_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_description_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_delay_plugin.so

%{_libdir}/vlc/plugins/stream_out/libstream_out_display_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_dummy_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_duplicate_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_es_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_gather_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_mosaic_bridge_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_record_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_rtp_plugin.so*
# %%{_libdir}/vlc/plugins/stream_out/libstream_out_select_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_setid_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_smem_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_standard_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_stats_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_transcode_plugin.so*

%dir %{_libdir}/vlc/plugins/vaapi
%{_libdir}/vlc/plugins/vaapi/libvaapi_filters_plugin.so

%dir %{_libdir}/vlc/plugins/video_chroma
%{_libdir}/vlc/plugins/video_chroma/libchain_plugin.so
%{_libdir}/vlc/plugins/video_chroma/libgrey_yuv_plugin.so
%{_libdir}/vlc/plugins/video_chroma/libi420_10_p010_plugin.so*
%{_libdir}/vlc/plugins/video_chroma/libi420_nv12_plugin.so*
%{_libdir}/vlc/plugins/video_chroma/libi420_rgb_*plugin.so*
%{_libdir}/vlc/plugins/video_chroma/libi420_yuy2_*plugin.so*
%{_libdir}/vlc/plugins/video_chroma/libi422_i420_plugin.so
%{_libdir}/vlc/plugins/video_chroma/libi422_yuy2_*plugin.so*
%{_libdir}/vlc/plugins/video_chroma/librv32_plugin.so
%{_libdir}/vlc/plugins/video_chroma/libswscale_plugin.so
%{_libdir}/vlc/plugins/video_chroma/libyuvp_plugin.so
%{_libdir}/vlc/plugins/video_chroma/libyuy2_i420_plugin.so
%{_libdir}/vlc/plugins/video_chroma/libyuy2_i422_plugin.so

%dir %{_libdir}/vlc/plugins/video_filter
%{_libdir}/vlc/plugins/video_filter/libadjust_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libalphamask_plugin.so
%{_libdir}/vlc/plugins/video_filter/libanaglyph_plugin.so
%{_libdir}/vlc/plugins/video_filter/libantiflicker_plugin.so
%{_libdir}/vlc/plugins/video_filter/libball_plugin.so
%{_libdir}/vlc/plugins/video_filter/libblendbench_plugin.so
%{_libdir}/vlc/plugins/video_filter/libblend_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libbluescreen_plugin.so
%{_libdir}/vlc/plugins/video_filter/libcanvas_plugin.so
%{_libdir}/vlc/plugins/video_filter/libcolorthres_plugin.so
%{_libdir}/vlc/plugins/video_filter/libcroppadd_plugin.so
%{_libdir}/vlc/plugins/video_filter/libdeinterlace_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libedgedetection_plugin.so
%{_libdir}/vlc/plugins/video_filter/liberase_plugin.so
%{_libdir}/vlc/plugins/video_filter/libextract_plugin.so
%{_libdir}/vlc/plugins/video_filter/libfps_plugin.so
%{_libdir}/vlc/plugins/video_filter/libfreeze_plugin.so
%{_libdir}/vlc/plugins/video_filter/libgaussianblur_plugin.so
%{_libdir}/vlc/plugins/video_filter/libgradfun_plugin.so
%{_libdir}/vlc/plugins/video_filter/libgradient_plugin.so
%{_libdir}/vlc/plugins/video_filter/libgrain_plugin.so
%{_libdir}/vlc/plugins/video_filter/libhqdn3d_plugin.so
%{_libdir}/vlc/plugins/video_filter/libinvert_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libmagnify_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libmirror_plugin.so
%{_libdir}/vlc/plugins/video_filter/libmotionblur_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libmotiondetect_plugin.so*
%{_libdir}/vlc/plugins/video_filter/liboldmovie_plugin.so
%{_libdir}/vlc/plugins/video_filter/libopencv_example_plugin.so
%{_libdir}/vlc/plugins/video_filter/libopencv_wrapper_plugin.so
%{_libdir}/vlc/plugins/video_filter/libposterize_plugin.so
%{_libdir}/vlc/plugins/video_filter/libpostproc_plugin.so
%{_libdir}/vlc/plugins/video_filter/libpsychedelic_plugin.so
%{_libdir}/vlc/plugins/video_filter/libpuzzle_plugin.so
%{_libdir}/vlc/plugins/video_filter/libripple_plugin.so
%{_libdir}/vlc/plugins/video_filter/librotate_plugin.so
%{_libdir}/vlc/plugins/video_filter/libscale_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libscene_plugin.so
%{_libdir}/vlc/plugins/video_filter/libsepia_plugin.so
%{_libdir}/vlc/plugins/video_filter/libsharpen_plugin.so
%{_libdir}/vlc/plugins/video_filter/libtransform_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libvhs_plugin.so
%{_libdir}/vlc/plugins/video_filter/libwave_plugin.so

%dir %{_libdir}/vlc/plugins/video_splitter
%{_libdir}/vlc/plugins/video_splitter/libclone_plugin.so*
%if %{with_xcb_randr}
%{_libdir}/vlc/plugins/video_splitter/libpanoramix_plugin.so
%endif
%{_libdir}/vlc/plugins/video_splitter/libwall_plugin.so*

%dir %{_libdir}/vlc/plugins/video_output
%{_libdir}/vlc/plugins/video_output/libcaca_plugin.so
%{_libdir}/vlc/plugins/video_output/libfb_plugin.so*
%{_libdir}/vlc/plugins/video_output/libflaschen_plugin.so*
%{_libdir}/vlc/plugins/video_output/libglconv_vaapi_drm_plugin.so
%{_libdir}/vlc/plugins/video_output/libglconv_vaapi_x11_plugin.so
%{_libdir}/vlc/plugins/video_output/libglconv_vdpau_plugin.so

%{_libdir}/vlc/plugins/video_output/libvdummy_plugin.so
%{_libdir}/vlc/plugins/video_output/libvmem_plugin.so
%{_libdir}/vlc/plugins/video_output/libyuv_plugin.so
%{_libdir}/vlc/plugins/video_output/libxcb_x11_plugin.so*
%{_libdir}/vlc/plugins/video_output/libxcb_window_plugin.so*
%if %{with_xvideo}
%{_libdir}/vlc/plugins/video_output/libxcb_xv_plugin.so*
%endif

%dir %{_libdir}/vlc/plugins/visualization
%{_libdir}/vlc/plugins/visualization/libvisual_plugin.so*
%if %{with_alsa}
%{_libdir}/vlc/plugins/audio_output/libalsa_plugin.so*
%endif

### new plugins, need to be resorted to various subpackages

%{_libdir}/vlc/plugins/audio_filter/libcompressor_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libkaraoke_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libsamplerate_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libspeex_resampler_plugin.so
# %%{_libdir}/vlc/plugins/audio_mixer/libfixed32_mixer_plugin.so
%{_libdir}/vlc/plugins/audio_output/libadummy_plugin.so
%{_libdir}/vlc/plugins/audio_output/libamem_plugin.so
%{_libdir}/vlc/plugins/codec/libcrystalhd_plugin.so
%{_libdir}/vlc/plugins/codec/libddummy_plugin.so
%{_libdir}/vlc/plugins/codec/libedummy_plugin.so
%{_libdir}/vlc/plugins/codec/libstl_plugin.so
%{_libdir}/vlc/plugins/control/libdummy_plugin.so
%{_libdir}/vlc/plugins/demux/libdemux_stl_plugin.so
%{_libdir}/vlc/plugins/demux/libimage_plugin.so
# %%{_libdir}/vlc/plugins/misc/libmemcpy_plugin.so
%{_libdir}/vlc/plugins/services_discovery/libpulselist_plugin.so
%{_libdir}/vlc/plugins/text_renderer/libtdummy_plugin.so

%files -n %{libname}
%{_libdir}/libvlc.so.%{libmajor}{,.*}
%{_libdir}/vlc/libvlc_pulse.so*
%{_libdir}/vlc/libvlc_xcb_events.so*

%files -n %{libnamecore}
%{_libdir}/libvlccore.so.%{coremajor}{,.*}

%files -n %{develname}
%doc README doc/release-howto.txt doc/skins
%dir %{_includedir}/vlc
%{_libdir}/libvlc.so
%{_libdir}/vlc/libcompat.a
%{_libdir}/libvlccore.so
# %%{_libdir}/vlc/libvlc_vdpau.so
%{_includedir}/vlc/*
%attr(644,root,root) %{_libdir}/*.la
# %%{_mandir}/man1/vlc-config*
%{_libdir}/pkgconfig/*

%if %{with_shout}
%files plugin-shout
%doc README
%{_libdir}/vlc/plugins/access_output/libaccess_output_shout_plugin.so
%endif

### intf plugins
%if %{with_svlc}
%files -n svlc
%doc README
%{_bindir}/svlc
%{_libdir}/vlc/plugins/gui/libskins2_plugin.so*
%{_datadir}/applications/svlc.desktop
%{_datadir}/vlc/skins2
%endif

%if %{with_zvbi}
%files plugin-zvbi
%doc README
%{_libdir}/vlc/plugins/codec/libzvbi_plugin.so
%endif

%if %{with_kate}
%files plugin-kate
%doc README
%{_libdir}/vlc/plugins/codec/libkate_plugin.so
%endif

%if %{with_ass}
%files plugin-libass
%doc README
%{_libdir}/vlc/plugins/codec/liblibass_plugin.so
%endif

%if %{with_lua}
%files plugin-lua
%doc README
%{_libdir}/vlc/plugins/lua/liblua_plugin.so
# %%{_libdir}/vlc/plugins/misc/liblua_plugin.so
%{_libdir}/vlc/lua
%{_datadir}/vlc/lua
# These are configuration that should not be overrided due to this bug:
# http://bugs.mageia.org/show_bug.cgi?id=10002
#
# Remmed out because seems to no longer be installed.
#
# %%config %%{_datadir}/vlc/lua/http/.hosts
# %%config %%{_datadir}/vlc/lua/http/dialogs/.hosts
%{_bindir}/rvlc
%endif

%if %{with_ncurses}
%files plugin-ncurses
%doc README
%{_bindir}/nvlc
%{_libdir}/vlc/plugins/gui/libncurses_plugin.so*
%endif

%if %{with_lirc}
%files plugin-lirc
%doc README
%{_libdir}/vlc/plugins/control/liblirc_plugin.so*
%endif

### video plugins
%if %{with_sdl}
%files plugin-sdl
%doc README
%if %{with_sdl_image}
%{_libdir}/vlc/plugins/codec/libsdl_image_plugin.so*
%endif
%endif

%files plugin-opengl
%doc README
%{_libdir}/vlc/plugins/video_output/libegl_x11_plugin.so
%{_libdir}/vlc/plugins/video_output/libgl_plugin.so*
%{_libdir}/vlc/plugins/video_output/libglx_plugin.so*
%{_libdir}/vlc/plugins/visualization/libglspectrum_plugin.so

%files plugin-vdpau
%doc README
%{_libdir}/vlc/libvlc_vdpau.so.%{vdpaumajor}{,.*}
%dir %{_libdir}/vlc/plugins/vdpau
%{_libdir}/vlc/plugins/vdpau/libvdpau_adjust_plugin.so
%{_libdir}/vlc/plugins/vdpau/libvdpau_avcodec_plugin.so
%{_libdir}/vlc/plugins/vdpau/libvdpau_chroma_plugin.so
%{_libdir}/vlc/plugins/vdpau/libvdpau_deinterlace_plugin.so
%{_libdir}/vlc/plugins/vdpau/libvdpau_display_plugin.so
%{_libdir}/vlc/plugins/vdpau/libvdpau_sharpen_plugin.so

%if %{with_aa}
%files plugin-aa
%doc README
%{_libdir}/vlc/plugins/video_output/libaa_plugin.so*
%endif

%if %{with_goom}
%files plugin-goom
%doc README
%{_libdir}/vlc/plugins/visualization/libgoom_plugin.so
%endif

%if %{with_projectm}
%files plugin-projectm
%doc README
%{_libdir}/vlc/plugins/visualization/libprojectm_plugin.so
%endif

%if %{with_theora}
%files plugin-theora
%doc README
%{_libdir}/vlc/plugins/codec/libtheora_plugin.so
%endif

%if %{with_fluidsynth}
%files plugin-fluidsynth
%doc README
%{_libdir}/vlc/plugins/codec/libfluidsynth_plugin.so
%endif

%if %{with_gme}
%files plugin-gme
%doc README
%{_libdir}/vlc/plugins/demux/libgme_plugin.so
%endif

%if %{with_schroedinger}
%files plugin-schroedinger
%doc README
%{_libdir}/vlc/plugins/codec/libschroedinger_plugin.so
%endif

%if %{with_twolame}
%files plugin-twolame
%doc README
%{_libdir}/vlc/plugins/codec/libtwolame_plugin.so*
%endif

%if %{with_speex}
%files plugin-speex
%doc README
%{_libdir}/vlc/plugins/codec/libspeex_plugin.so*
%endif

%files plugin-flac
%doc README
%{_libdir}/vlc/plugins/demux/libflacsys_plugin.so
%{_libdir}/vlc/plugins/codec/libflac_plugin.so*

%if %{with_dv}
%files plugin-dv
%doc README
# %%{_libdir}/vlc/plugins/access/libaccess_dv_plugin.so
%{_libdir}/vlc/plugins/access/libdc1394_plugin.so
%endif

%if %{with_mod}
%files plugin-mod
%{_libdir}/vlc/plugins/demux/libmod_plugin.so*
%endif

%if %{with_mpc}
%files plugin-mpc
%{_libdir}/vlc/plugins/demux/libmpc_plugin.so*
%endif

%if %{with_sid}
%files plugin-sid
%{_libdir}/vlc/plugins/demux/libsid_plugin.so*
%endif

### audio plugins
%if %{with_pulse}
%files plugin-pulse
%{_libdir}/vlc/plugins/audio_output/libpulse_plugin.so*
%endif

%if %{with_jack}
%files plugin-jack
%{_libdir}/vlc/plugins/access/libaccess_jack_plugin.so
%{_libdir}/vlc/plugins/audio_output/libjack_plugin.so*
%endif

%if %{with_upnp}
%files plugin-upnp
# %%{_libdir}/vlc/plugins/services_discovery/libupnp_intel_plugin.so*
%{_libdir}/vlc/plugins/services_discovery/libupnp_plugin.so
%endif

%if %{with_gnutls}
%files plugin-gnutls
%{_libdir}/vlc/plugins/misc/libgnutls_plugin.so*
%endif

%if %{with_vnc}
%files plugin-vnc
%{_libdir}/vlc/plugins/access/libvnc_plugin.so
%endif

%files plugin-libnotify
# %%{_libdir}/vlc/plugins/misc/libnotify_plugin.so*
%{_libdir}/vlc/plugins/notify/libnotify_plugin.so

%files plugin-chromaprint
%{_libdir}/vlc/plugins/stream_out/libstream_out_chromaprint_plugin.so


%changelog
* Tue Aug 27 2019 tmb <tmb> 3.0.8-1.mga6
+ Revision: 1434592
- re-add matroska plugin
+ shlomif <shlomif>
- New version 3.0.8 - MGA#25284 - multi CVEs
- New version 3.0.7.1: mga#24940 security
- New version 3.0.3 ( MGA#23092 )
- New version 3.0.2
- New version 3.0.1 ( MGA#22581 )
- Bump rel to please urpmi/etc
- Add BRs
- Add BRs
- Update to 3.0.0 stable.
+ ns80 <ns80>
- new version 3.0.6
- rebuild for live
+ zezinho <zezinho>
- stop recommending vagl in vdpau now that vlc uses vaapi directly
- fix solid files directory
- New version 3.0.3 ( MGA#23092 )
+ luigiwalser <luigiwalser>
- 3.0.5

* Tue May 23 2017 ghibo <ghibo> 3.0.0-0.git.19.mga6.tainted
+ Revision: 1104283
- Update to nightly 20170523 (fixes several memleaks).

* Thu May 04 2017 zezinho <zezinho> 3.0.0-0.git.18.mga6.tainted
+ Revision: 1099090
- update to today s git
- build lame in core now that patents are gone

* Tue May 02 2017 akien <akien> 3.0.0-0.git.17.mga6.tainted
+ Revision: 1098328
- Rebuild for ffmpeg 3.3

* Wed Apr 26 2017 ghibo <ghibo> 3.0.0-0.git.16.mga6.tainted
+ Revision: 1097497
- Update to nightly 20170426 (fixes spurious green lines in opengl driver output, among other bugfixes).
- Sync filelist according to newer nightly release.

* Wed Apr 05 2017 ghibo <ghibo> 3.0.0-0.git.14.mga6
+ Revision: 1095932
- Update from nightly 20170317 to nightly 20170405 (fixes persistent performances on AMD on opengl driver, among other bugfixes)

* Fri Mar 31 2017 tv <tv> 3.0.0-0.git.12.mga6
+ Revision: 1095507
- rebuild for new libbluray

* Fri Mar 31 2017 tv <tv> 3.0.0-0.git.11.mga6.tainted
+ Revision: 1095493
- rebuild for new libbluray

* Sat Mar 18 2017 akien <akien> 3.0.0-0.git.10.mga6.tainted
+ Revision: 1093424
- Rebuild for arm with libnfs

* Fri Mar 17 2017 ghibo <ghibo> 3.0.0-0.git.9.mga6.tainted
+ Revision: 1093292
- Upgrade from nightly 20170315 to 20170317.
- Removed Patch1 (merged upstream)
- Added vdpau-va-gl1 to Requires for vdpau plugin (partially reported in bug #20503).
- Added libnfs-devel to BuildRequires.

* Thu Mar 16 2017 ghibo <ghibo> 3.0.0-0.git.8.mga6.tainted
+ Revision: 1093071
- Added missed soxr-devel to BuildRequires

* Thu Mar 16 2017 ghibo <ghibo> 3.0.0-0.git.7.mga6.tainted
+ Revision: 1093066
- Added wayland-protocols-devel to BuildRequires
- Upgrade to nightly build 20170315.
- Added Patch for upstream bug 17484 for HiDPI (https://trac.videolan.org/vlc/ticket/17484).

* Tue Mar 14 2017 neoclust <neoclust> 3.0.0-0.git.6.mga6.tainted
+ Revision: 1092542
- Try to enable filetrigger back

* Fri Mar 10 2017 akien <akien> 3.0.0-0.git.5.mga6.tainted
+ Revision: 1091637
- Rebuild for v4l-utils 1.12.3

* Wed Jan 25 2017 zezinho <zezinho> 3.0.0-0.git.4.mga6.tainted
+ Revision: 1083398
- enable egl wayland plugin

* Tue Jan 24 2017 zezinho <zezinho> 3.0.0-0.git.3.mga6.tainted
+ Revision: 1083358
- enable some more plugins thanks to Charles A Edwards
- enable SSE on amd64

* Mon Jan 23 2017 zezinho <zezinho> 3.0.0-0.git.2.mga6.tainted
+ Revision: 1083245
- add BR libarchive and minizip
- add tainted files
- bump rel to submit to tainted

* Mon Jan 23 2017 zezinho <zezinho> 3.0.0-0.git.1.mga6
+ Revision: 1083120
- new place for plugins
- remove files that have gone with 3.0.0
- switch to git of 3.0.0 \
- disable opencv as it does not build for now
- remove plugins that did not build
- disable cache update

* Tue Jan 10 2017 luigiwalser <luigiwalser> 2.2.4-9.mga6.tainted
+ Revision: 1080924
- rebuild for libass

* Sun Jan 01 2017 luigiwalser <luigiwalser> 2.2.4-8.3.mga6.tainted
+ Revision: 1079500
- rebuild for x265

* Mon Nov 28 2016 luigiwalser <luigiwalser> 2.2.4-8.2.mga6.tainted
+ Revision: 1070672
- rebuild for x265

* Sun Sep 25 2016 daviddavid <daviddavid> 2.2.4-8.1.mga6
+ Revision: 1055960
- submit to tainted

* Fri Sep 23 2016 luigiwalser <luigiwalser> 2.2.4-8.mga6
+ Revision: 1055423
- add upstream patch to fix divide-by-zero in mp4 demux

* Mon Sep 12 2016 luigiwalser <luigiwalser> 2.2.4-7.mga6.tainted
+ Revision: 1051567
- rebuild for x265

* Wed Aug 03 2016 shlomif <shlomif> 2.2.4-6.mga6.tainted
+ Revision: 1044331
- Bumping rel for upload to tainted

* Tue Aug 02 2016 ovitters <ovitters> 2.2.4-5.mga6
+ Revision: 1044301
- disable ancient gnome-vfs

* Mon Aug 01 2016 shlomif <shlomif> 2.2.4-4.mga6.tainted
+ Revision: 1044175
- Bumping rel for rebuild to upload to tainted

* Sun Jul 31 2016 shlomif <shlomif> 2.2.4-3.mga6
+ Revision: 1044158
- Rebuild to fix playback of module (Mod/XM/IT/etc.) files.

* Mon Jun 06 2016 tmb <tmb> 2.2.4-2.mga6.tainted
+ Revision: 1020464
- submit to tainted

* Sun Jun 05 2016 shlomif <shlomif> 2.2.4-1.mga6
+ Revision: 1020302
- New version 2.2.4 - MGA#18567

* Wed May 04 2016 shlomif <shlomif> 2.2.3-1.mga6.tainted
+ Revision: 1009316
- New version 2.2.3

* Tue Mar 15 2016 daviddavid <daviddavid> 2.2.2-5.mga6.tainted
+ Revision: 990922
- rebuild with schroedinger without .la files

* Mon Feb 15 2016 luigiwalser <luigiwalser> 2.2.2-4.mga6.tainted
+ Revision: 960480
- rebuild for chromaprint

* Fri Feb 12 2016 doktor5000 <doktor5000> 2.2.2-2.mga6
+ Revision: 956004
- drop old deprecated filetriggers
- add transaction-based filetrigger for plugin cache refresh
- added BuildRequires on opencv for opencv plugins

* Tue Feb 09 2016 luigiwalser <luigiwalser> 2.2.2-1.mga6.tainted
+ Revision: 951829
- 2.2.2
- remove upstreamed CVE-2015-5949 patch

* Mon Jan 18 2016 luigiwalser <luigiwalser> 2.2.1-17.mga6.tainted
+ Revision: 925623
- rebuild for x264

* Mon Jan 11 2016 luigiwalser <luigiwalser> 2.2.1-16.mga6.tainted
+ Revision: 921843
- rebuild for gnutls

* Sun Jan 03 2016 luigiwalser <luigiwalser> 2.2.1-15.mga6.tainted
+ Revision: 918816
- rebuild for libdvbpsi

* Sat Jan 02 2016 luigiwalser <luigiwalser> 2.2.1-14.mga6
+ Revision: 918304
- rebuild without directfb

* Mon Nov 23 2015 zezinho <zezinho> 2.2.1-13.mga6
+ Revision: 905053
- require dvdcss2 when tainted like mplayer

* Thu Nov 19 2015 tv <tv> 2.2.1-12.mga6.tainted
+ Revision: 904277
- rebuild for new libvpx

* Thu Nov 19 2015 daviddavid <daviddavid> 2.2.1-11.mga6
+ Revision: 904176
- rebuild for new libvpx 1.5.0

* Fri Oct 23 2015 danf <danf> 2.2.1-10.mga6.tainted
+ Revision: 894342
- Added missing BuildRequires

* Fri Oct 09 2015 zezinho <zezinho> 2.2.1-9.mga6
+ Revision: 888549
- add x265 aka hevc codec in tainted builds

* Mon Sep 14 2015 fwang <fwang> 2.2.1-8.mga6.tainted
+ Revision: 879246
- drop wrong filter

* Mon Sep 14 2015 fwang <fwang> 2.2.1-7.mga6
+ Revision: 879241
- bump rel
- correct macro

* Mon Sep 14 2015 fwang <fwang> 2.2.1-6.mga6
+ Revision: 879233
- simplify exclude
- rebuild for new libgcrypt

* Fri Aug 21 2015 ycantin <ycantin> 2.2.1-4.mga6.tainted
+ Revision: 867377
- CVE-2015-5949 : mga#16623
- Applied upstream patch to fix CVE-2015-5949

* Thu Jul 16 2015 neoclust <neoclust> 2.2.1-3.mga6.tainted
+ Revision: 854572
- Rebuild against new libcdio-devel

* Sat Jun 27 2015 cjw <cjw> 2.2.1-2.mga6.tainted
+ Revision: 846278
- rebuild for libvpx 1.4

* Tue Apr 14 2015 shlomif <shlomif> 2.2.1-1.mga5.tainted
+ Revision: 820177
- Update to new version ( 2.2.1 ). See MGA#15693.

* Sat Feb 28 2015 cjw <cjw> 2.2.0-1.mga5.tainted
+ Revision: 817212
- 2.2.0 final

* Thu Feb 19 2015 shlomif <shlomif> 2.2.0-0.rc2.3.mga5.tainted
+ Revision: 815814
- Add a BR on Qt5X11Extras. This makes video playback in the same window.
- Previously it was in a different window always which was annoying.
- Thanks to spturtle from IRC for some help with debugging.

* Wed Feb 18 2015 luigiwalser <luigiwalser> 2.2.0-0.rc2.2.mga5.tainted
+ Revision: 815581
- be sure to not ship plugins.dat file generated at build time
+ cjw <cjw>
- plugin-common: add rpm trigger that generates plugins cache
- move vlc-cache-gen utility to plugin-common package
- remove libvlc_vdpau.so symlink from devel package and drop dependency on plugin-vdpau
- 2.2.0 post-rc2 snapshot from upstream 20150214 nightly build
- exclude plugin modules from provides and requires
- add chromaprint plugin subpackage
- add vnc plugin subpackage but disable it by default
- add vdpau plugin subpackage
+ shlomif <shlomif>
- Missing BuildRequires for the gst plugin

* Tue Jan 20 2015 luigiwalser <luigiwalser> 2.1.5-9.mga5.tainted
+ Revision: 811624
- update schroedinger patch to fix same issue in dirac encoder

* Tue Jan 20 2015 luigiwalser <luigiwalser> 2.1.5-8.mga5.tainted
+ Revision: 811599
- backport patches from upstream to fix CVE-2014-962[5-9] and CVE-2014-9630

* Fri Nov 14 2014 fwang <fwang> 2.1.5-7.mga5.tainted
+ Revision: 796990
- add patches from archlinux to build with latest ffmpeg
- rebuild for new ffmpeg

* Wed Oct 15 2014 umeabot <umeabot> 2.1.5-6.mga5.tainted
+ Revision: 740944
- Second Mageia 5 Mass Rebuild

* Sat Sep 27 2014 tv <tv> 2.1.5-5.mga5
+ Revision: 730715
- rebuild for missing pythoneggs deps

* Mon Sep 15 2014 doktor5000 <doktor5000> 2.1.5-4.mga5
+ Revision: 676872
- added Recommends on npapi-vlc for playback in browsers
- added Recommends on vlc-plugin-lua, required to playback youtube videos
+ tv <tv>
- s/uggests:/Recommends:/

* Thu Aug 07 2014 sander85 <sander85> 2.1.5-3.mga5.tainted
+ Revision: 660339
- Rebuild for new directfb

* Fri Jul 18 2014 luigiwalser <luigiwalser> 2.1.5-2.mga5.tainted
+ Revision: 653651
- try rebuilding to see if it will fix issues with FFmpeg 2.3 update (mga#13763)

* Tue Jul 08 2014 fwang <fwang> 2.1.5-1.mga5.tainted
+ Revision: 650587
- 2.1.5

* Sat May 10 2014 akien <akien> 2.1.4-5.mga5.tainted
+ Revision: 621797
- Rebuild for new directfb
+ luigiwalser <luigiwalser>
- rebuild for directfb

* Sun Mar 30 2014 daviddavid <daviddavid> 2.1.4-3.mga5.tainted
+ Revision: 610543
- rebuild for new x264

* Thu Mar 20 2014 shlomif <shlomif> 2.1.4-2.mga5
+ Revision: 606230
- Made the used Lua version more explicit.

* Sat Feb 22 2014 fwang <fwang> 2.1.4-1.mga5.tainted
+ Revision: 595426
- 2.1.4

* Mon Feb 17 2014 luigiwalser <luigiwalser> 2.1.3-3.mga5
+ Revision: 593272
- rebuild for x264

* Sat Feb 15 2014 luigiwalser <luigiwalser> 2.1.3-2.mga5.tainted
+ Revision: 592293
- rebuild for directfb, libcdio, and libass

* Wed Feb 05 2014 fwang <fwang> 2.1.3-1.mga5.tainted
+ Revision: 583049
- new version 2.1.3

* Sat Dec 14 2013 shlomif <shlomif> 2.1.2-1.mga4.tainted
+ Revision: 556816
- New version 2.1.2

* Sun Dec 01 2013 shlomif <shlomif> 2.1.1-1.mga4.tainted
+ Revision: 554522
- New version 2.1.1

* Mon Oct 21 2013 umeabot <umeabot> 2.1.0-4.mga4.tainted
+ Revision: 540657
- Mageia 4 Mass Rebuild

* Wed Oct 09 2013 shlomif <shlomif> 2.1.0-3.mga4.tainted
+ Revision: 494105
- Rebuild for the new taglib

* Tue Oct 08 2013 shlomif <shlomif> 2.1.0-2.mga4
+ Revision: 492967
- Rebuild for new taglib which causes VLC to crash on some mp3s.
  Possibly a broken ABI. See: https://github.com/taglib/taglib/issues/296 .

* Thu Sep 26 2013 fwang <fwang> 2.1.0-1.mga4.tainted
+ Revision: 486593
- update core major
- new version 2.1.0

* Thu Sep 12 2013 fwang <fwang> 2.1.0-0.rc2.1.mga4.tainted
+ Revision: 477814
- drop unused patches

* Thu Sep 12 2013 fwang <fwang> 2.1.0-0.rc2.1.mga4
+ Revision: 477812
- new version 2.1.0rc2

* Sun Sep 01 2013 fwang <fwang> 2.1.0-0.rc1.2.mga4.tainted
+ Revision: 473890
- rebuild for new cdio

* Wed Aug 28 2013 fwang <fwang> 2.1.0-0.rc1.1.mga4.tainted
+ Revision: 472694
- new version 2.1.0 rc1

* Wed Aug 28 2013 fwang <fwang> 2.1.0-0.pre3.7.mga4.tainted
+ Revision: 472524
- rebuild for new libdvbpsi

* Tue Aug 27 2013 tv <tv> 2.1.0-0.pre3.6.mga4.tainted
+ Revision: 472421
- rebuild for new libmng

* Sat Aug 24 2013 luigiwalser <luigiwalser> 2.1.0-0.pre3.5.mga4.tainted
+ Revision: 471001
- rebuild for x264

* Tue Aug 20 2013 luigiwalser <luigiwalser> 2.1.0-0.pre3.4.mga4.tainted
+ Revision: 468281
- rebuild for libebml

* Sat Aug 17 2013 fwang <fwang> 2.1.0-0.pre3.3.mga4.tainted
+ Revision: 467239
- rebuild for new dfb

* Fri Aug 16 2013 shlomif <shlomif> 2.1.0-0.pre3.2.mga4
+ Revision: 466986
- Add fix for an annoying VLC bug.
  It is exhibited when playing Module files, but may have other symptoms.
+ fwang <fwang>
- do not build verbose

* Fri Aug 16 2013 fwang <fwang> 2.1.0-0.pre3.1.mga4.tainted
+ Revision: 466781
- new version 2.1.0 pre3

* Tue Jul 30 2013 fwang <fwang> 2.1.0-0.pre2.1.mga4.tainted
+ Revision: 460818
- new version 2.1.0-pre2

* Sun Jul 14 2013 shlomif <shlomif> 2.1.0-0.pre1.1.mga4.tainted
+ Revision: 453973
- Fixes for build.
- Fix non-tainted build
- New version - 2.1.0-pre1.
  We're upgrading because VLC-2.0.7 cannot be built using ffmpeg-2.0.

* Mon Jun 24 2013 fwang <fwang> 2.0.7-4.mga4.tainted
+ Revision: 446125
- rebuild for new libmatroska

* Mon Jun 17 2013 luigiwalser <luigiwalser> 2.0.7-3.mga4.tainted
+ Revision: 443946
- fix build with new live555
- rebuild for x264

* Mon Jun 03 2013 tv <tv> 2.0.7-2.mga4.tainted
+ Revision: 436316
- rebuild for new libpng

* Tue May 28 2013 fwang <fwang> 2.0.7-1.mga4.tainted
+ Revision: 429069
- new version 2.0.7
+ shlomif <shlomif>
- Add %%config directives as a fix for MGA #10002.
- Remove trailing space

* Sun Apr 14 2013 shlomif <shlomif> 2.0.6-1.mga3.tainted
+ Revision: 410088
- New version - 2.0.6

* Fri Feb 01 2013 luigiwalser <luigiwalser> 2.0.5-8.mga3.tainted
+ Revision: 393857
- add patch from upstream to fix buffer overflow in ASF demuxer (SA-1302)

* Wed Jan 30 2013 luigiwalser <luigiwalser> 2.0.5-7.mga3.tainted
+ Revision: 393447
- obsolete vlc-plugin-ggi and vlc-plugin-svgalib

* Mon Jan 14 2013 umeabot <umeabot> 2.0.5-6.mga3.tainted
+ Revision: 385432
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Tue Jan 08 2013 fwang <fwang> 2.0.5-5.mga3.tainted
+ Revision: 341745
- rebuild for new ffmpeg

* Thu Jan 03 2013 cjw <cjw> 2.0.5-3.mga3.tainted
+ Revision: 338005
- patch2: fix build with automake 1.13
- patch3: from vlc git: fix build witih lua 5.2
- build opus plugin

* Sun Dec 16 2012 gw666 <gw666> 2.0.5-2.mga3.tainted
+ Revision: 331579
- allow build without KDE
- add sid plugin

* Fri Dec 14 2012 fwang <fwang> 2.0.5-1.mga3.tainted
+ Revision: 330706
- new version 2.0.5

* Wed Dec 12 2012 gw666 <gw666> 2.0.4-2.mga3.tainted
+ Revision: 329889
- add build fix for new dvb kernel headers

* Tue Oct 16 2012 fwang <fwang> 2.0.4-1.mga3.tainted
+ Revision: 306865
- fix build
- update rpm group
- new version 2.0.4

* Sat Sep 15 2012 fwang <fwang> 2.0.3-3.mga3.tainted
+ Revision: 294220
- rebuild for new x264

* Sat Jul 28 2012 fwang <fwang> 2.0.3-2.mga3.tainted
+ Revision: 275254
- rebuild for new dfb

* Thu Jul 19 2012 fwang <fwang> 2.0.3-1.mga3.tainted
+ Revision: 272562
- new version 2.0.3

* Fri Jun 29 2012 colin <colin> 2.0.2-2.mga3.tainted
+ Revision: 264947
- Rebuild against new libudev major

* Fri Jun 29 2012 fwang <fwang> 2.0.2-1.mga3.tainted
+ Revision: 264866
- br gtk
- more br
- br lua
- new version 2.0.2

* Tue May 29 2012 fwang <fwang> 2.0.1-2.mga3.tainted
+ Revision: 248988
- rebuild for new ffmpeg

* Tue Mar 20 2012 fwang <fwang> 2.0.1-1.mga2.tainted
+ Revision: 224549
- new version 2.0.1

* Fri Mar 09 2012 fwang <fwang> 2.0.0-4.mga2.tainted
+ Revision: 221972
- req on live is not needed

* Fri Mar 09 2012 fwang <fwang> 2.0.0-3.mga2.tainted
+ Revision: 221955
- update file list
- drop sidplay req, it is dead for years
- update file list
- add contrib dir
- cleanup switches

* Fri Mar 09 2012 fwang <fwang> 2.0.0-2.mga2
+ Revision: 221926
- requires live for rtsp
- rebuild for new live

* Tue Feb 21 2012 dmorgan <dmorgan> 2.0.0-1.mga2.tainted
+ Revision: 211375
- New version 2.0.0

* Sat Feb 11 2012 shlomif <shlomif> 2.0.0-0.rc1.1.mga2.tainted
+ Revision: 207366
- Added two missing BuildRequires again - libxcb-util-keysyms-devel
- Initial VLC 2.0.0-RC1 RPM. Thanks to doktor5000 (modified by shlomif)

* Sun Feb 05 2012 fwang <fwang> 1.1.13-1.mga2.tainted
+ Revision: 205030
- update file list
- new version 1.1.13

* Sat Jan 28 2012 kamil <kamil> 1.1.12-5.mga2.tainted
+ Revision: 202583
- rebuild against new libupnp-1.6.15
- clean .spec a bit

* Fri Jan 27 2012 fwang <fwang> 1.1.12-4.mga2.tainted
+ Revision: 202157
- rebuild for new ffmpeg

* Wed Dec 14 2011 fwang <fwang> 1.1.12-3.mga2.tainted
+ Revision: 181442
- update xulrunner patch
- rebuild for new x264

* Fri Oct 28 2011 fwang <fwang> 1.1.12-2.mga2.tainted
+ Revision: 159113
- rebuild for new libcdio

* Fri Oct 07 2011 fwang <fwang> 1.1.12-1.mga2.tainted
+ Revision: 152592
- update file list
- fix desktop file
- ne version 1.1.12

* Mon Sep 26 2011 fwang <fwang> 1.1.11-6.mga2.tainted
+ Revision: 148454
- rebuild for new libmatroska

* Tue Sep 13 2011 fwang <fwang> 1.1.11-5.mga2.tainted
+ Revision: 142949
- build with verbose
- rebuild for new libpng
- rebuild for new libupnp
- rebuild for new gnutls

* Sun Jul 17 2011 fwang <fwang> 1.1.11-2.mga2.tainted
+ Revision: 125200
- rebuild for new libmtp

* Sat Jul 16 2011 fwang <fwang> 1.1.11-1.mga2.tainted
+ Revision: 124639
- new version 1.11.11

* Thu Jul 14 2011 fwang <fwang> 1.1.10-5.mga2.tainted
+ Revision: 123998
- br libxcb-util-keysyms-devel
- rebuild for new libdvbpsi

* Fri Jul 01 2011 ahmad <ahmad> 1.1.10-4.mga2
+ Revision: 117059
- Rebuild for new libmatroska

* Sat Jun 25 2011 fwang <fwang> 1.1.10-3.mga2.tainted
+ Revision: 113514
- rebuild for new ffmpeg

* Mon Jun 13 2011 ahmad <ahmad> 1.1.10-2.mga2.tainted
+ Revision: 105554
- Rebuild against libnotify-0.7

* Tue Jun 07 2011 ahmad <ahmad> 1.1.10-1.mga2.tainted
+ Revision: 101555
- Update to 1.1.10
- Rediff the xulrunner patch

* Sun May 29 2011 cjw <cjw> 1.1.9-4.mga1.tainted
+ Revision: 100688
- add support for tainted builds

* Sat Apr 30 2011 pterjan <pterjan> 1.1.9-3.mga1
+ Revision: 94001
- Bump release higher than Mandriva

* Thu Apr 14 2011 mikala <mikala> 1.1.9-1.mga1
+ Revision: 85138
- Fix file list
+ dmorgan <dmorgan>
- Remove patch19
- New version 1.1.9
- Update to vlc 1.1.8

* Thu Mar 24 2011 dmorgan <dmorgan> 1.1.7-7.mga1
+ Revision: 76577
- Comment file libv4l_plugin.so*
+ boklm <boklm>
- rebuild for bug #497

* Tue Mar 08 2011 mikala <mikala> 1.1.7-6.mga1
+ Revision: 66603
- Remove requires on vlc for vlc-plugin-pulse (it can be used without vlc for example with phonon-vlc)

* Sun Feb 20 2011 dmorgan <dmorgan> 1.1.7-5.mga1
+ Revision: 54460
- Obsolete %%name-plugin-xosd in the main package if not packaged

* Fri Feb 18 2011 dmorgan <dmorgan> 1.1.7-4.mga1
+ Revision: 53947
- Fix conflict because of package splitting

* Fri Feb 18 2011 mikala <mikala> 1.1.7-3.mga1
+ Revision: 53836
- Split vlc in vlc & vlc-plugin-common (fix the use of phonon-vlc without the need of the whole vlc)
- Fix typo in spec
- Drop BuildRoot

* Thu Feb 03 2011 ahmad <ahmad> 1.1.7-2.mga1
+ Revision: 46653
- apply patch19 to fix build with libmatroska-1.1.0
- apply patch19 to fix build
- rebuild for new libmatroska

* Tue Feb 01 2011 dmorgan <dmorgan> 1.1.7-1.mga1
+ Revision: 46119
- New version 1.1.7

* Wed Jan 26 2011 ahmad <ahmad> 1.1.6-1.mga1
+ Revision: 41261
- update to 1.1.6
- drop path100,101 merged upstream
- add patch0 to fix build
- drop old/unneeded scriptlets
- disable the goom and xosd plugins
- imported package vlc


* Mon Dec 06 2010 Götz Waschk <waschk@mandriva.org> 1.1.5-3mdv2011.0
+ Revision: 612303
- rebuild

* Thu Nov 25 2010 Colin Guthrie <cguthrie@mandriva.org> 1.1.5-2mdv2011.0
+ Revision: 601141
- Fix Xlib related issues when dealing with libpulse output.

  + Götz Waschk <waschk@mandriva.org>
    - new version
    - add xscreensaver and gme plugins

* Fri Oct 01 2010 Funda Wang <fwang@mandriva.org> 1.1.4.1-1mdv2011.0
+ Revision: 582324
- new version 1.1.4.1

* Fri Sep 10 2010 Götz Waschk <waschk@mandriva.org> 1.1.4-2mdv2011.0
+ Revision: 577055
- rebuild for new libdvbpsi

* Fri Aug 27 2010 Götz Waschk <waschk@mandriva.org> 1.1.4-1mdv2011.0
+ Revision: 573468
- new version
- drop patch 0

* Mon Aug 23 2010 Götz Waschk <waschk@mandriva.org> 1.1.3-2mdv2011.0
+ Revision: 572163
- fix screensaver inhibition (bug #60749)
- readd libtoolize call
- remove unapplied patches
- don't call autotools if not needed

* Thu Aug 19 2010 Götz Waschk <waschk@mandriva.org> 1.1.3-1mdv2011.0
+ Revision: 571320
- update to new version 1.1.3

* Mon Aug 09 2010 Götz Waschk <waschk@mandriva.org> 1.1.2-2mdv2011.0
+ Revision: 568173
- rebuild for new libproxy
- drop wrong rvlc patch
- move rvlc to lua package
- bump mtp dep
- disable panoramix on 2009.1
- fix rvlc wrapper
- apply patch18 on 2009.1

* Fri Jul 30 2010 Götz Waschk <waschk@mandriva.org> 1.1.2-1mdv2011.0
+ Revision: 563306
- update to new version 1.1.2
- add provides for the python binding
- disable dv on 2009.1
- remove old build options

* Thu Jul 22 2010 Götz Waschk <waschk@mandriva.org> 1.1.1-1mdv2011.0
+ Revision: 556772
- new version
- drop patch 20
- remove obsolete build options
- disable SDL_image for 2010.0 builds
- fix taglib build for 2010.0
- disable taglib for 2010.0
- update build deps for 1394

* Tue Jul 13 2010 Anssi Hannula <anssi@mandriva.org> 1.1.0-2mdv2011.0
+ Revision: 552373
- split different-majored vlccore library to a separate package

  + Götz Waschk <waschk@mandriva.org>
    - enable goom, projectm and libass support
    - merge a52, ogg and dvdnav with main package
    - move to 1.1 branch

  + Colin Guthrie <cguthrie@mandriva.org>
    - Re-remove the pulse priority patch (it is no longer needed).
    - Remove old (and disabled) patch for PA < 0.9.11 (so Mdv 2009.0) This is no longer supported
    - Apply recent changes from trunk
      * fix libv4l build dep for backports
      * bump x264 dep
      * apply xulrunner patch for 2010.0 backports as well

* Tue Jun 22 2010 Colin Guthrie <cguthrie@mandriva.org> 1.1.0-0.30000000.1mdv2010.1
+ Revision: 548519
- Update to VLC 1.1 final
- Fix icon names on install
- Add PA patch for user-agent argument (will be used in Phonon-VLC; upstream)
- Fix invalid %%elseif (should be %%elsif) usage in spec.
- Update to latest 1.1.0 RC+

* Sun Apr 04 2010 Colin Guthrie <cguthrie@mandriva.org> 1.1.0-0.20100404.1mdv2010.1
+ Revision: 531424
- Fix KDE BR
- Fix BR for v4l
- New git snapshot of 1.1
- Disable some plugins that no longer seem available (rmtp, screensaver, shout, sdl image)
- Adapt to the new plugin directory hierarchy
- Merge commits from official package

* Thu Feb 11 2010 Colin Guthrie <cguthrie@mandriva.org> 1.1.0-0.20100211.1mdv2010.1
+ Revision: 504373
- Disable SSE for now as I don't know how to make it work on the cluster
- Remove ffsvn definition as it's not used.
- Fix release
- Rename patch after it's been tweaked for new version
- Add some missing BR
- Update pulseprio patch (need to check to see if it's still needed)
- Update xulrunner patch for latest code changes
- Drop phonon-vlc package as it's no longer in the same source tree
- New snapshot

* Mon Jan 25 2010 Colin Guthrie <cguthrie@mandriva.org> 1.0.5-1mdv2010.1
+ Revision: 496027
- BR kdelibs4-devel
- Fix version
- BR kde4-macros
- Fix phonon init on x86_64
- Fix compilation of phonon-vlc (pushed upstream)
- Update to git master
- Fix file lists
- Temporarily disable two patches that no longer apply
- Add phonon-vlc package
- Copy vlc to phonon package branch

  + Götz Waschk <waschk@mandriva.org>
    - rebuild

* Thu Jan 07 2010 Götz Waschk <waschk@mandriva.org> 1.0.4-2mdv2010.1
+ Revision: 487090
- patch for new xulrunner
- add libkate subtitle plugin
- add Icecast plugin (bug #56510)
- add shoutcast plugin (bug #56510)
- don't build udev support on 2009.1

* Thu Dec 10 2009 Götz Waschk <waschk@mandriva.org> 1.0.4-1mdv2010.1
+ Revision: 476082
- new version
- rediff patch 13

* Thu Dec 10 2009 Götz Waschk <waschk@mandriva.org> 1.0.3-3mdv2010.1
+ Revision: 475966
- rebuild

* Mon Nov 09 2009 Götz Waschk <waschk@mandriva.org> 1.0.3-2mdv2010.1
+ Revision: 463359
- update build deps
- rebuild for new libcdio

* Sat Nov 07 2009 Götz Waschk <waschk@mandriva.org> 1.0.3-1mdv2010.1
+ Revision: 462446
- new version
- add udev plugin

* Mon Sep 21 2009 Götz Waschk <waschk@mandriva.org> 1.0.2-1mdv2010.0
+ Revision: 446937
- new version
- drop patch 0
- update file list

* Tue Sep 01 2009 Götz Waschk <waschk@mandriva.org> 1.0.1-3mdv2010.0
+ Revision: 423400
- revert v4l2 changes (bug #52259)
- update menu categories (bug #53216)

* Mon Aug 03 2009 Götz Waschk <waschk@mandriva.org> 1.0.1-2mdv2010.0
+ Revision: 408218
- add debian patches for the OSD menu and asm MMX chroma converter
- move libnotify plugin to extra package (bug  #52559)
- fix libtoolize call for 2009.0

* Wed Jul 29 2009 Götz Waschk <waschk@mandriva.org> 1.0.1-1mdv2010.0
+ Revision: 402911
- new version

* Mon Jul 13 2009 Götz Waschk <waschk@mandriva.org> 1.0.0-3mdv2010.0
+ Revision: 395704
- add libtoolize call to fix build
- fix build deps for 2009.0
- disable pulseaudio on 2009.0

  + Giuseppe Ghibò <ghibo@mandriva.com>
    - Added libtool to BuildRequires.
    - Add Patch15 to allow pulseaudio support in distro version 2009.0 (better than nothing).
    - Temporary disable Patch13 which reduces the buffer size.

* Wed Jul 08 2009 Götz Waschk <waschk@mandriva.org> 1.0.0-2mdv2010.0
+ Revision: 393440
- rebuild for missing package
- new version
- drop patch 0

* Fri Jun 26 2009 Götz Waschk <waschk@mandriva.org> 1.0.0-0.rc4.1mdv2010.0
+ Revision: 389420
- new version

* Thu Jun 25 2009 Frederic Crozat <fcrozat@mandriva.com> 1.0.0-0.rc3.2mdv2010.0
+ Revision: 389053
- Fix patch0 which was breaking dialog (upstream bug #2857)
- Fix space changes in format-security patch and sent it upstream [prw]

  + Götz Waschk <waschk@mandriva.org>
    - disable schroedinger for older distros

* Mon Jun 08 2009 Götz Waschk <waschk@mandriva.org> 1.0.0-0.rc3.1mdv2010.0
+ Revision: 383865
- new version
- remove arts and esd plugins
- remove vlvc sources
- rediff patches 0,13
- drop patch 3
- update file list
- update build deps
- update build deps

* Fri Apr 24 2009 Götz Waschk <waschk@mandriva.org> 0.9.9-5mdv2010.0
+ Revision: 368985
- new version
- rediff patch 0
- drop patch 17

* Fri Feb 20 2009 Frederic Crozat <fcrozat@mandriva.com> 0.9.8a-5mdv2009.1
+ Revision: 343305
- Patch17: don't clean libxml2, vlc code isn't threadsafe (Mdv bug #47169)
- add git url

* Wed Feb 11 2009 Götz Waschk <waschk@mandriva.org> 0.9.8a-4mdv2009.1
+ Revision: 339355
- rebuild for new libfaad

* Sat Jan 31 2009 Nicolas Lécureuil <nlecureuil@mandriva.com> 0.9.8a-3mdv2009.1
+ Revision: 335904
- Rebuild against new qt4

* Wed Jan 07 2009 Götz Waschk <waschk@mandriva.org> 0.9.8a-2mdv2009.1
+ Revision: 326461
- fix format strings
- build against the right libraw1394

* Sun Dec 07 2008 Götz Waschk <waschk@mandriva.org> 0.9.8a-1mdv2009.1
+ Revision: 311570
- new version

* Tue Dec 02 2008 Götz Waschk <waschk@mandriva.org> 0.9.7-3mdv2009.1
+ Revision: 309440
- reenable embedding the video (bug #46140 fo)

* Mon Dec 01 2008 Götz Waschk <waschk@mandriva.org> 0.9.7-2mdv2009.1
+ Revision: 308804
- rebuild
- new version
- suggest theora package as well

* Thu Nov 06 2008 Götz Waschk <waschk@mandriva.org> 0.9.6-1mdv2009.1
+ Revision: 300258
- new version
- fix build

* Tue Oct 28 2008 Götz Waschk <waschk@mandriva.org> 0.9.5-2mdv2009.1
+ Revision: 298000
- rebuild
- rebuild

* Sat Oct 25 2008 Götz Waschk <waschk@mandriva.org> 0.9.5-1mdv2009.1
+ Revision: 297244
- new version
- drop patches 17,18

* Mon Oct 13 2008 Götz Waschk <waschk@mandriva.org> 0.9.4-2mdv2009.1
+ Revision: 293114
- fix build with new x264

* Sat Oct 11 2008 Götz Waschk <waschk@mandriva.org> 0.9.4-1mdv2009.1
+ Revision: 292164
- new version

* Mon Sep 29 2008 Götz Waschk <waschk@mandriva.org> 0.9.3-2mdv2009.0
+ Revision: 289796
- useless rebuild
- disable libv4l patch if libv4l is not requested
- new version

* Sun Sep 28 2008 Herton Ronaldo Krzesinski <herton@mandriva.com.br> 0.9.2-3mdv2009.0
+ Revision: 288978
- Do some changes based on feedback from libv4l maintainer, Hans de
  Goede:
  * Remove libv4l1 patch: libv4l1 is to make v4l1 applications work with
    v4l2 devices, as vlc now has a v4l2 plugin there is no need to keep
    it;
  * Add updated libv4l2 patch, with bugfixes from him.

* Fri Sep 26 2008 Götz Waschk <waschk@mandriva.org> 0.9.2-2mdv2009.0
+ Revision: 288522
- put back libv4l patches (Herton Ronaldo Krzesinski)
- fix dca build dep
- merge patch 2 into patch 3
- fix libv4l and live build conditionals
- bump live-devel dep
- reenable bootstrap and parallel make
- remove old mozilla plugin build fixes
- fix lua build deps

* Fri Sep 19 2008 Götz Waschk <waschk@mandriva.org> 0.9.2-1mdv2009.0
+ Revision: 285905
- new version, based on QT4 instead of wxGTK
- drop gnomevfs, slp, daap, vlvc, libv4l
- reenable svgalib, dv, libtar
- add schroedinger, fluidsynth, zvbi, lua, theora
- drop patches 0,1,4,5,6,7,8,11,12,16
- update patch 13
- patch to fix with new fribidi

* Mon Sep 01 2008 Götz Waschk <waschk@mandriva.org> 0.8.6i-6mdv2009.0
+ Revision: 278320
- rebuild for new libdvdread
- rebuild for new libdvdread

* Fri Aug 08 2008 Herton Ronaldo Krzesinski <herton@mandriva.com.br> 0.8.6i-5mdv2009.0
+ Revision: 269040
- Rename vlc-0.8.6-libv4l1.patch to vlc-0.8.6i-libv4l1.patch
- Fix libv4l1 patch added in previous release to make v4l plugin to
  properly link with libv4l. Bug report by Christiaan Welvaart on
  cooker ML.

* Fri Aug 01 2008 Herton Ronaldo Krzesinski <herton@mandriva.com.br> 0.8.6i-4mdv2009.0
+ Revision: 259102
- Added patch from libv4l to add support to libv4l1.

* Thu Jul 31 2008 Götz Waschk <waschk@mandriva.org> 0.8.6i-3mdv2009.0
+ Revision: 257501
- patch for xulrunner
- patch for wxgtk 2.8

* Fri Jul 25 2008 Götz Waschk <waschk@mandriva.org> 0.8.6i-2mdv2009.0
+ Revision: 249132
- update file list
- patch for libdca detection

* Sun Jul 13 2008 Götz Waschk <waschk@mandriva.org> 0.8.6i-1mdv2009.0
+ Revision: 234386
- new version
- fix linking

  + Pixel <pixel@mandriva.com>
    - rpm filetriggers deprecates update_menus/update_scrollkeeper/update_mime_database/update_icon_cache/update_desktop_database/post_install_gconf_schemas
    - do not call ldconfig in %%post/%%postun, it is now handled by filetriggers

* Sat Jun 07 2008 Götz Waschk <waschk@mandriva.org> 0.8.6h-1mdv2009.0
+ Revision: 216676
- new version
- drop patch 4
- update vlvc patch
- don't call autotools twice

* Thu May 15 2008 Götz Waschk <waschk@mandriva.org> 0.8.6g-1mdv2009.0
+ Revision: 207509
- new version
- drop patch 5

* Wed May 14 2008 Götz Waschk <waschk@mandriva.org> 0.8.6f-4mdv2009.0
+ Revision: 207103
- fix buildrequires for arts
- enable twolame plugin
- remove unused configure options

* Thu Apr 24 2008 Götz Waschk <waschk@mandriva.org> 0.8.6f-3mdv2009.0
+ Revision: 197209
- fix build with new ffmpeg
- small fix for auto* build
- rebuild

* Mon Apr 14 2008 Götz Waschk <waschk@mandriva.org> 0.8.6f-2mdv2009.0
+ Revision: 193288
- rebuild

* Tue Apr 08 2008 Götz Waschk <waschk@mandriva.org> 0.8.6f-1mdv2009.0
+ Revision: 192385
- add removable media mime types for nautilus

* Thu Apr 03 2008 Götz Waschk <waschk@mandriva.org> 0.8.6f-1mdv2008.1
+ Revision: 192075
- new version 0.8.6f (security update)
- drop patch 0

* Wed Mar 26 2008 Götz Waschk <waschk@mandriva.org> 0.8.6e-2mdv2008.1
+ Revision: 190429
- fix build of the mkv demuxer

  + Colin Guthrie <cguthrie@mandriva.org>
    - Fix from debian to fix alsa buffering when used with pulseaudio alsa plugin (not our default setup but still a valid config)

* Thu Feb 28 2008 Götz Waschk <waschk@mandriva.org> 0.8.6e-1mdv2008.1
+ Revision: 175980
- new version
- drop source 1
- drop patches 0,9,10
- clean up spec file by removing support for jurassic distributions

* Thu Feb 21 2008 Colin Guthrie <cguthrie@mandriva.org> 0.8.6d-9mdv2008.1
+ Revision: 173574
- Fix package naming error in suggests for PA.

* Wed Feb 20 2008 Colin Guthrie <cguthrie@mandriva.org> 0.8.6d-8mdv2008.1
+ Revision: 173167
- Really fix pulseaudio plugin.

* Tue Feb 19 2008 Colin Guthrie <cguthrie@mandriva.org> 0.8.6d-7mdv2008.1
+ Revision: 172648
- Resurrect some fixes I thought were upstream but weren't (needed for 0.8.6 compilation)
- Use the (now committed) upstream version of pulseaudio support.

  + Thierry Vignaud <tv@mandriva.org>
    - summary is not licence tag
    - fix "foobar is blabla" summary (=> "blabla") so that it looks nice in rpmdrake

* Sun Feb 17 2008 Colin Guthrie <cguthrie@mandriva.org> 0.8.6d-6mdv2008.1
+ Revision: 170011
- Set priority of pulseaudio plugin to 200 (so it's default)
- Fix issues with upstream patch
- Add native pulseaudio support (upstream ticket #1215)

* Thu Feb 14 2008 Götz Waschk <waschk@mandriva.org> 0.8.6d-5mdv2008.1
+ Revision: 168112
- readd vlvc and upgrade to 0.8

* Wed Feb 13 2008 Frederic Crozat <fcrozat@mandriva.com> 0.8.6d-4mdv2008.1
+ Revision: 167004
- Patch10: bump priority of esd backend for pulseaudio (Mdv bug #36706)
- Patch11 (SVN): various ALSA fixes
- add suggests on esd plugin

  + Thierry Vignaud <tv@mandriva.org>
    - fix spacing at top of description

* Thu Jan 17 2008 Götz Waschk <waschk@mandriva.org> 0.8.6d-3mdv2008.1
+ Revision: 154481
- rebuild

  + Thierry Vignaud <tv@mandriva.org>
    - drop old menu
    - fix mesaglu-devel BR

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Wed Jan 02 2008 Götz Waschk <waschk@mandriva.org> 0.8.6d-2mdv2008.1
+ Revision: 140442
- fix build with new ffmpeg
- rebuild for new ffmpeg
- suggest ogg plugin
- fix path to the Vera font

  + Thierry Vignaud <tv@mandriva.org>
    - kill re-definition of %%buildroot on Pixel's request
    - do not advertize plf

* Sat Dec 01 2007 Götz Waschk <waschk@mandriva.org> 0.8.6d-1mdv2008.1
+ Revision: 114277
- new version
- new devel name

* Tue Nov 06 2007 Funda Wang <fwang@mandriva.org> 0.8.6c-7mdv2008.1
+ Revision: 106496
- rebuild for new lzma

* Thu Nov 01 2007 Götz Waschk <waschk@mandriva.org> 0.8.6c-6mdv2008.1
+ Revision: 104337
- add pvr module (bug #35186)

* Mon Oct 22 2007 Götz Waschk <waschk@mandriva.org> 0.8.6c-5mdv2008.1
+ Revision: 101294
- rebuild for new libdvbpsi

* Fri Oct 12 2007 Götz Waschk <waschk@mandriva.org> 0.8.6c-4mdv2008.1
+ Revision: 97442
- patch from debian: disable update in the help menu
- replace some requires by suggests

  + Thierry Vignaud <tv@mandriva.org>
    - kill desktop-file-validate's 'warning: key "Encoding" in group "Desktop Entry" is deprecated'

* Sun Aug 19 2007 Götz Waschk <waschk@mandriva.org> 0.8.6c-3mdv2008.0
+ Revision: 67142
- rebuild

* Wed Jul 25 2007 Götz Waschk <waschk@mandriva.org> 0.8.6c-2mdv2008.0
+ Revision: 55289
- add jack plugin (bug #32092)

* Mon Jun 18 2007 Götz Waschk <waschk@mandriva.org> 0.8.6c-1mdv2008.0
+ Revision: 40692
- fix desktop entry
- new version
- drop patch 0
- disable vlvc

* Thu Apr 19 2007 Götz Waschk <waschk@mandriva.org> 0.8.6b-1mdv2008.0
+ Revision: 14978
- new version
- rediff patch 3
- update file list


* Fri Feb 23 2007 Götz Waschk <waschk@mandriva.org> 0.8.6a-2mdv2007.0
+ Revision: 124956
- rebuild for new libmpcdec

  + Olivier Thauvin <nanardon@mandriva.org>
    - add with condition for vlvc
    - add vlvc patch (for Scara)

* Thu Jan 04 2007 Götz Waschk <waschk@mandriva.org> 0.8.6a-1mdv2007.1
+ Revision: 104188
- new version
- update ffmpeg snapshot and patch 9

* Mon Dec 11 2006 Götz Waschk <waschk@mandriva.org> 0.8.6-2mdv2007.1
+ Revision: 95020
- patch for new libflac

* Sun Dec 10 2006 Götz Waschk <waschk@mandriva.org> 0.8.6-1mdv2007.1
+ Revision: 94507
- new version
- disable flac for new
- fix build with firefox 2.0 on Cooker
- update file list

* Fri Nov 17 2006 Götz Waschk <waschk@mandriva.org> 0.8.6-0.test2a.1mdv2007.1
+ Revision: 85209
- new version
- update file list

* Thu Nov 09 2006 Götz Waschk <waschk@mandriva.org> 0.8.6-0.test1.5mdv2007.1
+ Revision: 79173
- update ffmpeg snapshot and patch 9

* Fri Nov 03 2006 Götz Waschk <waschk@mandriva.org> 0.8.6-0.test1.4mdv2007.1
+ Revision: 76244
- bot rebuild
- bot rebuild
- bot rebuild
- new version
- update ffmpeg snapshot
- update patch 9
- drop patch 3
- add libvlc package
- use upstream desktop file
- add new plugins

* Fri Nov 03 2006 Götz Waschk <waschk@mandriva.org> 0.8.5-14mdv2007.1
+ Revision: 76146
- fix build with new libcdio
- fix description

* Fri Oct 20 2006 Götz Waschk <waschk@mandriva.org> 0.8.5-13mdv2007.0
+ Revision: 71227
- update patch 3 for new x264

* Fri Oct 20 2006 Götz Waschk <waschk@mandriva.org> 0.8.5-12mdv2007.1
+ Revision: 71188
- Import vlc

* Fri Oct 20 2006 Götz Waschk <waschk@mandriva.org> 0.8.5-12mdv2007.1
- unpack patches
- rebuild

* Mon Sep 04 2006 Anssi Hannula <anssi@mandriva.org> 0.8.5-11mdv2007.0
- fix buildrequires

* Thu Aug 31 2006 Götz Waschk <waschk@mandriva.org> 0.8.5-10mdv2007.0
- merge mad and alsa plugins in the main package
- don't run bootstrap, it needs network access

* Wed Aug 30 2006 Götz Waschk <waschk@mandriva.org> 0.8.5-9mdv2007.0
- patch for new x264
- rediff patch 0
- update ffmpeg snapshot
- depend on wxgtk < 2.7 for now

* Fri Aug 04 2006 Götz Waschk <waschk@mandriva.org> 0.8.5-1mdv2007.0
- rebuild for new dbus

* Sun Jul 02 2006 Götz Waschk <waschk@mandriva.org> 0.8.5-7mdv2007.0
- spec cleanup

* Tue Jun 27 2006 Götz Waschk <waschk@mandriva.org> 0.8.5-6mdv2007.0
- add xdg menu

* Mon Jun 26 2006 Götz Waschk <waschk@mandriva.org> 0.8.5-5mdv2007.0
- drop patch 10
- update ffmpeg to svn snapshot

* Wed May 31 2006 Götz Waschk <waschk@mandriva.org> 0.8.5-4mdv2007.0
- fix default font with new X

* Tue May 30 2006 Frederic Crozat <fcrozat@mandriva.com> 0.8.5-3mdv2007.0
- Regenerate patch1
- Patch10: add H264 MBAFF decoding for non-cooker build
- Use ffmpeg snapshot 20060519 for non-cooker build
- update buildrequires for cooker
- Enable win32 codec loader on x86 arch

* Mon May 08 2006 Götz Waschk <waschk@mandriva.org> 0.8.5-2mdk
- drop patch 10
- drop patch 0
- new version

* Sat May 06 2006 Götz Waschk <waschk@mandriva.org> 0.8.5-1.test4.1mdk
- new snapshot
- enable daap
- move the mozilla files all to the mozilla plugin directory

* Fri May 05 2006 Götz Waschk <waschk@mandriva.org> 0.8.5-1.test3.4mdk
- fix mozilla plugin

* Fri May 05 2006 Götz Waschk <waschk@mandriva.org> 0.8.5-1.test3.3mdk
- rebuild

* Sat Apr 22 2006 Götz Waschk <waschk@mandriva.org> 0.8.5-1.test3.2mdk
- update ffmpeg snapshot
- rebuild for new firefox

* Sat Apr 22 2006 Götz Waschk <waschk@mandriva.org> 0.8.5-1.test3.1mdk
- update patch 10
- new version
- use seamonkey instead of mozilla in Cooker

* Thu Apr 06 2006 Pascal Terjan <pterjan@mandriva.org>  0.8.5-1.test2.2mdk
- drop patch 11 (upstream now allow chosing port)

* Mon Apr 03 2006 Götz Waschk <waschk@mandriva.org> 0.8.5-1.test2.1mdk
- rediff patch 9
- drop patch 7
- update ffmpeg snapshot
- new version

* Sat Mar 18 2006 Götz Waschk <waschk@mandriva.org> 0.8.5-1.test1.2mdk
- rebuild for new libcdio
- merge faad in main vlc if enabled

* Tue Mar 14 2006 Götz Waschk <waschk@mandriva.org> 0.8.5-1.test1.1mdk
- reenable cddb plugin
- update file list
- fix shared libvlc build
- drop patch 0
- build with system ffmpeg on Cooker
- new snapshot

* Mon Feb 20 2006 Götz Waschk <waschk@mandriva.org> 0.8.5-0.20060220.2mdk
- fix linkage of vlc

* Mon Feb 20 2006 Götz Waschk <waschk@mandriva.org> 0.8.5-0.20060220.1mdk
- add upnp plugin
- update file list
- fix default font (bug 21195)
- new snapshot

* Fri Feb 03 2006 Götz Waschk <waschk@mandriva.org> 0.8.5-0.20060202.1mdk
- update file list
- new snapshot

* Wed Jan 25 2006 Götz Waschk <waschk@mandriva.org> 0.8.5-0.20060125.1mdk
- new snapshot

* Mon Jan 23 2006 Götz Waschk <waschk@mandriva.org> 0.8.5-0.20060123.1mdk
- update patch 10
- disable bonjour for everything older than cooker
- new snapshot

* Mon Jan 23 2006 Olivier Blin <oblin@mandriva.com> 0.8.5-0.20060111.2mdk
- enable bonjour!
- fix typo in slp plugin summary

* Wed Jan 11 2006 Götz Waschk <waschk@mandriva.org> 0.8.5-0.20060111.1mdk
- update file list
- update patches 2,10
- drop merged patch 3
- new snapshot

* Sun Dec 25 2005 Pascal Terjan <pterjan@mandriva.org> 0.8.4a-2mdk
- Allow chosing rtsp local port

* Tue Dec 13 2005 Götz Waschk <waschk@mandriva.org> 0.8.4a-1mdk
- drop merged patch 0
- new version

* Mon Nov 28 2005 Götz Waschk <waschk@mandriva.org> 0.8.4-2mdk
- from Annsi:
 - remove x264 ldflags, fixed upstream
 - fix patch 9
 - use glibc dvb headers, remove buildrequires kernel-source

* Sun Nov 27 2005 Götz Waschk <waschk@mandriva.org> 0.8.4-1mdk
- update patch 9
- upgrade ffmpeg snapshot
- new version

* Fri Nov 11 2005 Götz Waschk <waschk@mandriva.org> 0.8.4-0.test2.2mdk
- from Annsi: fix x264 build

* Thu Nov 10 2005 Götz Waschk <waschk@mandriva.org> 0.8.4-0.test2.1mdk
- update file list
- new version

* Wed Nov 02 2005 Götz Waschk <waschk@mandriva.org> 0.8.4-0.test1.20051101.1mdk
- add new files
- add musepack plugin
- switch to unicode wxGTK
- update patch 3
- new snapshot

* Tue Nov 01 2005 Götz Waschk <waschk@mandriva.org> 0.8.4-0.test1.20051002.5mdk
- build fix for dts on x86_64 (Anssi Hannula)

* Mon Oct 31 2005 Götz Waschk <waschk@mandriva.org> 0.8.4-0.test1.20051002.4mdk
- enable shared libvlc

* Fri Oct 28 2005 Götz Waschk <waschk@mandriva.org> 0.8.4-0.test1.20051002.3mdk
- patch for new hal

* Wed Oct 26 2005 Götz Waschk <waschk@mandriva.org> 0.8.4-0.test1.20051002.2mdk
- rebuild for new mozilla

* Tue Oct 11 2005 Götz Waschk <waschk@mandriva.org> 0.8.4-0.test1.20051002.1mdk
- nightly build

* Wed Sep 28 2005 Götz Waschk <waschk@mandriva.org> 0.8.4-0.test1.1mdk
- enable vcd and cddax, but disable cddb on 2006 (libcddb is too new)
- build fix
- add new plugins
- rediff patches 7,9
- drop patch 8
- drop merged patches 0,4,5,6
- update ffmpeg snapshot
- new version

* Wed Sep 07 2005 Götz Waschk <waschk@mandriva.org> 0.8.2-8mdk
- patch for new samba
- fix ffmpeg configuration
- disable x264

* Sat Jul 30 2005 Götz Waschk <waschk@mandriva.org> 0.8.2-7mdk
- rebuild for new firefox

* Fri Jul 22 2005 Gwenole Beauchesne <gbeauchesne@mandriva.com> 0.8.2-6mdk
- 64-bit, lib64 and x86_64 fixes
- don't use libtar, it's not fully 64-bit clean though it could work
  as is on x86_64, an API change is necessary to fix that

* Sun Jul 10 2005 Frederic Crozat <fcrozat@mandriva.com> 0.8.2-5mdk
- Patch6 (SVN): add support for restricting httpd access using .host file

* Fri Jul 08 2005 Götz Waschk <waschk@mandriva.org> 0.8.2-4mdk
- rebuild for new dvbpsi

* Thu Jul 07 2005 Frederic Crozat <fcrozat@mandriva.com> 0.8.2-3mdk
- Patch5 : Google Video support

* Wed Jul 06 2005 Frederic Crozat <fcrozat@mandriva.com> 0.8.2-2mdk
- downgrade ffmpeg to 20050427 CVS snapshot, fix mpeg2 encoder,
  needed for Freeplayer
- Update patch4 to fix build with gcc4

* Mon Jun 27 2005 Götz Waschk <waschk@mandriva.org> 0.8.2-1mdk
- new version

* Fri Jun 24 2005 Götz Waschk <waschk@mandriva.org> 0.8.2-0.test3.1mdk
- update x264
- new version

* Fri Jun 10 2005 Götz Waschk <waschk@mandriva.org> 0.8.2-0.test2.3mdk
- disable speex for 10.0
- fix wx deps for the backports
- disable gnutls on 10.1

* Thu Jun 09 2005 Götz Waschk <waschk@mandriva.org> 0.8.2-0.test2.2mdk
- build fixes for mdk 9.2

* Thu Jun 09 2005 Götz Waschk <waschk@mandriva.org> 0.8.2-0.test2.1mdk
- drop patch 0
- new version

* Thu May 26 2005 Götz Waschk <waschk@mandriva.org> 0.8.2-0.test1.6mdk
- rebuild for new firefox

* Tue May 24 2005 Götz Waschk <waschk@mandriva.org> 0.8.2-0.test1.5mdk
- fix buildrequires

* Fri May 20 2005 Götz Waschk <waschk@mandriva.org> 0.8.2-0.test1.4mdk
- fix mkrel

* Fri May 20 2005 Götz Waschk <waschk@mandriva.org> 0.8.2-0.test1.3mdk
- simplify mozilla build
- fix buildrequires

* Thu May 19 2005 Götz Waschk <waschk@mandriva.org> 0.8.2-0.test1.2mdk
- fix deps

* Wed May 18 2005 Götz Waschk <waschk@mandriva.org> 0.8.2-0.test1.1mdk
- update file list
- workaround mozilla-firefox-config bug
- workaround wx-config problem
- update patch 4
- new ffmpeg
- new x264
- new prerelease

* Wed Apr 27 2005 Götz Waschk <waschk@mandriva.org> 0.8.1-11mdk
- rebuild for new wxGTK

* Tue Apr 26 2005 Götz Waschk <waschk@mandriva.org> 0.8.1-10mdk
- rebuild for new libtheora

* Tue Apr 19 2005 Götz Waschk <waschk@linux-mandrake.com> 0.8.1-9mdk
- rebuild for new libcdio

* Thu Apr 07 2005 Götz Waschk <waschk@linux-mandrake.com> 0.8.1-8mdk
- use mkrel macro

* Wed Mar 30 2005 Götz Waschk <waschk@linux-mandrake.com> 0.8.1-7mdk
- build with firefox 1.0.2

* Sat Feb 26 2005 Götz Waschk <waschk@linux-mandrake.com> 0.8.1-6mdk
- build with firefox

* Fri Feb 04 2005 Götz Waschk <waschk@linux-mandrake.com> 0.8.1-5mdk
- reenable wx gui

* Thu Feb 03 2005 Charles A Edwards <eslrahc@mandrake.org>  0.8.1-4mdk
- rebuild for new libcdio 
- multiarch
- temp disable wx..binaries not created

* Tue Dec 21 2004 Götz Waschk <waschk@linux-mandrake.com> 0.8.1-3mdk
- rebuild for new mozilla

* Mon Nov 22 2004 Götz Waschk <waschk@linux-mandrake.com> 0.8.1-2mdk
- rebuild for new libcdio

* Tue Nov 16 2004 Götz Waschk <waschk@linux-mandrake.com> 0.8.1-1mdk
- requires new live
- build with gnutls
- new ffmpeg snapshot
- new version

* Wed Nov 10 2004 Götz Waschk <waschk@linux-mandrake.com> 0.8.0-3mdk
- build with libcdio on Cooker
- new mozilla

* Mon Nov 08 2004 Götz Waschk <waschk@linux-mandrake.com> 0.8.0-2mdk
- fix buildrequires

* Wed Nov 03 2004 Götz Waschk <waschk@linux-mandrake.com> 0.8.0-1mdk
- add static x264 library
- disable dts
- drop patches 2,3 (obsolete)
- drop merged patch 0
- update ffmpeg
- new version

* Fri Oct 29 2004 Götz Waschk <waschk@linux-mandrake.com> 0.8.0-0.test2.5mdk
- fix deps

* Fri Oct 29 2004 Götz Waschk <waschk@linux-mandrake.com> 0.8.0-0.test2.4mdk
- move wxvlc to the main package

* Sun Oct 17 2004 Götz Waschk <waschk@linux-mandrake.com> 0.8.0-0.test2.3mdk
- enable dvbpsi

* Wed Oct 06 2004 Götz Waschk <waschk@linux-mandrake.com> 0.8.0-0.test2.2mdk
- call automake
- drop support for mdk 9.0
- fix mdk 9.1 build
- fix update from 0.7

* Sat Oct 02 2004 Götz Waschk <waschk@linux-mandrake.com> 0.8.0-0.test2.1mdk
- new plugins: m4a, vobsub, vod_rtsp, stream_out_description, marq, scale, time
- disable parallel build
- make it short-circuit compatible
- fix sysfs linkage
- new prerelease

* Sat Sep 04 2004 Götz Waschk <waschk@linux-mandrake.com> 0.8.0-0.test1.1mdk
- add disable rpath option
- disable vcd, cddax, slp, dvbpsi, dvdplay, kde, gnome, gtk
- add opengl plugin package
- drop patches 0,4
- rediff patch 3
- update ffmpeg snapshot
- new prerelease

* Thu Aug 19 2004 Götz Waschk <waschk@linux-mandrake.com> 0.7.2-8mdk
- new mozilla

* Tue Aug 03 2004 Götz Waschk <waschk@linux-mandrake.com> 0.7.2-7mdk
- fix for speex header location
- patch for new live.com
- rebuild for new flac

* Wed Jul 21 2004 Götz Waschk <waschk@linux-mandrake.com> 0.7.2-6mdk
- enable parallel build
- patch for changed dvb api
- reenable kvlc alias

* Thu Jun 24 2004 Götz Waschk <waschk@linux-mandrake.com> 0.7.2-5mdk
- rebuild for new mozilla

* Sat Jun 12 2004 Götz Waschk <waschk@linux-mandrake.com> 0.7.2-4mdk
- rebuild for new libdvdnav

* Tue Jun 08 2004 Götz Waschk <waschk@linux-mandrake.com> 0.7.2-3mdk
- drop ffmpeg build workaround for Cooker
- new g++
- fix kvlc menu entry

* Thu Jun 03 2004 Götz Waschk <waschk@linux-mandrake.com> 0.7.2-2mdk
- remove skins if the skins plugin wasn't build
- fix mozilla installation
- disable speex on 9.2
- fix speex deps

* Sun May 23 2004 Götz Waschk <waschk@linux-mandrake.com> 0.7.2-1mdk
- reenable vcd
- fix ffmpeg build
- update ffmpeg
- fix browser plugin
- fix source url
- new version

* Tue May 04 2004 Götz Waschk <waschk@linux-mandrake.com> 0.7.2-0.test2.2mdk
- build with sysfs

* Mon May 03 2004 Götz Waschk <waschk@linux-mandrake.com> 0.7.2-0.test2.1mdk
- new mozilla
- add new plugins: cdda, cmml, telnet, h264, sgimb, packetizer_h264
- remove missing plugins
- disable external vcd for now
- fix installation
- allow build with wxGTK 2.5.1
- requires new libvcdinfo
- new version

* Sat Apr 03 2004 Götz Waschk <waschk@linux-mandrake.com> 0.7.1-4mdk
- new libvcd

* Sat Apr 03 2004 Götz Waschk <waschk@linux-mandrake.com> 0.7.1-3mdk
- enable theora
- fix skin location

* Mon Mar 15 2004 Olivier Thauvin <thauvin@aerov.jussieu.fr> 0.7.1-2mdk 
- add --with-v4l (enable by default)

* Tue Mar 02 2004 Götz Waschk <waschk@linux-mandrake.com> 0.7.1-1mdk
- add modplug plugin
- requires new dtsdec
- new ffmpeg
- new version

* Thu Feb 26 2004 Götz Waschk <waschk@linux-mandrake.com> 0.7.1-0.test1.4mdk
- use Bitstream Vera Sans Bold as default font (bug 8420)
- fix xosd requirement
- disable mozilla plugin on mdk 9.0
- fix fribidi requirement