[dmapd] Build VIPS instead of GraphicsMagick

mikep mikep at fedoraproject.org
Thu Aug 5 01:16:40 UTC 2010


commit 4cca5df5c0850427164ad2855c0056a5dcf556e4
Author: W. Michael Petullo <mike at flyn.org>
Date:   Wed Aug 4 20:22:21 2010 -0500

    Build VIPS instead of GraphicsMagick

 dmapd.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/dmapd.spec b/dmapd.spec
index 46b9703..611aad6 100644
--- a/dmapd.spec
+++ b/dmapd.spec
@@ -1,13 +1,13 @@
 Name: dmapd
 Version: 0.0.25
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: A server that provides DAAP and DPAP shares
 Group: Applications/Multimedia
 License: GPLv2+
 URL: http://www.flyn.org/projects/dmapd/
 Source: http://www.flyn.org/projects/%name/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: libexif-devel, libdmapsharing-devel, GraphicsMagick-devel, gstreamer-devel
+BuildRequires: libdmapsharing-devel, vips-devel, gstreamer-devel
 Requires(pre): shadow-utils
 Requires(post): chkconfig
 Requires(preun): chkconfig, initscripts
@@ -98,6 +98,9 @@ resources needed for developing modules using dmapd's API.
 %{_libdir}/*.so
 
 %changelog
+* Wed Aug 04 2010 W. Michael Petullo <mike[@]flyn.org> - 0.0.25-3
+- Use VIPS instead of GraphicsMagick
+
 * Tue Jun 22 2010 W. Michael Petullo <mike[@]flyn.org> - 0.0.25-2
 - Don't install dmapd-test
 


More information about the scm-commits mailing list