<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
 <HEAD>
   <TITLE> [Mageia-dev] Last versions of programs concerning Computer	Assisted Music
   </TITLE>
   <LINK REL="Index" HREF="index.html" >
   <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Last%20versions%20of%20programs%20concerning%20Computer%0A%09Assisted%20Music&In-Reply-To=%3Ckitan2%24ah4%241%40ger.gmane.org%3E">
   <META NAME="robots" CONTENT="index,nofollow">
   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
   <LINK REL="Previous"  HREF="023824.html">
   <LINK REL="Next"  HREF="023851.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[Mageia-dev] Last versions of programs concerning Computer	Assisted Music</H1>
    <B>PhilippeDidier</B> 
    <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Last%20versions%20of%20programs%20concerning%20Computer%0A%09Assisted%20Music&In-Reply-To=%3Ckitan2%24ah4%241%40ger.gmane.org%3E"
       TITLE="[Mageia-dev] Last versions of programs concerning Computer	Assisted Music">philippedidier at laposte.net
       </A><BR>
    <I>Wed Mar 27 00:24:22 CET 2013</I>
    <P><UL>
        <LI>Previous message: <A HREF="023824.html">[Mageia-dev] Last versions of programs concerning Computer Assisted Music
</A></li>
        <LI>Next message: <A HREF="023851.html">[Mageia-dev] Last versions of programs concerning Computer Assisted Music
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#23848">[ date ]</a>
              <a href="thread.html#23848">[ thread ]</a>
              <a href="subject.html#23848">[ subject ]</a>
              <a href="author.html#23848">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>Barry Jackson a &#233;crit :
&gt;<i> On 25/03/13 23:31, PhilippeDidier wrote:
</I>&gt;&gt;<i> zezinho a &#233;crit :
</I>&gt;&gt;&gt;<i> Em 25-03-2013 13:30, PhilippeDidier escreveu:
</I>&gt;&gt;&gt;&gt;<i> What do you think ?
</I>&gt;&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;<i> There are enough bugs to fix for now, let's wait for MGA4.
</I>&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;<i>
</I>&gt;&gt;<i> So we may simply provide the final release of Ardour3, built upon the
</I>&gt;&gt;<i> BuildRequires already existing inside Cauldron (it can be built this way
</I>&gt;&gt;<i> ) the spec file is ready !
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> And wait to update the whole stuff after Mageia3 is out !
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> Any other opinion ?
</I>&gt;&gt;<i>
</I>&gt;<i> 
</I>&gt;<i> Pushed - please test.
</I>&gt;<i> 
</I>&gt;<i> We do have an anomaly between ardour and ardour3 - they are in different
</I>&gt;<i> rpm groups. We need to decide which (if either) is correct and change
</I>&gt;<i> one or both.
</I>&gt;<i> Any thoughts Philippe ?
</I>&gt;<i> 
</I>&gt;<i> 
</I>Hi Barry !
You are too fast !
I prepared a spec file, ready to send after the replies... but you did it !

Your spec file is OK and much simpler than the previous used for the
beta releases of Ardour3 : I could build and install and use it...

Nevertheless :
 I propose to use  the rpm group &quot;Sound/Editors and Converters&quot; same as
Ardour2
I added some comment about how to download the source file
I found a way to install the icons and mimetypes in their right place

here is the svndiff attached



-------------- next part --------------
Index: SPECS/ardour3.spec
===================================================================
--- SPECS/ardour3.spec	(r&#233;vision 405348)
+++ SPECS/ardour3.spec	(copie de travail)
@@ -12,7 +12,7 @@
 Version:	3.0
 Release:	%{release}
 Summary:	Professional multi-track audio recording application
-Group:		Sound/Mixers
+Group:		Sound/Editors and Converters
 License:	GPLv2+
 URL:		<A HREF="http://ardour.org/">http://ardour.org/</A>
 
@@ -21,6 +21,8 @@
 %if %{rev}
 Source0:	%{name}-%{rev}.tar.bz2
 %else
+# NB to receive a free (as beer) source tarbal you need to give your e.mail address here :
+# &quot;<A HREF="http://community.ardour.org/download_process_selection_and_amount">http://community.ardour.org/download_process_selection_and_amount</A>&quot; you'll get a download link
 Source0:	%{oname}-%{version}.tar.bz2
 %endif
 Source1:	%{name}.desktop
@@ -117,8 +119,32 @@
 desktop-file-install \
 --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
 
+# Copy icons and mimetypes into the right folders
 install -d -m 0755 %{buildroot}%{_iconsdir}
-cp -f %{buildroot}%{_datadir}/%{name}/icons/application-x-ardour_48px.png %{buildroot}%{_iconsdir}/%{name}.png
+install -d -m 0755 %{buildroot}%{_iconsdir}/hicolor/16x16/apps
+install -d -m 0755 %{buildroot}%{_iconsdir}/hicolor/22x22/apps
+install -d -m 0755 %{buildroot}%{_iconsdir}/hicolor/32x32/apps
+install -d -m 0755 %{buildroot}%{_iconsdir}/hicolor/48x48/apps
+install -d -m 0755 %{buildroot}%{_iconsdir}/hicolor/16x16/mimetypes
+install -d -m 0755 %{buildroot}%{_iconsdir}/hicolor/22x22/mimetypes
+install -d -m 0755 %{buildroot}%{_iconsdir}/hicolor/32x32/mimetypes
+install -d -m 0755 %{buildroot}%{_iconsdir}/hicolor/48x48/mimetypes
+cp -f %{buildroot}%{_datadir}/%{name}/icons/application-x-ardour_16px.png \
+%{buildroot}%{_iconsdir}/hicolor/16x16/mimetypes/application-x-ardour3.png
+cp -f %{buildroot}%{_datadir}/%{name}/icons/application-x-ardour_22px.png \
+%{buildroot}%{_iconsdir}/hicolor/22x22/mimetypes/application-x-ardour3.png
+cp -f %{buildroot}%{_datadir}/%{name}/icons/application-x-ardour_32px.png \
+%{buildroot}%{_iconsdir}/hicolor/32x32/mimetypes/application-x-ardour3.png
+cp -f %{buildroot}%{_datadir}/%{name}/icons/application-x-ardour_48px.png \
+%{buildroot}%{_iconsdir}/hicolor/48x48/mimetypes/application-x-ardour3.png
+cp -f %{buildroot}%{_datadir}/%{name}/icons/ardour_icon_16px.png \
+%{buildroot}%{_iconsdir}/hicolor/16x16/apps/ardour3.png
+cp -f %{buildroot}%{_datadir}/%{name}/icons/ardour_icon_22px.png \
+%{buildroot}%{_iconsdir}/hicolor/22x22/apps/ardour3.png
+cp -f %{buildroot}%{_datadir}/%{name}/icons/ardour_icon_32px.png \
+%{buildroot}%{_iconsdir}/hicolor/32x32/apps/ardour3.png
+cp -f %{buildroot}%{_datadir}/%{name}/icons/ardour_icon_48px.png \
+%{buildroot}%{_iconsdir}/hicolor/48x48/apps/ardour3.png
 
 
 %files
@@ -138,5 +164,5 @@
 %config(noreplace) %{_sysconfdir}/%{name}/mixer.bindings
 %dir %{_sysconfdir}/%{name}/export
 %config(noreplace) %{_sysconfdir}/%{name}/export/CD.format
-%{_iconsdir}/ardour3.png
+%{_iconsdir}/hicolor/*
 %{_datadir}/locale/*/*/*.mo
</PRE>





<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="023824.html">[Mageia-dev] Last versions of programs concerning Computer Assisted Music
</A></li>
	<LI>Next message: <A HREF="023851.html">[Mageia-dev] Last versions of programs concerning Computer Assisted Music
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#23848">[ date ]</a>
              <a href="thread.html#23848">[ thread ]</a>
              <a href="subject.html#23848">[ subject ]</a>
              <a href="author.html#23848">[ author ]</a>
         </LI>
       </UL>

<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>