! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
tumbler-0.1.27 has typing error for the cover plug-in in acinclude.m4
Status:
RESOLVED: DUPLICATE
Product:
Tumbler
Component:
General

Comments

Description Samuli Suominen 2013-01-13 11:30:27 CET
typing error, causing double flag for pixbuf and missing flag for cover plug-in

--- tumbler-0.1.27/acinclude.m4	2013-01-12 13:14:28.000000000 +0200
+++ tumbler-0.1.27.orig/acinclude.m4	2013-01-13 12:23:46.472324118 +0200
@@ -250,7 +250,7 @@
 dnl
 AC_DEFUN([TUMBLER_COVER_THUMBNAILER],
 [
-AC_ARG_ENABLE([pixbuf-thumbnailer], [AC_HELP_STRING([--disable-cover-thumbnailer], [Don't build the Cover thumbnailer plugin])],
+AC_ARG_ENABLE([cover-thumbnailer], [AC_HELP_STRING([--disable-cover-thumbnailer], [Don't build the Cover thumbnailer plugin])],
   [ac_tumbler_cover_thumbnailer=$enableval], [ac_tumbler_cover_thumbnailer=yes])
 if test x"$ac_tumbler_cover_thumbnailer" = x"yes"; then
   dnl Check for gdk-pixbuf
Comment 1 Samuli Suominen 2013-01-13 11:40:13 CET

*** This bug has been marked as a duplicate of bug 9751 ***

Bug #9757

Reported by:
Samuli Suominen
Reported on: 2013-01-13
Last modified on: 2013-01-13

People

Assignee:
Jannis Pohlmann
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information