Source: guayadeque Version: 0.3.5~ds0-3 Severity: important Tags: patch Hi,
with the recent upload of libindicate to unstable [1], your package will build without indicator support due to the bumped libindicate API (reflected in the pkg-config name). I am sorry to give such short/late notice, but the release team catched me pretty unprepared with their "trnaisiton NOW or after wheezy" mail. (So blame me and give the nice RT guys some beer/coffee ;-)) As your package already has a patch for the last API bump, I just attach a slightly modified version of it that will work with indicate-0.7. It should be properly renamed etc :) As the new library is binary compatible with the old one, your package does not need a rebuild and should still work and thus does not hold back the transition. I still would love to see the patch in unstable soon. For that I plan to prepare a NMU and upload it to DELAYED/5 either tomorrow or the day after, if there are no objections from your side. Regards Evgeni Golov PS: again, sorry for the short timeframe [1] http://packages.qa.debian.org/libi/libindicate/news/20120521T094831Z.html -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Description: libindicator-0.6 transition Author: Evgeni Golov <evg...@debian.org> Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660868 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- guayadeque.orig/CMakeLists.txt +++ guayadeque/CMakeLists.txt @@ -94,7 +94,7 @@ ELSE( NOT LIBGPOD_LIBRARIES ) ADD_DEFINITIONS(-DWITH_LIBGPOD_SUPPORT=1) ENDIF( NOT LIBGPOD_LIBRARIES ) -PKG_CHECK_MODULES( LIBINDICATE indicate ) +PKG_CHECK_MODULES( LIBINDICATE indicate-0.7 ) IF( NOT LIBINDICATE_LIBRARIES ) MESSAGE( " libindicate library not found! No sound menu support!!" ) ELSE( NOT LIBINDICATE_LIBRARIES )
_______________________________________________ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers