[med-svn] r16867 - in trunk/packages/camitk/trunk/debian: . patches
Emmanuel Promayon
promayon-guest at moszumanska.debian.org
Sat May 3 08:59:19 UTC 2014
Author: promayon-guest
Date: 2014-05-03 08:59:19 +0000 (Sat, 03 May 2014)
New Revision: 16867
Added:
trunk/packages/camitk/trunk/debian/patches/remove-flashvideoplayer.diff
Modified:
trunk/packages/camitk/trunk/debian/changelog
trunk/packages/camitk/trunk/debian/patches/series
Log:
Get rid of player.swf (with no source) in the documentation generated by the wizard
Modified: trunk/packages/camitk/trunk/debian/changelog
===================================================================
--- trunk/packages/camitk/trunk/debian/changelog 2014-05-02 22:45:09 UTC (rev 16866)
+++ trunk/packages/camitk/trunk/debian/changelog 2014-05-03 08:59:19 UTC (rev 16867)
@@ -4,11 +4,12 @@
* Patches:
- avoid console redirection (config-console-redirection.diff)
- missing manpages, desktop and icon (applications-man-pixmap-desktop.diff)
+ - remove non-dfsg compliant flash video player
* Added some package tests
* Added some debian/tests files for autopkgtest
* New dicom components now directly based on gdcm
- -- Emmanuel Promayon <Emmanuel.Promayon at imag.fr> Thu, 24 Apr 2014 07:33:12 +0200
+ -- Emmanuel Promayon <Emmanuel.Promayon at imag.fr> Fri, 02 May 2014 22:35:56 +0200
camitk (3.2.2-2) unstable; urgency=medium
Added: trunk/packages/camitk/trunk/debian/patches/remove-flashvideoplayer.diff
===================================================================
--- trunk/packages/camitk/trunk/debian/patches/remove-flashvideoplayer.diff (rev 0)
+++ trunk/packages/camitk/trunk/debian/patches/remove-flashvideoplayer.diff 2014-05-03 08:59:19 UTC (rev 16867)
@@ -0,0 +1,29 @@
+Description: Remove the use of a flash video player
+Author: Emmanuel Promayon <Emmanuel.Promayon at imag.fr>
+Last-Update: 2014-05-02
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/sdk/applications/wizard/resources/ExtensionReadMe.html.in
++++ b/sdk/applications/wizard/resources/ExtensionReadMe.html.in
+@@ -53,9 +53,8 @@
+ </ul>
+ </li>
+ <br/>
+- <font size="4">The video below summarizes the steps mentioned above:</font>
++ <font size="4"><a href="https://forge.imag.fr/plugins/mediawiki/wiki/camitk/index.php/Create_your_component_for_CamiTK#Video_tutorial_from_the_Component-extension_compilation_to_the_load_in_IMP_application">This video</a> summarizes the steps mentioned above.</font>
+ <br/>
+- <embed src="player.swf?file=VideoComponentExtension.mp4" quality="high" type="application/x-shockwave-flash" allowfullscreen="true" width="600" height="400"/>
+ @ENDIF_COMPONENT@
+
+ @IF_ACTION@
+@@ -75,9 +74,8 @@
+ </ul>
+ </li>
+ <br/>
+- <font size="4">The video below summarizes the steps mentioned above:</font>
++ <font size="4"><a href="https://forge.imag.fr/plugins/mediawiki/wiki/camitk/index.php/Create_your_own_custom_action_for_CamiTK#Video_tutorial_from_the_Action-extension_compilation_to_the_load_in_IMP_application">This video</a> summarizes the steps mentioned above.</font>
+ <br/>
+- <embed src="player.swf?file=VideoActionExtension.mp4" quality="high" type="application/x-shockwave-flash" allowfullscreen="true" width="600" height="400"/>
+ @ENDIF_ACTION@
+ </font></ol>
+ </body>
Modified: trunk/packages/camitk/trunk/debian/patches/series
===================================================================
--- trunk/packages/camitk/trunk/debian/patches/series 2014-05-02 22:45:09 UTC (rev 16866)
+++ trunk/packages/camitk/trunk/debian/patches/series 2014-05-03 08:59:19 UTC (rev 16867)
@@ -1,2 +1,3 @@
+remove-flashvideoplayer.diff
config-console-redirection.diff
applications-man-pixmap-desktop.diff
More information about the debian-med-commit
mailing list