forked from pool/farstream
Accepting request 134404 from home:dimstar:branches:GNOME:Factory
Resubmit after comments - the build failure was a stale glib2 package in my branch... OBS-URL: https://build.opensuse.org/request/show/134404 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/farstream?expand=0&rev=9
This commit is contained in:
parent
22aaf62cef
commit
45b3bd643c
3
farstream-0.1.91.tar.gz
Normal file
3
farstream-0.1.91.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8aa148759f7ee771ba03168d0a9e0ef67b9f7b9d0faec07a551baaa10d441e35
|
||||||
|
size 1233227
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:89d2576dd014904fd4aa2d838ebf52b68e33ad38eaf5ca01827a5b6beea21d8f
|
|
||||||
size 747464
|
|
@ -1,7 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 14 19:57:50 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.1.91:
|
||||||
|
+ Minor bug fixes.
|
||||||
|
+ Bump soname, showing that this version is ABI incompatible.
|
||||||
|
- Rename libfarstream-0_2-0 to libfarstream-0_2-1, following
|
||||||
|
upstreams soname bump
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 4 16:18:56 UTC 2012 - dimstar@opensuse.org
|
Tue Sep 4 16:18:56 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
- Update to version 0.1.99 (0.2.0 git snapshot 2012/09/04)
|
- Update to version 0.1.1.99 (0.2.0 git snapshot 2012/09/04)
|
||||||
+ Port to GStreamer 1.0
|
+ Port to GStreamer 1.0
|
||||||
- Drop farstream-gtkdoc.patch: fixed upstream.
|
- Drop farstream-gtkdoc.patch: fixed upstream.
|
||||||
- Drop python sub package: python support has been dropped.
|
- Drop python sub package: python support has been dropped.
|
||||||
|
@ -17,9 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: farstream
|
Name: farstream
|
||||||
Version: 0.1.1.99_0.2.0
|
Version: 0.1.91
|
||||||
Release: 0
|
Release: 0
|
||||||
%define _version 0.2.0.0
|
|
||||||
# License note: the only GPL-2.0+ files are farstream-0.1.1/common/coverage/*
|
# License note: the only GPL-2.0+ files are farstream-0.1.1/common/coverage/*
|
||||||
# and common/gstdoc-scangobj; those are just used during the build and do not
|
# and common/gstdoc-scangobj; those are just used during the build and do not
|
||||||
# affect the license of the binary packages
|
# affect the license of the binary packages
|
||||||
@ -27,7 +26,7 @@ Summary: GStreamer modules and libraries for videoconferencing
|
|||||||
License: GPL-2.0+ and LGPL-2.1+
|
License: GPL-2.0+ and LGPL-2.1+
|
||||||
Group: Productivity/Multimedia/Other
|
Group: Productivity/Multimedia/Other
|
||||||
Url: http://farsight.freedesktop.org/
|
Url: http://farsight.freedesktop.org/
|
||||||
Source: http://freedesktop.org/software/farstream/releases/farstream/%{name}-%{_version}.tar.xz
|
Source: http://freedesktop.org/software/farstream/releases/farstream/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: glib2-devel >= 2.30
|
BuildRequires: glib2-devel >= 2.30
|
||||||
BuildRequires: gobject-introspection-devel >= 0.10.1
|
BuildRequires: gobject-introspection-devel >= 0.10.1
|
||||||
@ -35,7 +34,7 @@ BuildRequires: gstreamer-devel >= 0.11
|
|||||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.16
|
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.16
|
||||||
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
|
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
|
||||||
BuildRequires: pkgconfig(gupnp-igd-1.0) >= 0.2
|
BuildRequires: pkgconfig(gupnp-igd-1.0) >= 0.2
|
||||||
BuildRequires: pkgconfig(nice) >= 0.1.0
|
BuildRequires: pkgconfig(nice) >= 0.1.3
|
||||||
BuildRequires: pkgconfig(pygobject-2.0) >= 2.16.0
|
BuildRequires: pkgconfig(pygobject-2.0) >= 2.16.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%define gst_pluginsdir %(pkg-config --variable pluginsdir gstreamer-1.0)
|
%define gst_pluginsdir %(pkg-config --variable pluginsdir gstreamer-1.0)
|
||||||
@ -44,7 +43,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Farstream is a collection of GStreamer modules and libraries for
|
Farstream is a collection of GStreamer modules and libraries for
|
||||||
videoconferencing.
|
videoconferencing.
|
||||||
|
|
||||||
%package -n libfarstream-0_2-0
|
%package -n libfarstream-0_2-1
|
||||||
Summary: GStreamer modules and libraries for videoconferencing
|
Summary: GStreamer modules and libraries for videoconferencing
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -53,7 +52,7 @@ Requires: %{name}-data
|
|||||||
# plugins, so simply put a Requires here instead of in all apps
|
# plugins, so simply put a Requires here instead of in all apps
|
||||||
Requires: gstreamer-plugins-farstream
|
Requires: gstreamer-plugins-farstream
|
||||||
|
|
||||||
%description -n libfarstream-0_2-0
|
%description -n libfarstream-0_2-1
|
||||||
Farstream is a collection of GStreamer modules and libraries for
|
Farstream is a collection of GStreamer modules and libraries for
|
||||||
videoconferencing.
|
videoconferencing.
|
||||||
|
|
||||||
@ -99,7 +98,7 @@ used by the library.
|
|||||||
Summary: GStreamer modules and libraries for videoconferencing -- Development files
|
Summary: GStreamer modules and libraries for videoconferencing -- Development files
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libfarstream-0_2-0 = %{version}
|
Requires: libfarstream-0_2-1 = %{version}
|
||||||
Requires: typelib-1_0-Farstream-0_2 = %{version}
|
Requires: typelib-1_0-Farstream-0_2 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -107,7 +106,7 @@ Farstream is a collection of GStreamer modules and libraries for
|
|||||||
videoconferencing.
|
videoconferencing.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{_version}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -119,11 +118,11 @@ make %{?_smp_mflags}
|
|||||||
find %{buildroot} -name '*.la' -delete -print
|
find %{buildroot} -name '*.la' -delete -print
|
||||||
%fdupes %{buildroot}%{_datadir}/gtk-doc/html/
|
%fdupes %{buildroot}%{_datadir}/gtk-doc/html/
|
||||||
|
|
||||||
%post -n libfarstream-0_2-0 -p /sbin/ldconfig
|
%post -n libfarstream-0_2-1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libfarstream-0_2-0 -p /sbin/ldconfig
|
%postun -n libfarstream-0_2-1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libfarstream-0_2-0
|
%files -n libfarstream-0_2-1
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||||
%{_libdir}/libfarstream-0.2.so.*
|
%{_libdir}/libfarstream-0.2.so.*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user