summaryrefslogtreecommitdiff
path: root/community/audex/google_regex.patch
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-03-15 10:55:52 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-03-15 10:55:52 +0100
commit1f8bbc40bc42f162b7b62e0dca5176ba3d0b39a4 (patch)
treeb19a7be5f8a23cdf854c9694f968a531244204d2 /community/audex/google_regex.patch
parent2e3ca4b49391dc8484dd6064828ee42cbe66ed03 (diff)
parenteebfa6ebe1522831767019e496b0c094b2e15a5c (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/audex/PKGBUILD community/gimp-ufraw/PKGBUILD community/ogmrip/PKGBUILD community/oss/PKGBUILD community/ruby-gtk2/PKGBUILD community/soundkonverter/PKGBUILD core/iptables/PKGBUILD core/libffi/PKGBUILD extra/clamav/PKGBUILD extra/ecasound/PKGBUILD extra/mariadb/PKGBUILD extra/mesa/PKGBUILD
Diffstat (limited to 'community/audex/google_regex.patch')
-rw-r--r--community/audex/google_regex.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/community/audex/google_regex.patch b/community/audex/google_regex.patch
deleted file mode 100644
index 86917e66f..000000000
--- a/community/audex/google_regex.patch
+++ /dev/null
@@ -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("&amp;"), QLatin1String("&") );
-+
- rx.setMinimal(TRUE);
-
- int pos = 0; int i = 0;