diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
commit | b6af1e02efe594039707cd882517663d5370f375 (patch) | |
tree | ff9c2d55873e051e82972ba64c017352d3a75d34 /testing/totem-pl-parser/no-libsoup-gnome.patch | |
parent | a71346b7acebc600960a98c84fb32cfd72fe864b (diff) | |
download | aports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2 aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz |
testing/[multiple]: move unmaintained packages
This moves all packages from testing to unmaintained which have not been
updated for atleast 6 months. If you are affected by this commit please follow
this proceddure:
* make sure your packages build on all architectures
* move your pacakge(s) back to testing
* if you want to keep this package and can maintain it (or find somebody to
maintain it for you) for a minimum of 6 months ask it to be moved to community
Diffstat (limited to 'testing/totem-pl-parser/no-libsoup-gnome.patch')
-rw-r--r-- | testing/totem-pl-parser/no-libsoup-gnome.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/totem-pl-parser/no-libsoup-gnome.patch b/testing/totem-pl-parser/no-libsoup-gnome.patch deleted file mode 100644 index 9f0770bd92..0000000000 --- a/testing/totem-pl-parser/no-libsoup-gnome.patch +++ /dev/null @@ -1,31 +0,0 @@ -Only in b: config.log ---- a/configure.in -+++ b/configure.in -@@ -60,7 +60,7 @@ - AC_SUBST(TOTEM_PL_PARSER_VERSION_MINOR) - AC_SUBST(TOTEM_PL_PARSER_VERSION_MICRO) - --pkg_modules="glib-2.0 >= $GLIB_REQS libxml-2.0 gthread-2.0 gio-2.0 >= $GIO_REQS libsoup-gnome-2.4" -+pkg_modules="glib-2.0 >= $GLIB_REQS libxml-2.0 gthread-2.0 gio-2.0 >= $GIO_REQS libsoup-2.4" - - ################################## - # Checking libgmime dependency ---- a/plparse/totem-pl-parser-podcast.c -+++ b/plparse/totem-pl-parser-podcast.c -@@ -25,7 +25,7 @@ - #include <glib.h> - - #ifndef TOTEM_PL_PARSER_MINI --#include <libsoup/soup-gnome.h> -+#include <libsoup/soup.h> - #include "xmlparser.h" - #include "totem-pl-parser.h" - #include "totemplparser-marshal.h" -@@ -579,7 +579,6 @@ - GByteArray *data; - - session = soup_session_sync_new_with_options ( -- SOUP_SESSION_ADD_FEATURE_BY_TYPE, SOUP_TYPE_GNOME_FEATURES_2_26, - SOUP_SESSION_ADD_FEATURE_BY_TYPE, SOUP_TYPE_CONTENT_DECODER, - SOUP_SESSION_USER_AGENT, "iTunes/7.4.1", - SOUP_SESSION_ACCEPT_LANGUAGE_AUTO, TRUE, |