[arch-commits] Commit in audex/trunk (PKGBUILD google_regex.patch)

Laurent Carlier lcarlier at archlinux.org
Tue Sep 30 06:50:11 UTC 2014


    Date: Tuesday, September 30, 2014 @ 08:50:11
  Author: lcarlier
Revision: 119859

upgpkg: audex 0.78-2

kdelibs rebuild

Modified:
  audex/trunk/PKGBUILD
Deleted:
  audex/trunk/google_regex.patch

--------------------+
 PKGBUILD           |    2 +-
 google_regex.patch |   14 --------------
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-30 06:49:18 UTC (rev 119858)
+++ PKGBUILD	2014-09-30 06:50:11 UTC (rev 119859)
@@ -6,7 +6,7 @@
 
 pkgname=audex
 pkgver=0.78
-pkgrel=1
+pkgrel=2
 pkgdesc="A CDDA extraction tool with a ftp upload function for KDE"
 arch=('i686' 'x86_64')
 url="http://kde-apps.org/content/show.php?content=77125"

Deleted: google_regex.patch
===================================================================
--- google_regex.patch	2014-09-30 06:49:18 UTC (rev 119858)
+++ google_regex.patch	2014-09-30 06:50:11 UTC (rev 119859)
@@ -1,14 +0,0 @@
---- audex-0.74b1/utils/coverfetcher.cpp	2011-01-15 12:06:25.000000000 +0100
-+++ audex-0.74b1/utils/coverfetcher_new.cpp	2011-07-20 18:43:37.554588883 +0200
-@@ -162,7 +162,10 @@
-   cover_tbnids.clear();
-   cover_thumbnails.clear();
- 
--  QRegExp rx("<a\\shref=(\\/imgres\\?imgurl=[a-zA-Z0-9\\&\\_\\%\\/\\=\\.\\:\\-\\?]+)>[\\s\\n]*<img\\ssrc=([a-zA-Z0-9\\&\\_\\%\\/\\=\\.\\:\\-\\?]+).*>[\\s\\n]*</a>");
-+  QRegExp rx("<a\\shref=\"(\\/imgres\\?imgurl=[^\"]+)\">[\\s\\n]*<img[^>]+src=\"([^>]+)\"></a>");
-+  QString html = xml;
-+  html.replace( QLatin1String("&"), QLatin1String("&") );
-+
-   rx.setMinimal(TRUE);
-   
-   int pos = 0; int i = 0;



More information about the arch-commits mailing list