]> git.pld-linux.org Git - packages/libx264.git/blobdiff - libx264.spec
- up to 20091118_2245
[packages/libx264.git] / libx264.spec
index b0298a5f59794e375a3fb27cc2d5f497e46aaa9b..cb64980fcb4aefbd6ecc8c81d02dd78f92100099 100644 (file)
@@ -1,6 +1,6 @@
-%define                snap    20080816
+%define                snap    20091118
 %define                snaph   2245
-%define                rel     4
+%define                rel     1
 Summary:       H264 encoder library
 Summary(pl.UTF-8):     Biblioteka kodująca H264
 Name:          libx264
@@ -12,12 +12,11 @@ Group:              Libraries
 #Source0:      http://www.acarlab.com/misc-dnlds/%{name}-%{version}.tar.gz
 # but it's too old, so use snapshots...
 Source0:       ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-%{snap}-%{snaph}.tar.bz2
-# Source0-md5: 0a188b8e13c62f6a97eba1c5d4ab3a3f
+# Source0-md5: 2aba19167fa145785a76e1525fad5627
 Patch0:                %{name}-alpha.patch
 Patch1:                %{name}-syms.patch
 URL:           http://www.videolan.org/developers/x264.html
 BuildRequires: gettext-devel
-BuildRequires: gtk+2-devel
 BuildRequires: pkgconfig
 %ifarch %{ix86} %{x8664}
 BuildRequires: yasm >= 0.6.0
@@ -57,56 +56,6 @@ Static x264 library.
 %description static -l pl.UTF-8
 Statyczna biblioteka x264.
 
-%package gtk
-Summary:       x264 GTK+ configuration interface library
-Summary(pl.UTF-8):     Biblioteka interfejsu konfiguracyjnego GTK+ dla x264
-Group:         X11/Libraries
-Requires:      %{name} = %{version}-%{release}
-Conflicts:     libx264-gui < 0.1.2-1.20080816_2245.2
-
-%description gtk
-x264 GTK+ configuration interface library.
-
-%description gtk -l pl.UTF-8
-Biblioteka interfejsu konfiguracyjnego GTK+ dla x264.
-
-%package gtk-devel
-Summary:       Header files for x264gtk library
-Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki x264gtk
-Group:         X11/Development/Libraries
-Requires:      %{name}-devel = %{version}-%{release}
-Requires:      %{name}-gtk = %{version}-%{release}
-
-%description gtk-devel
-Header files for x264gtk library.
-
-%description gtk-devel -l pl.UTF-8
-Pliki nagłówkowe biblioteki x264gtk.
-
-%package gtk-static
-Summary:       Static x264gtk library
-Summary(pl.UTF-8):     Statyczna biblioteka x264gtk
-Group:         X11/Development/Libraries
-Requires:      %{name}-gtk-devel = %{version}-%{release}
-
-%description gtk-static
-Static x264gtk library.
-
-%description gtk-static -l pl.UTF-8
-Statyczna biblioteka x264gtk.
-
-%package gui
-Summary:       Encoding GUI for x264
-Summary(pl.UTF-8):     Graficzny interfejs użytkownika do kodera x264
-Group:         X11/Applications/Multimedia
-Requires:      %{name}-gtk = %{version}-%{release}
-
-%description gui
-Encoding GUI for x264.
-
-%description gui -l pl.UTF-8
-Graficzny interfejs użytkownika do kodera x264.
-
 %prep
 %setup -q -n x264-snapshot-%{snap}-%{snaph}
 %patch0 -p1
@@ -122,7 +71,6 @@ CC="%{__cc}" \
        --includedir=%{_includedir} \
        --libdir=%{_libdir} \
        --extra-cflags="%{rpmcflags}" \
-       --enable-gtk \
        --enable-pic \
        --enable-shared
 
@@ -134,8 +82,6 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang x264_gtk
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -146,7 +92,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS
 %attr(755,root,root) %{_bindir}/x264
-%attr(755,root,root) %{_libdir}/libx264.so.60
+%attr(755,root,root) %{_libdir}/libx264.so.[0-9][0-9]
 
 %files devel
 %defattr(644,root,root,755)
@@ -157,22 +103,3 @@ rm -rf $RPM_BUILD_ROOT
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libx264.a
-
-%files gtk -f x264_gtk.lang
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libx264gtk.so.60
-%{_datadir}/x264
-
-%files gtk-devel
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libx264gtk.so
-%{_includedir}/x264_gtk*.h
-%{_pkgconfigdir}/x264gtk.pc
-
-%files gtk-static
-%defattr(644,root,root,755)
-%{_libdir}/libx264gtk.a
-
-%files gui
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/x264_gtk_encode
This page took 0.084707 seconds and 4 git commands to generate.