rpms/gstreamer-plugins-fc/F-11 gstreamer-plugin-fc-0.1-cvs.patch, NONE, 1.1 gstreamer-plugins-fc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michael Schwendt mschwendt at fedoraproject.org
Sat Jan 9 14:36:56 UTC 2010


Author: mschwendt

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

Modified Files:
	.cvsignore sources 
Added Files:
	gstreamer-plugin-fc-0.1-cvs.patch gstreamer-plugins-fc.spec 
Log Message:
sync with Rawhide: first release

gstreamer-plugin-fc-0.1-cvs.patch:
 configure |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

--- NEW FILE gstreamer-plugin-fc-0.1-cvs.patch ---
diff -Nur gstreamer-plugin-fc-0.1-orig/configure gstreamer-plugin-fc-0.1/configure
--- gstreamer-plugin-fc-0.1-orig/configure	2008-10-13 22:14:23.000000000 +0200
+++ gstreamer-plugin-fc-0.1/configure	2009-06-04 16:40:09.000000000 +0200
@@ -6314,11 +6314,12 @@
 
   fi
 
-  if test "$PKG_CONFIG" = "no"; then
+  if test -z "$PKG_CONFIG"; then
      echo "*** The pkg-config script could not be found. Make sure it is"
      echo "*** in your path, or set the PKG_CONFIG environment variable"
      echo "*** to the full path to pkg-config."
      echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
+       exit -1
   else
      PKG_CONFIG_MIN_VERSION=0.9.0
      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
@@ -6380,6 +6381,9 @@
 else
     { echo "$as_me:$LINENO: result: no" >&5
 echo "${ECHO_T}no" >&6; }
+    { { echo "$as_me:$LINENO: error: GStreamer development files not found." >&5
+echo "$as_me: error: GStreamer development files not found." >&2;}
+   { (exit 1); exit 1; }; }
 fi
 
 


--- NEW FILE gstreamer-plugins-fc.spec ---
%define gst_majorminor 0.10
%define	gstreamer_ver 0.10.0

Name: gstreamer-plugins-fc
Version: 0.1
Release: 3%{?dist}
Summary: Future Composer input plugin for GStreamer
Group: Applications/Multimedia
License: GPLv2+
URL: http://xmms-fc.sourceforge.net
Source0: http://downloads.sourceforge.net/xmms-fc/gstreamer-plugin-fc-%{version}.tar.bz2
Patch0: gstreamer-plugin-fc-0.1-cvs.patch

BuildRequires: gstreamer-devel >= %{gstreamer_ver}

# for %%{_libdir}/gstreamer-%%{gst_majorminor}
Requires: gstreamer


%description
This is an input plugin for GStreamer which can play back Future Composer
music files from AMIGA. Song-length detection and seek are implemented, too.


%prep
%setup -q -n gstreamer-plugin-fc-%{version}
%patch0 -p1 -b .cvs


%build
%configure \
    --disable-static
make %{?_smp_mflags}


%install
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'


%files
%defattr(-,root,root,-)
%doc COPYING README ChangeLog
%{_libdir}/gstreamer-%{gst_majorminor}/*.so


%changelog
* Sat Jan  9 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 0.1-3
- Remove redundant buildroot related spec instructions for
  Fedora 11 and newer.

* Fri Nov 13 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 0.1-2
- Use downloads.sourceforge.net and .tar.bz2

* Thu Jun  4 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 0.1-1
- Initial package for Fedora.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-plugins-fc/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	9 Jan 2010 04:32:57 -0000	1.1
+++ .cvsignore	9 Jan 2010 14:36:56 -0000	1.2
@@ -0,0 +1 @@
+gstreamer-plugin-fc-0.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-plugins-fc/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	9 Jan 2010 04:32:57 -0000	1.1
+++ sources	9 Jan 2010 14:36:56 -0000	1.2
@@ -0,0 +1 @@
+df7a5cb8c7b8462cf6db8c885fd23daa  gstreamer-plugin-fc-0.1.tar.bz2




More information about the fedora-extras-commits mailing list