]> git.pld-linux.org Git - packages/audacious.git/commitdiff
- updated for 0.9.7
authorMichal Chruszcz <mchruszcz@gmail.com>
Wed, 25 Aug 2004 08:31:06 +0000 (08:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bmp-desktop.patch -> 1.4
    bmp-xmms-skins-dir.patch -> 1.2

bmp-desktop.patch
bmp-xmms-skins-dir.patch

index 55a731784f506fe586c057a4b6247e18feeacdca..26a567184b5757dacd7515734eacf7b9f0027827 100644 (file)
@@ -1,18 +1,16 @@
---- bmp-0.9.6.1/beep/beep.desktop.in.orig      2003-11-29 05:13:49.000000000 +0100
-+++ bmp-0.9.6.1/beep/beep.desktop.in   2004-03-14 22:49:28.737368552 +0100
-@@ -1,9 +1,12 @@
+--- bmp-0.9.7rc2/beep/bmp.desktop.in~  2004-07-07 09:56:34.000000000 +0200
++++ bmp-0.9.7rc2/beep/bmp.desktop.in   2004-08-25 10:29:50.949905504 +0200
+@@ -1,10 +1,12 @@
  [Desktop Entry]
-+Encoding=UTF-8
- Name=Beep
- Comment=Beep media player
-+Comment[pl]=Odtwarzacz multimedialny Beep
+ Name=Beep Media Player
+ Comment=Play music
++Comment[pl]=Odtwarzacz muzyki
  Exec=beep-media-player
--Icon=beep.svg
-+Icon=beep
+-Icon=bmp.svg
++Icon=bmp
  MimeType=audio/x-scpls;audio/x-mpegurl;audio/mpegurl;audio/mp3;audio/x-mp3;audio/mpeg;audio/x-mpeg;audio/x-wav;application/x-ogg
--Categories=GTK;AudioVideo;Player
--Terminal=0
-+Categories=GTK;AudioVideo;Player;
-+Terminal=false
+ Categories=Application;GTK;AudioVideo;Player;
+ Terminal=false
  Type=Application
+ Encoding=UTF-8
 +# vi: encoding=utf-8
index 3e1c9cbce69ec5ffd4d9b3a4211a8a3f1280b4c9..06fac9ee207b24c481548998a8302c4406277e3c 100644 (file)
@@ -1,15 +1,11 @@
---- bmp-0.9.6.1.orig/beep/skinwin.c    2003-12-24 15:03:17.000000000 +0100
-+++ bmp-0.9.6.1/beep/skinwin.c 2003-12-30 20:26:16.000000000 +0100
-@@ -239,6 +239,12 @@
-     str = g_strconcat(DATA_DIR, "/Skins", NULL);
-     scan_skindir(str);
-     g_free(str);
-+    str = g_strconcat(g_get_home_dir(), "/.xmms/Skins", NULL);
-+    scan_skindir(str);
-+    g_free(str);
-+    str = g_strconcat("/usr/share/xmms", "/Skins", NULL);
-+    scan_skindir(str);
-+    g_free(str);
-     skinlist = g_list_sort(skinlist, skinlist_compare_func);
+--- bmp-0.9.7rc2/beep/skinwin.c.orig   2004-07-12 10:32:23.000000000 +0200
++++ bmp-0.9.7rc2/beep/skinwin.c        2004-08-25 10:05:32.387640672 +0200
+@@ -233,6 +233,8 @@
+     scan_skindir(bmp_user_skin_dir);
+     scan_skindir(DATA_DIR G_DIR_SEPARATOR_S BMP_SKIN_DIR_BASENAME);
++    scan_skindir(g_get_home_dir() "/.xmms/Skins" NULL);
++    scan_skindir("/usr/share/xmms" "/Skins" NULL);
      skinsdir = getenv("SKINSDIR");
      if (skinsdir) {
This page took 0.081247 seconds and 4 git commands to generate.