patches/banshee-03-solaris.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 438 e7d7c89edc96
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
436
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     1
--- banshee-0.13.1.orig/ext/dbus-sharp/dbus-sharp/UnixNativeTransport.cs	2007年  2月 12日 一 15:50:56
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     2
+++ banshee-0.13.1/ext/dbus-sharp/dbus-sharp/UnixNativeTransport.cs	2007年  8月 10日 五 17:20:14
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     3
@@ -22,20 +22,20 @@
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     4
 	{
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     5
 		public const short AF_UNIX = 1;
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     6
 		//TODO: SOCK_STREAM is 2 on Solaris
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     7
-		public const short SOCK_STREAM = 1;
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     8
+		public const short SOCK_STREAM = 2;
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     9
 
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    10
 		//TODO: some of these are provided by libsocket instead of libc on Solaris
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    11
 
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    12
-		[DllImport ("libc", SetLastError=true)]
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    13
+		[DllImport ("libsocket", SetLastError=true)]
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    14
 			protected static extern int socket (int domain, int type, int protocol);
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    15
 
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    16
-		[DllImport ("libc", SetLastError=true)]
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    17
+		[DllImport ("libsocket", SetLastError=true)]
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    18
 			protected static extern int connect (int sockfd, byte[] serv_addr, uint addrlen);
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    19
 
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    20
-		[DllImport ("libc", SetLastError=true)]
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    21
+		[DllImport ("libsocket", SetLastError=true)]
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    22
 			protected static extern int bind (int sockfd, byte[] my_addr, uint addrlen);
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    23
 
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    24
-		[DllImport ("libc", SetLastError=true)]
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    25
+		[DllImport ("libsocket", SetLastError=true)]
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    26
 			protected static extern int listen (int sockfd, int backlog);
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    27
 
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    28
 		//TODO: this prototype is probably wrong, fix it
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    29
diff -ru banshee-0.13.1.orig/src//Core/Banshee/banshee.exe.config.in banshee-0.13.1/src/Core/Banshee/banshee.exe.config.in
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    30
--- banshee-0.13.1.orig/src//Core/Banshee/banshee.exe.config.in	2007年  7月 31日 二 17:04:42
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    31
+++ banshee-0.13.1/src/Core/Banshee/banshee.exe.config.in	2007年  9月  1日 六 05:31:11
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    32
@@ -4,5 +4,5 @@
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    33
 	<dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0.so.0" />
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    34
 	<dllmap dll="libbonobo-2.so" target="libbonobo-2.so.0" />
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    35
 	<dllmap dll="gdk-x11-2.0" target="libgdk-x11-2.0.so.0" />
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    36
-	<dllmap dll="libX11" target="libX11.so.6" />
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    37
+	<dllmap dll="libX11" target="libX11.so.5" />
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    38
 </configuration>
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    39
diff -ru banshee-0.13.1.orig/src//Core/Banshee.Base/Banshee.Base.dll.config.in banshee-0.13.1/src/Core/Banshee.Base/Banshee.Base.dll.config.in
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    40
--- banshee-0.13.1.orig/src//Core/Banshee.Base/Banshee.Base.dll.config.in	2007年  7月 31日 二 17:04:45
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    41
+++ banshee-0.13.1/src/Core/Banshee.Base/Banshee.Base.dll.config.in	2007年  9月  1日 六 05:31:11
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    42
@@ -4,7 +4,7 @@
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    43
 	<dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0.so.0" />
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    44
 	<dllmap dll="libbonobo-2.so" target="libbonobo-2.so.0" />
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    45
 	<dllmap dll="gdk-x11-2.0" target="libgdk-x11-2.0.so.0" />
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    46
-	<dllmap dll="libX11" target="libX11.so.6" />
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    47
+	<dllmap dll="libX11" target="libX11.so.5" />
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    48
 	<dllmap dll="notify" target="libnotify.so.1" />
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    49
 	<dllmap dll="libnautilus-burn" target="libnautilus-burn.so.@LNB_SOVERSION@" />
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    50
 </configuration>
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    51
diff -ru banshee-0.13.1.orig/src//Core/Banshee.Widgets/Banshee.Widgets.dll.config.in banshee-0.13.1/src/Core/Banshee.Widgets/Banshee.Widgets.dll.config.in
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    52
--- banshee-0.13.1.orig/src//Core/Banshee.Widgets/Banshee.Widgets.dll.config.in	2007年  7月 31日 二 17:04:43
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    53
+++ banshee-0.13.1/src/Core/Banshee.Widgets/Banshee.Widgets.dll.config.in	2007年  9月  1日 六 05:31:11
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    54
@@ -3,5 +3,5 @@
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    55
 	<dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0" />
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    56
 	<dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0.so.0" />
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    57
 	<dllmap dll="gdk-x11-2.0" target="libgdk-x11-2.0.so.0" />
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    58
-	<dllmap dll="libX11" target="libX11.so.6" />
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    59
+	<dllmap dll="libX11" target="libX11.so.5" />
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    60
 </configuration>
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    61
diff -ru banshee-0.13.1.orig/src//Plugins/Banshee.Plugins.NotificationAreaIcon/Banshee.Plugins.NotificationAreaIcon.dll.config.in banshee-0.13.1/src/Plugins/Banshee.Plugins.NotificationAreaIcon/Banshee.Plugins.NotificationAreaIcon.dll.config.in
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    62
--- banshee-0.13.1.orig/src//Plugins/Banshee.Plugins.NotificationAreaIcon/Banshee.Plugins.NotificationAreaIcon.dll.config.in	2007年  7月 31日 二 17:04:41
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    63
+++ banshee-0.13.1/src/Plugins/Banshee.Plugins.NotificationAreaIcon/Banshee.Plugins.NotificationAreaIcon.dll.config.in	2007年  9月  1日 六 05:31:11
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    64
@@ -1,5 +1,5 @@
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    65
 <configuration>
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    66
 	<dllmap dll="libgdk-x11-2.0.so.0" target="libgdk-x11-2.0.so.0" />
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    67
 	 <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0" />
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    68
-	<dllmap dll="libX11" target="libX11.so.6" />
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    69
+	<dllmap dll="libX11" target="libX11.so.5" />
02399029acd3 2007-09-01 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    70
 </configuration>
438
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    71
--- banshee-0.13.1.orig/src/Core/Banshee.Base/Catalog.cs	2007年  7月 31日 二 17:04:45
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    72
+++ banshee-0.13.1/src/Core/Banshee.Base/Catalog.cs	2007年  9月  1日 六 06:05:26
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    73
@@ -184,22 +184,22 @@
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    74
             }
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    75
         }
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    76
         
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    77
-        [DllImport("intl")]
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    78
+        [DllImport("libc")]
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    79
         private static extern IntPtr bind_textdomain_codeset(IntPtr domain, IntPtr codeset);
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    80
         
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    81
-        [DllImport("intl")]
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    82
+        [DllImport("libc")]
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    83
         private static extern IntPtr bindtextdomain(IntPtr domain, IntPtr locale_dir);
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    84
         
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    85
-        [DllImport("intl")]
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    86
+        [DllImport("libc")]
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    87
         private static extern IntPtr dgettext(IntPtr domain, IntPtr msgid);
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    88
         
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    89
-        [DllImport("intl")]
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    90
+        [DllImport("c")]
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    91
         private static extern IntPtr dngettext(IntPtr domain, IntPtr msgid_singular, IntPtr msgid_plural, Int32 n);
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    92
 
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    93
-        [DllImport("intl")]
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    94
+        [DllImport("libc")]
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    95
         private static extern IntPtr gettext(IntPtr msgid);
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    96
         
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    97
-        [DllImport("intl")]
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    98
+        [DllImport("libc")]
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
    99
         private static extern IntPtr ngettext(IntPtr msgid_singular, IntPtr msgid_plural, Int32 n);
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
   100
     }
e7d7c89edc96 2007-09-01 Albert Lee <[email protected]>
trisk
parents: 436
diff changeset
   101
 }