summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/soma/files')
-rw-r--r--media-sound/soma/files/digest-soma-2.43
-rw-r--r--media-sound/soma/files/soma-2.4-pid.patch21
2 files changed, 24 insertions, 0 deletions
diff --git a/media-sound/soma/files/digest-soma-2.4 b/media-sound/soma/files/digest-soma-2.4
new file mode 100644
index 000000000..25602adc1
--- /dev/null
+++ b/media-sound/soma/files/digest-soma-2.4
@@ -0,0 +1,3 @@
+MD5 4a1aab8bca0c049008eda6e305494a1e soma-2.4.tar.gz 2647579
+RMD160 40db9073b1a40c15b3fb523f9bf98a5d2087c560 soma-2.4.tar.gz 2647579
+SHA256 a7e0ad476adc5ec9706cc50a4b734ea5aafa149551c2b924ddaba71351e2dbc7 soma-2.4.tar.gz 2647579
diff --git a/media-sound/soma/files/soma-2.4-pid.patch b/media-sound/soma/files/soma-2.4-pid.patch
new file mode 100644
index 000000000..fe7eeb968
--- /dev/null
+++ b/media-sound/soma/files/soma-2.4-pid.patch
@@ -0,0 +1,21 @@
+--- soma/daemon/main.c 2007/02/18 15:39:51 1.9
++++ soma/daemon/main.c 2007/05/03 09:13:17 1.10
+@@ -401,9 +401,6 @@ main (int argc, char *argv[], char **arg
+ /* Check other somads */
+ check_pid ();
+
+- /* Write the somad.pid */
+- write_pid ();
+-
+ /**************** BUILDS THE TREES **********************/
+ build_data ();
+ build_palinsesto ();
+@@ -421,6 +418,9 @@ main (int argc, char *argv[], char **arg
+ else
+ signal_small_off ();
+
++ /* Write the somad.pid */
++ write_pid ();
++
+ /* ffmpeg init */
+ soma_stat_init ();