]> git.pld-linux.org Git - packages/vlc.git/commitdiff
drop references to static libs (not packaged since 2009)
authorJan Palus <atler@pld-linux.org>
Sun, 25 Feb 2024 20:18:43 +0000 (21:18 +0100)
committerJan Palus <atler@pld-linux.org>
Sun, 25 Feb 2024 20:18:43 +0000 (21:18 +0100)
vlc.spec

index 78bd2b61613e9ee58fc7abd04a136a30a5d0829a..93fb928b3d5ab1f4f9e8ae761ea130b8309a9381 100644 (file)
--- a/vlc.spec
+++ b/vlc.spec
@@ -48,7 +48,6 @@
 %bcond_without smb             # SMB access plugin
 %bcond_without smb2            # SMB2 access plugin
 %bcond_without speex           # speex codec plugin
-%bcond_without static_libs     # don't build static libraries
 %bcond_without svg             # svg text renderer plugin
 %bcond_without twolame         # twolame codec plugin
 %bcond_without udev            # udev service discovery plugin
@@ -335,18 +334,6 @@ VLC header files.
 %description devel -l pl.UTF-8
 Pliki nagłówkowe VLC.
 
-%package static
-Summary:       VLC static libraries
-Summary(pl.UTF-8):     Biblioteki statyczne VLC
-Group:         X11/Development/Libraries
-Requires:      %{name}-devel = %{version}-%{release}
-
-%description static
-VLC static libraries.
-
-%description static -l pl.UTF-8
-Biblioteki statyczne VLC.
-
 %package X11
 Summary:       VLC - X11 output plugin
 Summary(pl.UTF-8):     Klient VLC - wtyczka wyjścia X11
@@ -460,7 +447,7 @@ Akcje klienta VLC dla Solid.
        LUAC=luac5.2 \
        --disable-optimizations \
        --disable-silent-rules \
-       %{!?with_static_libs:--disable-static} \
+       --disable-static \
 %ifarch ppc
        --disable-altivec \
 %endif
This page took 0.278742 seconds and 4 git commands to generate.