Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
ba84721645 | ||
|
fc4fb38484 | ||
|
a302b7d1bb |
@ -1 +0,0 @@
|
||||
gstreamer-0.10.12.tar.bz2
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
gstreamer-0.10.15.tar.bz2
|
6
Makefile
6
Makefile
@ -1,6 +0,0 @@
|
||||
# Makefile for source rpm: gstreamer
|
||||
# $Id$
|
||||
NAME := gstreamer
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
include ../common/Makefile.common
|
@ -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
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user