2 changed files with 4 additions and 41 deletions
@ -2,7 +2,7 @@
|
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../amarok/amarok.desc |
||||
[COPY] Copyright (C) 2006 - 2009 The OpenSDE Project |
||||
[COPY] Copyright (C) 2006 - 2010 The OpenSDE Project |
||||
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
@ -27,11 +27,11 @@
|
||||
[M] Nagy Karoly Gabriel <[email protected]> |
||||
|
||||
[C] extra/multimedia extra/desktop/kde |
||||
[F] KDE QT3-PLUGIN |
||||
[F] KDE |
||||
|
||||
[L] GPL |
||||
[S] Stable |
||||
[V] 2.0.90 |
||||
[V] 2.3.90 |
||||
[P] X -----5---9 600.000 |
||||
|
||||
[D] 1871023274 amarok-2.0.90.tar.bz2 ftp://ftp.kde.org/pub/kde/unstable/amarok/2.0.90/src/ |
||||
[D] 261238180 amarok-2.3.90.tar.bz2 ftp://ftp.kde.org/pub/kde/unstable/amarok/2.3.90/src/ |
||||
|
@ -1,37 +0,0 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../amarok/mysql.patch
|
||||
# Copyright (C) 2009 The OpenSDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
# 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.
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
diff -Nur amarok-2.0.90-orig/cmake/modules/FindMySQLAmarok.cmake amarok-2.0.90/cmake/modules/FindMySQLAmarok.cmake
|
||||
--- amarok-2.0.90-orig/cmake/modules/FindMySQLAmarok.cmake 2009-04-21 13:41:47.000000000 +0300
|
||||
+++ amarok-2.0.90/cmake/modules/FindMySQLAmarok.cmake 2009-04-21 13:55:03.000000000 +0300
|
||||
@@ -16,7 +16,7 @@
|
||||
find_path(MYSQL_INCLUDE_DIR mysql.h
|
||||
~/usr/include/mysql
|
||||
/opt/local/include/mysql5/mysql
|
||||
- /opt/mysqle/include/mysql
|
||||
+ /opt/mysql/include/mysql
|
||||
/opt/mysql/mysql/include
|
||||
/usr/mysql/include/mysql
|
||||
/usr/include/mysql
|
||||
@@ -44,7 +44,7 @@
|
||||
PATHS
|
||||
~/usr/lib/mysql
|
||||
/opt/local/lib/mysql5/mysql
|
||||
- /opt/mysqle/lib/mysql
|
||||
+ /opt/mysql/lib/mysql
|
||||
/usr/lib/mysql
|
||||
/usr/lib64/mysql
|
||||
/usr/local/lib/mysql
|
Loading…
Reference in new issue