diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-05 12:40:14 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-05 12:40:14 +0000 |
commit | 811a7154483119ea9831d8fdfe78190d5f146f40 (patch) | |
tree | 1769dd645f3ad12960ee724355664d952ee01460 /kde-base/artsplugin-mpeglib | |
parent | Stable on sparc wrt #165335 (diff) | |
download | historical-811a7154483119ea9831d8fdfe78190d5f146f40.tar.gz historical-811a7154483119ea9831d8fdfe78190d5f146f40.tar.bz2 historical-811a7154483119ea9831d8fdfe78190d5f146f40.zip |
Remove unneeded patches.
Package-Manager: portage-2.1.2-r7
Diffstat (limited to 'kde-base/artsplugin-mpeglib')
-rw-r--r-- | kde-base/artsplugin-mpeglib/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/artsplugin-mpeglib/files/artsplugin-mpeglib-3.5.2-libarts.patch | 27 |
2 files changed, 5 insertions, 28 deletions
diff --git a/kde-base/artsplugin-mpeglib/ChangeLog b/kde-base/artsplugin-mpeglib/ChangeLog index 2c48cb510e51..bbdc1546b65d 100644 --- a/kde-base/artsplugin-mpeglib/ChangeLog +++ b/kde-base/artsplugin-mpeglib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/artsplugin-mpeglib # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-mpeglib/ChangeLog,v 1.62 2007/02/04 01:35:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-mpeglib/ChangeLog,v 1.63 2007/02/05 11:50:46 flameeyes Exp $ + + 05 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> + -files/artsplugin-mpeglib-3.5.2-libarts.patch: + Remove unneeded patches. 04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> -artsplugin-mpeglib-3.5.2.ebuild: diff --git a/kde-base/artsplugin-mpeglib/files/artsplugin-mpeglib-3.5.2-libarts.patch b/kde-base/artsplugin-mpeglib/files/artsplugin-mpeglib-3.5.2-libarts.patch deleted file mode 100644 index 3bcc4f439f12..000000000000 --- a/kde-base/artsplugin-mpeglib/files/artsplugin-mpeglib-3.5.2-libarts.patch +++ /dev/null @@ -1,27 +0,0 @@ -Index: kdemultimedia-3.5.1/configure.in.in -=================================================================== ---- kdemultimedia-3.5.1.orig/configure.in.in -+++ kdemultimedia-3.5.1/configure.in.in -@@ -548,4 +548,22 @@ if test "x$with_akode" != xno; then - fi - fi - -+artsc_config_test_path=$prefix/bin:$exec_prefix/bin:$KDEDIR/bin:$PATH -+AC_PATH_PROG(ARTSCCONFIG, artsc-config, no, $artsc_config_test_path) -+ -+if test "x$build_arts" = "xyes" && test "x$ARTSCCONFIG" != "xno" ; then -+ LIB_ARTS="-lartskde" -+ ARTS_PREFIX=[`$ARTSCCONFIG --arts-prefix`] -+ ARTS_CFLAGS="-I$ARTS_PREFIX/include/arts" -+ AC_DEFINE(HAVE_ARTS, 1, [have arts support in juk]) -+else -+ build_arts="no" -+ LIB_ARTS="" -+ ARTS_CFLAGS="" -+ AC_DEFINE(HAVE_ARTS, 0, [no arts support in juk]) -+fi -+ -+AC_SUBST(LIB_ARTS) -+AC_SUBST(ARTS_CFLAGS) -+ - KDE_CHECK_MPEGLIB_ARTS |