rpms/gstreamer-plugins-espeak/F-11 gstreamer-plugins-espeak.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sebastian Dziallas sdz at fedoraproject.org
Sat Sep 26 20:53:01 UTC 2009


Author: sdz

Update of /cvs/pkgs/rpms/gstreamer-plugins-espeak/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4618/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	gstreamer-plugins-espeak.spec import.log 
Log Message:
initial import



--- NEW FILE gstreamer-plugins-espeak.spec ---
Name:           gstreamer-plugins-espeak
Version:        0.3.3
Release:        2%{?dist}
Summary:        A simple gstreamer plugin to use espeak

Group:          Applications/Multimedia
License:        LGPLv2+
URL:            http://wiki.sugarlabs.org/go/Activity_Team/gst-plugins-espeak
Source0:        http://download.sugarlabs.org/sources/honey/gst-plugins-espeak/gst-plugins-espeak-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  espeak-devel
BuildRequires:  glib2-devel
BuildRequires:  gstreamer-plugins-base-devel
BuildRequires:  gstreamer-devel

%description
A simple gstreamer plugin to use espeak as a sound source.
It was developed to simplify the espeak usage in the Sugar Speak activity.
The plugin uses given text to produce audio output. 

%prep
%setup -q -n gst-plugins-espeak-%{version}


%build
# make sure to build the plugin for release
sed -i 's/NANO=1/NANO=0/g' configure
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

# remove libtool archives
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/gstreamer-0.10/libgstespeak.so


%changelog
* Sat Sep 26 2009 Sebastian Dziallas <sebastian at when.com> - 0.3.3-2
- make sure to build the plugin for release
- build on ppc and ppc64 again

* Sun Sep 20 2009 Sebastian Dziallas <sebastian at when.com> - 0.3.3-1
- intial packaging


--- NEW FILE import.log ---
gstreamer-plugins-espeak-0_3_3-2_fc11:F-11:gstreamer-plugins-espeak-0.3.3-2.fc11.src.rpm:1253998339


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-plugins-espeak/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	26 Sep 2009 19:35:56 -0000	1.1
+++ .cvsignore	26 Sep 2009 20:53:00 -0000	1.2
@@ -0,0 +1 @@
+gst-plugins-espeak-0.3.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-plugins-espeak/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	26 Sep 2009 19:35:56 -0000	1.1
+++ sources	26 Sep 2009 20:53:00 -0000	1.2
@@ -0,0 +1 @@
+4e4a2d2363c50be72ed5d26a319439c3  gst-plugins-espeak-0.3.3.tar.bz2




More information about the fedora-extras-commits mailing list