]> git.pld-linux.org Git - packages/audacious.git/commitdiff
- obsolete project
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 23 Jan 2008 19:53:10 +0000 (19:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bmp-desktop.patch -> 1.7
    bmp-home_etc.patch -> 1.3
    bmp-xmms-skins-dir.patch -> 1.5

bmp-desktop.patch [deleted file]
bmp-home_etc.patch [deleted file]
bmp-xmms-skins-dir.patch [deleted file]

diff --git a/bmp-desktop.patch b/bmp-desktop.patch
deleted file mode 100644 (file)
index 88b7e40..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -aurN bmp-0.9.7rc2.orig/beep/bmp.desktop.in bmp-0.9.7rc2/beep/bmp.desktop.in
---- bmp-0.9.7rc2.orig/beep/bmp.desktop.in      2004-07-07 09:56:34.000000000 +0200
-+++ bmp-0.9.7rc2/beep/bmp.desktop.in   2004-09-17 07:33:29.290227864 +0200
-@@ -1,10 +1,12 @@
- [Desktop Entry]
- Name=Beep Media Player
- Comment=Play music
-+Comment[pl]=Odtwarzacz muzyki
- Exec=beep-media-player
--Icon=bmp.png
-+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=Application;GTK;AudioVideo;Player;
-+Categories=GTK;Audio;Player;
- Terminal=false
- Type=Application
- Encoding=UTF-8
-+# vi: encoding=utf-8
diff --git a/bmp-home_etc.patch b/bmp-home_etc.patch
deleted file mode 100644 (file)
index 369656f..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
---- bmp-0.9.7.1/beep/Makefile.am.orig  2005-08-09 02:41:52.000000000 +0200
-+++ bmp-0.9.7.1/beep/Makefile.am       2005-11-01 10:33:17.554845704 +0100
-@@ -11,7 +11,8 @@
-       $(GTK_LIBS)      \
-       $(LIBGLADE_LIBS) \
-       $(LTLIBINTL)     \
--      $(top_builddir)/libbeep/libbeep.la
-+      $(top_builddir)/libbeep/libbeep.la \
-+      -lhome_etc
- beep_CFLAGS = \
-       $(X_CFLAGS)        \
---- bmp-0.9.7.1/beep/main.c.orig       2005-08-27 13:20:04.000000000 +0200
-+++ bmp-0.9.7.1/beep/main.c    2005-11-01 10:38:05.469076088 +0100
-@@ -72,6 +72,7 @@
- #include "pixmaps.h"
- #include "images/bmp_player.xpm"
-+#include <home_etc.h>
- /* Translatable string for beep.desktop's comment field */
- const gchar *desktop_comment = N_("Beep Media Player");
-@@ -402,7 +403,7 @@
- static void
- bmp_init_paths(void)
- {
--    bmp_paths[BMP_PATH_USER_DIR] = g_build_filename(g_get_home_dir(), BMP_RCPATH, NULL);
-+    bmp_paths[BMP_PATH_USER_DIR] = g_build_filename(_HEdir, BMP_RCPATH, NULL);
-     bmp_paths[BMP_PATH_USER_PLUGIN_DIR] = USER_PATH(BMP_USER_PLUGIN_DIR_BASENAME);
-     bmp_paths[BMP_PATH_USER_SKIN_DIR] = USER_PATH(BMP_SKIN_DIR_BASENAME);
---- bmp-0.9.7.1/libbeep/Makefile.am.orig       2005-08-09 02:41:53.000000000 +0200
-+++ bmp-0.9.7.1/libbeep/Makefile.am    2005-11-01 10:41:02.170213432 +0100
-@@ -10,7 +10,8 @@
- libbeep_la_LIBADD = \
-       $(GTK_LIBS)      \
-       $(GCONF_LIBS)    \
--      $(GNOMEVFS_LIBS)
-+      $(GNOMEVFS_LIBS) \
-+      -lhome_etc
- INCLUDES = \
-       $(GTK_CFLAGS)        \
---- bmp-0.9.7.1/libbeep/configdb_rcfile.c~     2005-11-01 10:30:32.056005352 +0100
-+++ bmp-0.9.7.1/libbeep/configdb_rcfile.c      2005-11-01 10:42:07.430292392 +0100
-@@ -41,7 +41,7 @@
-     ConfigDb *db;
-     db = g_new(ConfigDb, 1);
--    db->filename = g_build_filename(g_get_home_dir(), BMP_RCPATH, 
-+    db->filename = g_build_filename(_HEdir, BMP_RCPATH, 
-                                     "config", NULL);
-     db->file = bmp_rcfile_open(db->filename);
-     if (!db->file)
diff --git a/bmp-xmms-skins-dir.patch b/bmp-xmms-skins-dir.patch
deleted file mode 100644 (file)
index c146aff..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- bmp-0.9.7.1/beep/skinwin.c.orig    2005-03-23 05:55:12.000000000 +0100
-+++ bmp-0.9.7.1/beep/skinwin.c 2005-11-01 10:24:16.226140176 +0100
-@@ -231,12 +231,18 @@
- void
- skinlist_update(void)
- {
--    gchar *skinsdir;
-+    gchar *str, *skinsdir;
-     skinlist_clear();
-     scan_skindir(bmp_paths[BMP_PATH_USER_SKIN_DIR]);
-     scan_skindir(DATA_DIR G_DIR_SEPARATOR_S BMP_SKIN_DIR_BASENAME);
-+    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);
-     skinsdir = getenv("SKINSDIR");
-     if (skinsdir) {
This page took 0.121159 seconds and 4 git commands to generate.