[gst123] Depend on gstreamer1 instead of gstreamer

Siddhesh Poyarekar siddhesh at fedoraproject.org
Tue Feb 11 05:05:53 UTC 2014


commit 4073cb2f2a21135845ac98b843400603c45df8c9
Author: Siddhesh Poyarekar <siddhesh at redhat.com>
Date:   Tue Feb 11 10:36:23 2014 +0530

    Depend on gstreamer1 instead of gstreamer

 gst123.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/gst123.spec b/gst123.spec
index 745f7a7..b9ef631 100644
--- a/gst123.spec
+++ b/gst123.spec
@@ -1,15 +1,15 @@
 Summary: Command line multimedia player based on gstreamer
 Name: gst123
 Version: 0.3.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://space.twc.de/~stefan/gst123.php
 Source: http://space.twc.de/~stefan/gst123/%{name}-%{version}.tar.bz2
 
 License: LGPLv2
 Group: Applications/Multimedia
 
-BuildRequires: gstreamer-devel
-BuildRequires: gstreamer-plugins-base-devel
+BuildRequires: gstreamer1-devel
+BuildRequires: gstreamer1-plugins-base-devel
 BuildRequires: gtk2-devel
 BuildRequires: libX11-devel
 BuildRequires: ncurses-devel
@@ -39,6 +39,9 @@ make install DESTDIR=%{buildroot}
 %doc COPYING AUTHORS README NEWS
 
 %changelog
+* Tue Feb 11 2014 Siddhesh Poyarekar <siddhesh at redhat.com> - 0.3.3-2
+- Use gstreamer1.
+
 * Tue Feb 11 2014 Siddhesh Poyarekar <siddhesh at redhat.com> - 0.3.3-1
 - New upstream 0.3.3
 


More information about the scm-commits mailing list