]> git.pld-linux.org Git - packages/vlc.git/commitdiff
- added bcond gnutls
authorSzymon Siwek <sls@pld-linux.org>
Mon, 7 Apr 2008 06:24:05 +0000 (06:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vlc.spec -> 1.141

vlc.spec

index c1b6e1180a20e3742571b04b8627036919145998..72b3944d06e3ddee00f71d6c26bff1f8822c8ce4 100644 (file)
--- a/vlc.spec
+++ b/vlc.spec
@@ -22,6 +22,7 @@
 %bcond_without esound  # don't build esound plugin
 %bcond_without galaktos        # OpenGL visualisation plugin
 %bcond_without gnomevfs        # gnomevfs plugin
+%bcond_without gnutls  # gnutls plugin
 %bcond_without ggi     # don't build ggi plugin
 %bcond_without hal     # build with hal support
 %bcond_without lirc    # build without lirc support
@@ -73,6 +74,7 @@ BuildRequires:        freetype-devel
 BuildRequires: fribidi-devel
 BuildRequires: gettext-devel
 %{?with_gnomevfs:BuildRequires:        gnome-vfs2-devel}
+%{?with_gnutls:BuildRequires:  gnutls-devel}
 %{?with_hal:BuildRequires:     hal-devel >= 0.2.97}
 %{?with_dv:BuildRequires:      libavc1394-devel}
 %{?with_caca:BuildRequires:    libcaca-devel}
@@ -279,8 +281,9 @@ cp -f /usr/share/automake/config.* .
        --enable-flac \
        %{?with_galaktos:--enable-galaktos} \
        --%{?with_ggi:en}%{!?with_ggi:dis}able-ggi \
-       %{!?with_gnomevfs:--disable-gnomevfs} \
        --disable-glide \
+       %{!?with_gnomevfs:--disable-gnomevfs} \
+       %{!?with_gnutls:--disable-gnutls} \
        --%{?with_lirc:en}%{!?with_lirc:dis}able-lirc \
        --enable-mad \
        --enable-mga \
@@ -497,6 +500,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/vlc/misc/libdummy_plugin.so
 %attr(755,root,root) %{_libdir}/vlc/misc/libexport_plugin.so
 %attr(755,root,root) %{_libdir}/vlc/misc/libfreetype_plugin.so
+%{?with_gnutls:%attr(755,root,root) %{_libdir}/vlc/misc/libgnutls_plugin.so}
 %attr(755,root,root) %{_libdir}/vlc/misc/libgrowl_plugin.so
 %attr(755,root,root) %{_libdir}/vlc/misc/libipv4_plugin.so
 %attr(755,root,root) %{_libdir}/vlc/misc/libipv6_plugin.so
This page took 0.035406 seconds and 4 git commands to generate.