added xmule package git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2301 c5f82cb5-29bc-0310-9cd0-bff59a50e3bcrocklinux
@ -0,0 +1,36 @@ |
|||
--- ./configure.in.orig 2004-01-26 22:59:15.000000000 +0000
|
|||
+++ ./configure.in 2004-01-27 18:17:47.675298984 +0000
|
|||
@@ -46,12 +46,12 @@
|
|||
fi |
|||
|
|||
CHECK_WX_BUILT_WITH_GTK2 |
|||
-
|
|||
+
|
|||
if test x"$GTK_USEDVERSION" = x"2" ; then |
|||
- AM_PATH_GTK_2_0(2.0.3, havegtk2=yes, havegtk2=no)
|
|||
+ AM_PATH_GTK_2_0(2.0.3, havegtk2=yes, havegtk2=no, gthread)
|
|||
GTK_DEFS="-D__GTK2__" |
|||
else |
|||
- AM_PATH_GTK(1.2.0, havegtk=yes, havegtk=no)
|
|||
+ AM_PATH_GTK(1.2.0, havegtk=yes, havegtk=no, gthread)
|
|||
GTK_DEFS="" |
|||
fi |
|||
|
|||
--- ./configure.in.orig 2004-01-26 22:59:15.000000000 +0000
|
|||
+++ ./configure.in 2004-01-27 18:17:47.675298984 +0000
|
|||
@@ -46,12 +46,12 @@
|
|||
fi |
|||
|
|||
CHECK_WX_BUILT_WITH_GTK2 |
|||
-
|
|||
+
|
|||
if test x"$GTK_USEDVERSION" = x"2" ; then |
|||
- AM_PATH_GTK_2_0(2.0.3, havegtk2=yes, havegtk2=no)
|
|||
+ AM_PATH_GTK_2_0(2.0.3, havegtk2=yes, havegtk2=no, gthread)
|
|||
GTK_DEFS="-D__GTK2__" |
|||
else |
|||
- AM_PATH_GTK(1.2.0, havegtk=yes, havegtk=no)
|
|||
+ AM_PATH_GTK(1.2.0, havegtk=yes, havegtk=no, gthread)
|
|||
GTK_DEFS="" |
|||
fi |
|||
|
@ -0,0 +1,20 @@ |
|||
--- ./src/ini2.h.orig 2004-01-26 23:59:15.000000000 +0100
|
|||
+++ ./src/ini2.h 2004-01-27 15:38:43.741114728 +0100
|
|||
@@ -29,6 +29,7 @@
|
|||
|
|||
#include <wx/string.h> |
|||
#include <wx/window.h> |
|||
+#include "wintypes.h"
|
|||
|
|||
#define RGB(a,b,c) ((a&0xff)<<16|(b&0xff)<<8|(c&0xff)) |
|||
|
|||
--- ./src/ini2.h.orig 2004-01-26 23:59:15.000000000 +0100
|
|||
+++ ./src/ini2.h 2004-01-27 15:38:43.741114728 +0100
|
|||
@@ -29,6 +29,7 @@
|
|||
|
|||
#include <wx/string.h> |
|||
#include <wx/window.h> |
|||
+#include "wintypes.h"
|
|||
|
|||
#define RGB(a,b,c) ((a&0xff)<<16|(b&0xff)<<8|(c&0xff)) |
|||
|
@ -0,0 +1,48 @@ |
|||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
# |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# Please add additional copyright information _after_ the line containing |
|||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
# |
|||
# ROCK Linux: rock-src/package/fake/xmule/xmule.conf |
|||
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf |
|||
# |
|||
# This program is free software; you can redistribute it and/or modify |
|||
# it under the terms of the GNU General Public License as published by |
|||
# the Free Software Foundation; either version 2 of the License, or |
|||
# (at your option) any later version. A copy of the GNU General Public |
|||
# License can be found at Documentation/COPYING. |
|||
# |
|||
# Many people helped and are helping developing ROCK Linux. Please |
|||
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
# file for details. |
|||
# |
|||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
# patch already sent upstream. |
|||
preconf="autoconf" |
|||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
# |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# Please add additional copyright information _after_ the line containing |
|||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
# |
|||
# ROCK Linux: rock-src/package/fake/xmule/xmule.conf |
|||
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf |
|||
# |
|||
# This program is free software; you can redistribute it and/or modify |
|||
# it under the terms of the GNU General Public License as published by |
|||
# the Free Software Foundation; either version 2 of the License, or |
|||
# (at your option) any later version. A copy of the GNU General Public |
|||
# License can be found at Documentation/COPYING. |
|||
# |
|||
# Many people helped and are helping developing ROCK Linux. Please |
|||
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
# file for details. |
|||
# |
|||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
# patch already sent upstream. |
|||
preconf="autoconf" |
@ -0,0 +1,82 @@ |
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
[COPY] |
|||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
[COPY] Please add additional copyright information _after_ the line containing |
|||
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
[COPY] |
|||
[COPY] ROCK Linux: rock-src/package/fake/xmule/xmule.desc |
|||
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf |
|||
[COPY] |
|||
[COPY] This program is free software; you can redistribute it and/or modify |
|||
[COPY] it under the terms of the GNU General Public License as published by |
|||
[COPY] the Free Software Foundation; either version 2 of the License, or |
|||
[COPY] (at your option) any later version. A copy of the GNU General Public |
|||
[COPY] License can be found at Documentation/COPYING. |
|||
[COPY] |
|||
[COPY] Many people helped and are helping developing ROCK Linux. Please |
|||
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
[COPY] file for details. |
|||
[COPY] |
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
[I] a multiplatform fork of eMule client |
|||
|
|||
[T] This program is a multiplatform fork of eMule client using wxWindows class |
|||
[T] library. |
|||
|
|||
[U] http://www.xmule.org |
|||
|
|||
[A] Alo Sarv aka Madcat <madcat@xmule.org> |
|||
[M] fake <fake@rocklinux.org> |
|||
|
|||
[C] extra/multimedia |
|||
|
|||
[L] GPL |
|||
[S] Stable |
|||
[V] 1.7.2 |
|||
[P] X -----5---9 370.000 |
|||
|
|||
[D] 3697938444 xmule-1.7.2.tar.bz2 http://dl.sourceforge.net/xmule/ |
|||
|
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
[COPY] |
|||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
[COPY] Please add additional copyright information _after_ the line containing |
|||
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
[COPY] |
|||
[COPY] ROCK Linux: rock-src/package/fake/xmule/xmule.desc |
|||
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf |
|||
[COPY] |
|||
[COPY] This program is free software; you can redistribute it and/or modify |
|||
[COPY] it under the terms of the GNU General Public License as published by |
|||
[COPY] the Free Software Foundation; either version 2 of the License, or |
|||
[COPY] (at your option) any later version. A copy of the GNU General Public |
|||
[COPY] License can be found at Documentation/COPYING. |
|||
[COPY] |
|||
[COPY] Many people helped and are helping developing ROCK Linux. Please |
|||
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
[COPY] file for details. |
|||
[COPY] |
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
[I] a multiplatform fork of eMule client |
|||
|
|||
[T] This program is a multiplatform fork of eMule client using wxWindows class |
|||
[T] library. |
|||
|
|||
[U] http://www.xmule.org |
|||
|
|||
[A] Alo Sarv aka Madcat <madcat@xmule.org> |
|||
[M] fake <fake@rocklinux.org> |
|||
|
|||
[C] extra/multimedia |
|||
|
|||
[L] GPL |
|||
[S] Stable |
|||
[V] 1.7.2 |
|||
[P] X -----5---9 370.000 |
|||
|
|||
[D] 3697938444 xmule-1.7.2.tar.bz2 http://dl.sourceforge.net/xmule/ |
|||
|