[transmageddon] Small cleanups and editings preparing for release to README and spec file



commit 4ff102cb3332e8c0b53efa93abf1b5cf52d7cc31
Author: Christian Fredrik Kalager Schaller <uraeus linuxrisin org>
Date:   Sat Sep 15 13:00:07 2012 +0200

    Small cleanups and editings preparing for release to README and spec file

 README                |   19 +++++++++++++++++++
 transmageddon.spec.in |   15 ++++++---------
 2 files changed, 25 insertions(+), 9 deletions(-)
---
diff --git a/README b/README
index c49f378..a829353 100644
--- a/README
+++ b/README
@@ -1,2 +1,21 @@
 This is a simple python application for transcoding video into formats
 supported by GStreamer. 
+
+It depends on the following libraries:
+GStreamer
+GStreamer Plugins Base
+GStreamer Plugins Good
+Gtk
+Glib
+Python
+notify-python
+pygobject2
+
+Strongly recommended:
+GStreamer Plugins Ugly
+GStreamer Plugins Bad
+GStreamer libav
+
+Transmageddon should work with any properly implemented codec plugins out
+there, be that hardware plugins or proprietary ones, but I can make no promises
+as I am not able to test them. But if you have problems please get in touch.
diff --git a/transmageddon.spec.in b/transmageddon.spec.in
index 1e935f6..be59256 100644
--- a/transmageddon.spec.in
+++ b/transmageddon.spec.in
@@ -12,18 +12,15 @@ URL:		http://www.linuxrising.org/transmageddon
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:	python >= 2.5
-Requires:	gstreamer >= @GST_REQ@
-Requires:	gstreamer-python >= @PYGST_REQ@
-Requires:	pygtk2 >= @PYGTK_REQ@
-Requires:	gnome-python2
-Requires:	pygobject2 >= 2.17.0
+Requires:	gstreamer011 >= @GST_REQ@
+Requires:       notify-python
+Requires:	pygobject2
 
-BuildRequires:	gstreamer-devel >= @GST_REQ@
-BuildRequires:	gstreamer-python >= @PYGST_REQ@
+BuildRequires:	gstreamer011-devel >= @GST_REQ@
 BuildRequires:	python-devel >= 2.3
-BuildRequires:	pygtk2-devel >= @PYGTK_REQ@
 BuildRequires:  gettext
 BuildRequires:  desktop-file-utils
+BuildRequires:  pygobject2-devel
 BuildArch: 	noarch
 
 %description
@@ -55,7 +52,7 @@ rm -rf %{buildroot}
 %{_datadir}/transmageddon
 %{_datadir}/pixmaps/transmageddon.svg
 %{_datadir}/applications/transmageddon.desktop
-%{_datadir}/gstreamer-0.10/presets/*
+%{_datadir}/transmageddon/presets/*
 %{_mandir}/man1/transmageddon.1.gz
 
 %changelog



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]