summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2013-March/023905.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2013-March/023905.html')
-rw-r--r--zarb-ml/mageia-dev/2013-March/023905.html149
1 files changed, 149 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2013-March/023905.html b/zarb-ml/mageia-dev/2013-March/023905.html
new file mode 100644
index 000000000..4705f01ea
--- /dev/null
+++ b/zarb-ml/mageia-dev/2013-March/023905.html
@@ -0,0 +1,149 @@
+<!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=%3Ckivs5j%2428j%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="023863.html">
+ <LINK REL="Next" HREF="023924.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=%3Ckivs5j%2428j%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 23:34:31 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="023863.html">[Mageia-dev] Last versions of programs concerning Computer Assisted Music
+</A></li>
+ <LI>Next message: <A HREF="023924.html">[Mageia-dev] Last versions of programs concerning Computer Assisted Music
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#23905">[ date ]</a>
+ <a href="thread.html#23905">[ thread ]</a>
+ <a href="subject.html#23905">[ subject ]</a>
+ <a href="author.html#23905">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Colin Guthrie a &#233;crit :
+
+&gt;<i>
+</I>&gt;<i> FYI, these lines can be more neatly (IMO) done as:
+</I>&gt;<i>
+</I>&gt;<i> install -D -p %{buildroot}%{_datadir}/%{name}/icons/ardour_icon_48px.png
+</I>&gt;<i> %{buildroot}%{_iconsdir}/hicolor/48x48/apps/ardour3.png
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> (you can also add &quot;-m 0644&quot; if you want to be specific about permission.
+</I>&gt;<i>
+</I>&gt;<i> All that said, if the icons are being shipped already, why not just
+</I>&gt;<i> symlink them rather than provide two copies? (in which case the install
+</I>&gt;<i> -d lines should remain :D)
+</I>&gt;<i>
+</I>&gt;<i> Col
+</I>&gt;<i>
+</I>So ... here is a svndiff adding symlinks instead of copying
+
+It works for me (applied to the last spec from Cauldron)
+I could build and install
+
+I think it may be commited (even if not submitted : it's just a cosmetic
+improvement...)
+
+
+-------------- 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}
+
++# Symlink 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
++ln -s %{buildroot}%{_datadir}/%{name}/icons/application-x-ardour_16px.png \
++%{buildroot}%{_iconsdir}/hicolor/16x16/mimetypes/application-x-ardour3.png
++ln -s %{buildroot}%{_datadir}/%{name}/icons/application-x-ardour_22px.png \
++%{buildroot}%{_iconsdir}/hicolor/22x22/mimetypes/application-x-ardour3.png
++ln -s %{buildroot}%{_datadir}/%{name}/icons/application-x-ardour_32px.png \
++%{buildroot}%{_iconsdir}/hicolor/32x32/mimetypes/application-x-ardour3.png
++ln -s %{buildroot}%{_datadir}/%{name}/icons/application-x-ardour_48px.png \
++%{buildroot}%{_iconsdir}/hicolor/48x48/mimetypes/application-x-ardour3.png
++ln -s %{buildroot}%{_datadir}/%{name}/icons/ardour_icon_16px.png \
++%{buildroot}%{_iconsdir}/hicolor/16x16/apps/ardour3.png
++ln -s %{buildroot}%{_datadir}/%{name}/icons/ardour_icon_22px.png \
++%{buildroot}%{_iconsdir}/hicolor/22x22/apps/ardour3.png
++ln -s %{buildroot}%{_datadir}/%{name}/icons/ardour_icon_32px.png \
++%{buildroot}%{_iconsdir}/hicolor/32x32/apps/ardour3.png
++ln -s %{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="023863.html">[Mageia-dev] Last versions of programs concerning Computer Assisted Music
+</A></li>
+ <LI>Next message: <A HREF="023924.html">[Mageia-dev] Last versions of programs concerning Computer Assisted Music
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#23905">[ date ]</a>
+ <a href="thread.html#23905">[ thread ]</a>
+ <a href="subject.html#23905">[ subject ]</a>
+ <a href="author.html#23905">[ 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>