rpms/rawstudio/F-7 rawstudio-0.7-ppc.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 rawstudio.spec, 1.6, 1.7 sources, 1.6, 1.7

Gianluca Sforna (giallu) fedora-extras-commits at redhat.com
Mon Jan 28 00:03:49 UTC 2008


Author: giallu

Update of /cvs/extras/rpms/rawstudio/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2738

Modified Files:
	.cvsignore rawstudio.spec sources 
Added Files:
	rawstudio-0.7-ppc.patch 
Log Message:
* Thu Jan 24 2008 Gianluca Sforna <giallu gmail com> - 0.7-1
- New upstream release
- Improved package description
- Add fix for PPC build


rawstudio-0.7-ppc.patch:

--- NEW FILE rawstudio-0.7-ppc.patch ---
Index: src/rs-image.c
===================================================================
--- src/rs-image.c	(revision 1598)
+++ src/rs-image.c	(revision 1599)
@@ -1374,6 +1374,7 @@
 	return out;
 }
 
+#if defined (__i386__) || defined (__x86_64__)
 RS_IMAGE16 *
 rs_image16_copy_double_mmx(RS_IMAGE16 *in, RS_IMAGE16 *out)
 {
@@ -1452,6 +1453,7 @@
 
 	return out;
 }
+#endif /* defined (__i386__) || defined (__x86_64__) */
 
 /*
 The rest of this file is pretty much copied verbatim from dcraw/ufraw
Index: src/rs-image.h
===================================================================
--- src/rs-image.h	(revision 1598)
+++ src/rs-image.h	(revision 1599)
@@ -121,7 +121,9 @@
  */
 extern RS_IMAGE16 *(*rs_image16_copy_double)(RS_IMAGE16 *in, RS_IMAGE16 *out);
 extern RS_IMAGE16 *rs_image16_copy_double_c(RS_IMAGE16 *in, RS_IMAGE16 *out);
+#if defined (__i386__) || defined (__x86_64__)
 extern RS_IMAGE16 *rs_image16_copy_double_mmx(RS_IMAGE16 *in, RS_IMAGE16 *out);
+#endif /* defined (__i386__) || defined (__x86_64__) */
 
 /**
  * Demosaics a RS_IMAGE16


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rawstudio/F-7/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	19 Aug 2007 22:41:21 -0000	1.6
+++ .cvsignore	28 Jan 2008 00:03:12 -0000	1.7
@@ -1 +1 @@
-rawstudio-0.6.tar.gz
+rawstudio-0.7.tar.gz


Index: rawstudio.spec
===================================================================
RCS file: /cvs/extras/rpms/rawstudio/F-7/rawstudio.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rawstudio.spec	19 Aug 2007 22:41:21 -0000	1.6
+++ rawstudio.spec	28 Jan 2008 00:03:12 -0000	1.7
@@ -1,5 +1,5 @@
 Name:           rawstudio 
-Version:        0.6
+Version:        0.7
 Release:        1%{?dist}
 Summary:        Raw-image converter
 
@@ -13,13 +13,25 @@
 BuildRequires:  lcms-devel, libjpeg-devel, libtiff-devel
 BuildRequires:  desktop-file-utils
 
+Patch0:         rawstudio-0.7-ppc.patch
+
 
 %description
-Rawstudio is an open source raw-image converter written in GTK+.
+Rawstudio is a highly specialized application for processing RAW images
+from digital cameras. It is not a fully featured image editing application.
+
+The RAW format is often recommended to get the best quality out of digital 
+camera images.  The format is specific to cameras and cannot be read by most 
+image editing applications.
+
+Rawstudio makes it possible to read and manipulate RAW images, experiment 
+with the controls to see how they affect the image, and finally export into 
+JPEG, PNG or TIF format images from most digital cameras.
 
 
 %prep
 %setup -q
+%patch0 -p0
 
 
 %build
@@ -63,6 +75,11 @@
 
 
 %changelog
+* Thu Jan 24 2008 Gianluca Sforna <giallu gmail com> - 0.7-1
+- New upstream release
+- Improved package description
+- Add fix for PPC build
+
 * Sun Aug 19 2007 Gianluca Sforna <giallu gmail com> 0.6-1
 - New upstream release
 - Updated License field


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rawstudio/F-7/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	19 Aug 2007 22:41:21 -0000	1.6
+++ sources	28 Jan 2008 00:03:12 -0000	1.7
@@ -1 +1 @@
-92a466c9dd76c531f011563bbeddd531  rawstudio-0.6.tar.gz
+2e4cfe76e4f571bc6ee6120b0ccab031  rawstudio-0.7.tar.gz




More information about the fedora-extras-commits mailing list