[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#956699: marked as done (ogmrip: Please witch to enchant-2 instead of enchant(1))



Your message dated Wed, 15 Apr 2020 20:35:34 +0000
with message-id <E1jOokw-0001cf-Hk@fasolo.debian.org>
and subject line Bug#956699: fixed in ogmrip 1.0.1-3
has caused the Debian Bug report #956699,
regarding ogmrip: Please witch to enchant-2 instead of enchant(1)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
956699: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956699
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: ogmrip
Version: 1.0.1-2
Severity: important
Tags: patch
Control: block 947979 by -1

Hello,

Could you please switch from enchant(1) to the enchant-2 library?

We are trying to get rid of enchant(1) for the bullseye release.

The attached patch should fix this (no tested though)

Kind regards,
Laurent Bigonville

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.5.0-1-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_WARN
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8), LANGUAGE=fr_BE:fr (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: SELinux: enabled - Mode: Permissive - Policy name: refpolicy
diff -Nru ogmrip-1.0.1/debian/control ogmrip-1.0.1/debian/control
--- ogmrip-1.0.1/debian/control	2019-10-11 00:27:43.000000000 +0200
+++ ogmrip-1.0.1/debian/control	2020-04-14 14:37:12.000000000 +0200
@@ -12,7 +12,7 @@
  libdbus-glib-1-dev (>= 0.7.2),
  libdvdread-dev (>= 4.1.3-4),
  libenca-dev,
- libenchant-dev,
+ libenchant-2-dev,
  libgconf2-dev,
  libglade2-dev,
  libnotify-dev (>= 0.7),
diff -Nru ogmrip-1.0.1/debian/patches/enchant2.patch ogmrip-1.0.1/debian/patches/enchant2.patch
--- ogmrip-1.0.1/debian/patches/enchant2.patch	1970-01-01 01:00:00.000000000 +0100
+++ ogmrip-1.0.1/debian/patches/enchant2.patch	2020-04-14 14:41:11.000000000 +0200
@@ -0,0 +1,30 @@
+--- a/configure.in
++++ b/configure.in
+@@ -161,7 +161,7 @@ AC_SUBST(DBUS_LIBS)
+ dnl **************************************************************
+ 
+ ENCHANT_REQUIRED=1.1.0
+-ENCHANT_MODULES="enchant >= $ENCHANT_REQUIRED"
++ENCHANT_MODULES="enchant-2 >= $ENCHANT_REQUIRED"
+ 
+ AC_ARG_ENABLE(enchant-support,
+   AC_HELP_STRING([--disable-enchant-support], [disable Enchant support]),
+--- a/src/ogmrip-spell-dialog.c
++++ b/src/ogmrip-spell-dialog.c
+@@ -315,14 +315,14 @@ ogmrip_spell_dialog_check_word (OGMRipSp
+         enchant_dict_add_to_session (dialog->priv->dict, word, len);
+         break;
+       case OGMRIP_SPELL_RESPONSE_ADD_WORD:
+-        enchant_dict_add_to_personal (dialog->priv->dict, word, len);
++        enchant_dict_add (dialog->priv->dict, word, len);
+         break;
+       default:
+         break;
+     }
+ 
+     if (suggs && n_suggs)
+-      enchant_dict_free_suggestions (dialog->priv->dict, suggs);
++      enchant_dict_free_string_list (dialog->priv->dict, suggs);
+   }
+ 
+   return status;
diff -Nru ogmrip-1.0.1/debian/patches/series ogmrip-1.0.1/debian/patches/series
--- ogmrip-1.0.1/debian/patches/series	2019-10-11 00:21:13.000000000 +0200
+++ ogmrip-1.0.1/debian/patches/series	2020-04-14 14:37:26.000000000 +0200
@@ -1,2 +1,3 @@
 01_libdvdread4.diff
 02_configure.diff
+enchant2.patch

--- End Message ---
--- Begin Message ---
Source: ogmrip
Source-Version: 1.0.1-3
Done: Sebastian Ramacher <sramacher@debian.org>

We believe that the bug you reported is fixed in the latest version of
ogmrip, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 956699@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Ramacher <sramacher@debian.org> (supplier of updated ogmrip package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 15 Apr 2020 21:48:47 +0200
Source: ogmrip
Architecture: source
Version: 1.0.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Sebastian Ramacher <sramacher@debian.org>
Closes: 956699
Changes:
 ogmrip (1.0.1-3) unstable; urgency=medium
 .
   * Team upload
   * debian/: Build with enchant2 (Closes: #956699)
     Thanks to Laurent Bigonville for the patch.
   * Bump Standards-Version
Checksums-Sha1:
 025a03255e0474d20ec5a2f68d69c04f6684af5a 2417 ogmrip_1.0.1-3.dsc
 ffba950c53fdd1e38e78b7a709b81121d5476c69 7416 ogmrip_1.0.1-3.debian.tar.xz
Checksums-Sha256:
 786718459edc18ed663427071cc5eac8f8b0408e2ef064c0210234cf3822b06b 2417 ogmrip_1.0.1-3.dsc
 f76a859c7ce411289168d5de35087d441b03190272c380b4d60014b62d573dc5 7416 ogmrip_1.0.1-3.debian.tar.xz
Files:
 35f95b2ba10df6d487d1f012f3ebbbfb 2417 video optional ogmrip_1.0.1-3.dsc
 305220583c0e65ca5b980a6aeda03dcb 7416 video optional ogmrip_1.0.1-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE94y6B4F7sUmhHTOQafL8UW6nGZMFAl6XZ54ACgkQafL8UW6n
GZO14g/+JkAs1LLVIgEfeMv1HWTq2QB42tTCkt/QQ/Nr3qZpSeR9aO8rCzDcfKmX
YZB/f6iDdwmHeTw2PehWwx84Ci3wWaGG5fRSxtZLYBBofG6PfXmUKGBIF5HIY3y0
OqzxmO7r+3p1gVDgok2JEgpCD/EI3Q4MU+Bk+UCTeVO7HM2lWSbrWNXLdw4+f5/2
Wx8RGFxq97rhvcpUsEBP54AxQ5vBJcQPJJOYS5C/g+F8+uyEJVTm5Ifi2vGzZIfh
ZMvFzumwxqeYJhc1FJ3Gm/l9LDxCjwdOsel90dKzu1S8sBoDoVrX/mn6S8oreaXE
zO5AqZNr3a0tVJh8fsBlhgQspcmXBEPxe+w8XFIduIYYYXpcrSepS5gQ2UFagD81
oPhfYB+IlQhP1X48+eIFWszEG56V7ZUs0W1XxZbeoOqtXWjUqrdyFMkxQdTRySyq
iu74KCt1iKZZ3gWOt0kuXeTt/CwMw0om005i2QcVmc+t77RQBQnqUw6QLDd6/Qg8
aL/z4HdbUFXUodCAppSNEBms5Al0SMZtQeQV9JP2gkZbyYes4QDIT402x6SNIZtI
nFObSfT06fLZwxv2Luna2oSQx9URiuu4S+8I3kBGdZqCF3J9579jPlpGqRF/Hz6f
98Mzri+KzhnlY5bgP9Yz9Nr5VsAYWUYSmn9RAfEjU+kxKKYyg8s=
=F7ir
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: