Compare commits

...

3 Commits

Author SHA1 Message Date
Fedora Release Engineering
ba84721645 dist-git conversion 2010-07-28 17:11:50 +00:00
Marco Pesenti Gritti
fc4fb38484 Update to 0.10.15 from F-8 2008-04-24 10:30:33 +00:00
Jesse Keating
a302b7d1bb Initialize branch OLPC-2 for gstreamer 2007-07-06 14:50:33 +00:00
6 changed files with 24 additions and 29 deletions

View File

@ -1 +0,0 @@
gstreamer-0.10.12.tar.bz2

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
gstreamer-0.10.15.tar.bz2

View File

@ -1,6 +0,0 @@
# Makefile for source rpm: gstreamer
# $Id$
NAME := gstreamer
SPECFILE = $(firstword $(wildcard *.spec))
include ../common/Makefile.common

View File

@ -1,18 +0,0 @@
--- gstreamer-0.10.9/docs/Makefile.in.docs 2006-07-27 21:18:06.000000000 -0400
+++ gstreamer-0.10.9/docs/Makefile.in 2006-07-27 21:18:43.000000000 -0400
@@ -376,12 +376,9 @@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
-@ENABLE_GTK_DOC_FALSE@SUBDIRS_GTK_DOC =
-@ENABLE_GTK_DOC_TRUE@SUBDIRS_GTK_DOC = gst libs
-@ENABLE_PLUGIN_DOCS_FALSE@SUBDIRS_PLUGIN_DOCS =
-@ENABLE_PLUGIN_DOCS_TRUE@SUBDIRS_PLUGIN_DOCS = plugins
-@ENABLE_DOCBOOK_FALSE@SUBDIRS_DOCBOOK =
-@ENABLE_DOCBOOK_TRUE@SUBDIRS_DOCBOOK = faq manual pwg
+SUBDIRS_GTK_DOC = gst libs
+SUBDIRS_PLUGIN_DOCS = plugins
+SUBDIRS_DOCBOOK = faq manual pwg
BUILT_SOURCES = version.entities
SUBDIRS = design $(SUBDIRS_DOCBOOK) $(SUBDIRS_GTK_DOC) $(SUBDIRS_PLUGIN_DOCS)
DIST_SUBDIRS = design gst libs plugins faq manual pwg slides xsl

View File

@ -5,7 +5,7 @@
%define _libxml2 2.4.0
Name: %{gstreamer}
Version: 0.10.12
Version: 0.10.15
Release: 1%{?dist}
Summary: GStreamer streaming media framework runtime
@ -13,10 +13,11 @@ Group: Applications/Multimedia
License: LGPL
URL: http://gstreamer.freedesktop.org/
Source: http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-%{version}.tar.bz2
Patch0: gstreamer-0.10.9-docs.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: gstreamer-tools >= %{version}
# gst-feedback uses these
Requires: which, pkgconfig
BuildRequires: glib2-devel >= %{_glib2}
BuildRequires: libxml2-devel >= %{_libxml2}
@ -61,6 +62,7 @@ Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: glib2-devel >= %{_glib2}
Requires: libxml2-devel >= %{_libxml2}
Requires: check-devel
%description devel
GStreamer is a streaming media framework, based on graphs of filters which
@ -91,7 +93,6 @@ with different major/minor versions of GStreamer.
%prep
%setup -q -n gstreamer-%{version}
%patch0 -p1 -b .docs
%build
# 0.10.0: manuals do not build due to an openjade error; disable for now
@ -197,6 +198,24 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor}/*
%changelog
* Fri Nov 16 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.15-1
- Update to 0.10.15
* Mon Oct 1 2007 Matthias Clasen <mclasen@redhat.com> - 0.10.14-4
- Add missing Requires (#312671)
* Tue Aug 14 2007 Matthias Clasen <mclasen@redhat.com> - 0.10.14-3
- Require check-devel (#251956)
* Sat Aug 04 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.14-1
- Update to 0.10.14
* Tue Jun 05 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.13-2
- Remove upstreamed docs patch
* Tue Jun 05 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.13-1
- Update to 0.10.13
* Thu Mar 08 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.12-1
- Update to 0.10.12

View File

@ -1 +1 @@
d3ad1b5f265ab1bd695405fea26317a4 gstreamer-0.10.12.tar.bz2
09f1c4ea025faef88b566fa26ec24ae0 gstreamer-0.10.15.tar.bz2