Files
cdrdao/cdrdao-drop-gconf-dep.patch
Adam Majer 8764a8a303 Accepting request 1132136 from home:amanzini:branches:Base:System
- Update to version 1.2.5:
  * gcdmaster port to GTK 3 (Stefan Roellin)
  * Support to specify encoding in TOC (Denis Leroy):
  * one of ENCODING_ISO_8859_1, ENCODING_ASCII, ENCODING_MS_JIS, ENCODING_KOREAN, ENCODING_MANDARIN 
    may be specified on LANGUAGE section.
  * TOC always dumped in UTF-8, unless --no-utf8 is specified
  * Fix --swap argument with generic-mmc-raw driver (Alex Free)
  * cdrdao:
    + new cdtext command to dump CD-TEXT disc content
    + deprecate 0x10 driver option by checking device configuration
  * toc2cue: (Jonathan Simpson)
    + add option to convert bin file, removing subchannel data that isn't supported by cue/bin files
    + add option to swap byte order when creating new bin file
  * toc2mp3: (DL)
    + -J option to force specific text decoding
    + support for character encoding in filenames and id3v2 tags
    + Fix eject by first issuing PREVENT ALLOW MEDIUM REMOVAL (DL)
    + Removed scsilib snapshot from old cdrecord project, only use native interface. RIP Jörg Schilling.
    + Misc compile and warning fixes for newer C++ compilers (Fedora)
    + Cddb server updates.

OBS-URL: https://build.opensuse.org/request/show/1132136
OBS-URL: https://build.opensuse.org/package/show/Base:System/cdrdao?expand=0&rev=31
2023-12-19 09:15:38 +00:00

22 lines
689 B
Diff

From: Franciscarlos Santos Soares <prof.franciscarlos@gmail.com>
Date: Wed, 11 Jul 2018 13:15:14 -0300
Subject: Remove dependency on gconf
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: cdrdao-1.2.5/configure.ac
===================================================================
--- cdrdao-1.2.5.orig/configure.ac
+++ cdrdao-1.2.5/configure.ac
@@ -9,7 +9,7 @@ AM_INIT_AUTOMAKE(subdir-objects)
AC_CONFIG_HEADERS(config.h)
AM_MAINTAINER_MODE
AC_CANONICAL_HOST
-AM_GCONF_SOURCE_2
+#AM_GCONF_SOURCE_2
AM_ICONV
AC_ARG_WITH(pcctsbin,[ --with-pcctsbin=dir set directory of PCCTS parser generator executables],[pcctsbin=$withval],[pcctsbin=default])