remove packages gnophone and iax. age-old cruft. git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7779 c5f82cb5-29bc-0310-9cd0-bff59a50e3bcrocklinux
@ -1,76 +0,0 @@ |
|||||
# --- 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/gnophone/gcc34.patch |
|
||||
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf |
|
||||
# |
|
||||
# This patch file is dual-licensed. It is available under the license the |
|
||||
# patched project is licensed under, as long as it is an OpenSource license |
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or 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. |
|
||||
# |
|
||||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
||||
|
|
||||
--- ./src/gnophone_gui.c.orig 2004-12-02 02:35:20.510570584 +0100
|
|
||||
+++ ./src/gnophone_gui.c 2004-12-02 02:35:30.377070648 +0100
|
|
||||
@@ -1396,6 +1396,7 @@
|
|
||||
p->moving = 0; |
|
||||
break; |
|
||||
default: |
|
||||
+ ;
|
|
||||
} |
|
||||
return FALSE; |
|
||||
} |
|
||||
--- ./sounds/raw2h.c.orig 2004-12-02 02:24:39.857964584 +0100
|
|
||||
+++ ./sounds/raw2h.c 2004-12-02 02:29:13.291396384 +0100
|
|
||||
@@ -28,20 +28,7 @@
|
|
||||
res = read(i, buf, sizeof(buf)); |
|
||||
assert(res >= 0); |
|
||||
assert(res < sizeof(buf)); |
|
||||
- fprintf(o,
|
|
||||
-"/*
|
|
||||
- * Signed 16-bit audio data
|
|
||||
- *
|
|
||||
- * Source: %s
|
|
||||
- *
|
|
||||
- * Copyright (C) 1999, Mark Spencer and Linux Support Services
|
|
||||
- *
|
|
||||
- * Distributed under the terms of the GNU General Public License
|
|
||||
- *
|
|
||||
- */
|
|
||||
-
|
|
||||
-static signed short %s[] = {
|
|
||||
-", argv[1], n);
|
|
||||
+ fprintf(o, "/*\n * Signed 16-bit audio data\n *\n * Source: %s\n *\n * Copyright (C) 1999, Mark Spencer and Linux Support Services\n *\n * Distributed under the terms of the GNU General Public License\n *\n */\n \n static signed short %s[] = {\n ", argv[1], n);
|
|
||||
for (x=0;x<res/2 - 1;x++) { |
|
||||
fprintf(o, "%#06hx, ", buf[x]); |
|
||||
if ((x % 10) == 9) |
|
||||
--- ./sounds/mkdtmf.c.orig 2004-12-02 02:29:24.684664344 +0100
|
|
||||
+++ ./sounds/mkdtmf.c 2004-12-02 02:30:05.518456664 +0100
|
|
||||
@@ -25,19 +25,7 @@
|
|
||||
if (argc != 3) |
|
||||
exit(1); |
|
||||
|
|
||||
- printf(
|
|
||||
-"/*
|
|
||||
- * Signed 16-bit audio data representing '%s' in dtmf
|
|
||||
- *
|
|
||||
- * Copyright (C) 2000, Linux Support Services, Inc.
|
|
||||
- *
|
|
||||
- * Distributed under the terms of the GNU General
|
|
||||
- * Public License
|
|
||||
- *
|
|
||||
- */
|
|
||||
-
|
|
||||
-static short %s[] = {
|
|
||||
-", argv[1], argv[2]);
|
|
||||
+ printf( "/* \n * Signed 16-bit audio data representing '%s' in dtmf\n * \n * Copyright (C) 2000, Linux Support Services, Inc.\n * \n * Distributed under the terms of the GNU General\n * Public License\n *\n */\n \n static short %s[] = { \n ", argv[1], argv[2]);
|
|
||||
|
|
||||
ap = argv[1]; |
|
||||
while (*ap) { |
|
||||
@ -1,43 +0,0 @@ |
|||||
[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/gnophone/gnophone.cache |
|
||||
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 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 --- |
|
||||
|
|
||||
[TIMESTAMP] 1142664601 Sat Mar 18 07:50:01 2006 (5) |
|
||||
[TIMESTAMP] 1142935147 Tue Mar 21 10:59:07 2006 (9) |
|
||||
|
|
||||
[CONFIG-ID] TRUNK-x86-reference |
|
||||
[ROCKVER] TRUNK |
|
||||
|
|
||||
[LOGS] 5-gnophone.log 9-gnophone.log |
|
||||
|
|
||||
[BUILDTIME] 2756 (5) |
|
||||
[BUILDTIME] 2841 (9) |
|
||||
[SIZE] 0.68 MB, 15 files |
|
||||
|
|
||||
[DEP] 00-dirtree alsa audiofile audiofile:dev autoconf automake19 |
|
||||
[DEP] bash2 binutils bzip2 coreutils diffutils esound esound:dev |
|
||||
[DEP] findutils gcc34 gcc34:dev glib12 glib12:dev glibc23 glibc23:dev |
|
||||
[DEP] gnome14-dirtree grep gsm:dev gtk+12 gtk+12:dev iax iax:dev imlib |
|
||||
[DEP] imlib:dev linux26-header:dev make mktemp mozilla net-tools patch |
|
||||
[DEP] perl5 rrdtool sed sox sysfiles tar texinfo xorg |
|
||||
|
|
||||
[PROVIDES] audio-oss.so audio-phone.so gnophone gnophone.bin |
|
||||
|
|
||||
@ -1,45 +0,0 @@ |
|||||
|
|
||||
[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/gnophone/gnophone.desc |
|
||||
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 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 VoIP application using IAX |
|
||||
|
|
||||
[T] Gnophone is an open source internet telephone that allows you to make |
|
||||
[T] calls to other GnoPhone users or to an Asterisk PBX Gateway. It supports |
|
||||
[T] a fully featured web interface allowing you to participate in various |
|
||||
[T] discussion groups. It also supports the full rate GSM codec for great |
|
||||
[T] quality that doesn't require very high bandwidth. |
|
||||
|
|
||||
[U] http://www.gnophone.com/ |
|
||||
|
|
||||
[A] Linux Support Services <support@gnophone.com> |
|
||||
[M] fake <fake@rocklinux.org> |
|
||||
|
|
||||
[C] extra/multimedia |
|
||||
|
|
||||
[L] GPL |
|
||||
[S] Stable |
|
||||
[V] 0.2.4 |
|
||||
[P] X -----5---9 237.200 |
|
||||
|
|
||||
[D] 609985867 gnophone-0.2.4.tar.gz ftp://ftp.gnophone.com/pub/gnophone/ |
|
||||
|
|
||||
@ -1,29 +0,0 @@ |
|||||
# --- 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/gnophone/linux-2.6.9-ixjuser_h.patch |
|
||||
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf |
|
||||
# |
|
||||
# This patch file is dual-licensed. It is available under the license the |
|
||||
# patched project is licensed under, as long as it is an OpenSource license |
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or 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. |
|
||||
# |
|
||||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
||||
|
|
||||
--- ./src/modules/audio-phone.c.orig 2004-12-02 02:32:42.335616832 +0100
|
|
||||
+++ ./src/modules/audio-phone.c 2004-12-02 02:32:59.888948320 +0100
|
|
||||
@@ -26,6 +26,7 @@
|
|
||||
#include <sys/ioctl.h> |
|
||||
#include <linux/telephony.h> |
|
||||
#ifdef IXJ_ENHANCED |
|
||||
+#include <linux/compiler.h>
|
|
||||
#include <linux/ixjuser.h> |
|
||||
#endif |
|
||||
#include <sys/stat.h> |
|
||||
@ -1,41 +0,0 @@ |
|||||
[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/iax/iax.cache |
|
||||
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 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 --- |
|
||||
|
|
||||
[TIMESTAMP] 1142657337 Sat Mar 18 05:48:57 2006 (5) |
|
||||
[TIMESTAMP] 1142927276 Tue Mar 21 08:47:56 2006 (9) |
|
||||
|
|
||||
[CONFIG-ID] TRUNK-x86-reference |
|
||||
[ROCKVER] TRUNK |
|
||||
|
|
||||
[LOGS] 5-iax.log 9-iax.log |
|
||||
|
|
||||
[BUILDTIME] 2003 (5) |
|
||||
[BUILDTIME] 2129 (9) |
|
||||
[SIZE] 0.05 MB, 10 files |
|
||||
|
|
||||
[DEP] 00-dirtree autoconf automake19 bash2 binutils bzip2 coreutils |
|
||||
[DEP] diffutils findutils gcc34 gcc34:dev glibc23 glibc23:dev grep |
|
||||
[DEP] linux26-header:dev make mktemp net-tools perl5 rrdtool sed sysfiles |
|
||||
[DEP] tar texinfo |
|
||||
|
|
||||
[PROVIDES] iax-config libiax.a libiax.so |
|
||||
|
|
||||
@ -1,42 +0,0 @@ |
|||||
|
|
||||
[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/iax/iax.desc |
|
||||
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 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] Inter-Asterisk eXchange protocol library |
|
||||
|
|
||||
[T] An implementation of the Inter-Asterisk eXchange protocol distributed |
|
||||
[T] under the terms of the GNU Lesser General Public License. |
|
||||
|
|
||||
[U] http://www.gnophone.com/ |
|
||||
|
|
||||
[A] Mark Spencer <markster@linux-support.net> |
|
||||
[M] fake <fake@rocklinux.org> |
|
||||
|
|
||||
[C] extra/multimedia |
|
||||
|
|
||||
[L] LGPL |
|
||||
[S] Stable |
|
||||
[V] 0.2.2 |
|
||||
[P] X -----5---9 233.900 |
|
||||
|
|
||||
[D] 1420489982 iax-0.2.2.tar.gz ftp://ftp.gnophone.com/pub/gnophone/ |
|
||||
|
|
||||