Package Details: bin2iso 1.9b-6

Git Clone URL: https://aur.archlinux.org/bin2iso.git (read-only, click to copy)
Package Base: bin2iso
Description: Converts RAW format (.bin/.cue) files to ISO/WAV format
Upstream URL: http://xpt.sourceforge.net/techdocs/media/video/dvdvcd/dv09-NonIsoCDFormats/ar01s10.html
Licenses: GPL
Submitter: jelly
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 6
Popularity: 0.000142
First Submitted: 2020-07-07 16:04 (UTC)
Last Updated: 2020-08-30 21:03 (UTC)

Latest Comments

naseweisz commented on 2024-08-31 21:51 (UTC) (edited on 2024-08-31 21:52 (UTC) by naseweisz)

Does not build for me with GCC14.2

bin2iso19b_linux.c:114:1: Fehler: Rückgabetyp ist auf »int« voreingestellt [-Wimplicit-int] 114 | buffered_fread(unsigned char array, unsigned int size) { | ^~ bin2iso19b_linux.c: In Funktion »buffered_fread«: bin2iso19b_linux.c:128:39: Warnung: Anweisung ohne Effekt [-Wunused-value] 128 | while(i++ < size) { array[i] == 0; }/ zero fill the rest / | ~^~ bin2iso19b_linux.c: In Funktion »getTrackinfo«: bin2iso19b_linux.c:240:20: Warnung: Zeigerziele bei Übergabe des Arguments 1 von »strncpy« unterscheiden sich im Vorzeichenbesitz [-Wpointer-sign] 240 | strncpy(track->num, &Line[8], 2); track->num[2] = '\0'; | ~^~~ | | | unsigned char * In Datei, eingebunden von /usr/include/features.h:511, von /usr/include/bits/libc-header-start.h:33, von /usr/include/stdio.h:28, von bin2iso19b_linux.c:1: /usr/include/bits/string_fortified.h:96:17: Anmerkung: »char « erwartet, aber Argument hat Typ »unsigned char « 96 | __NTH (strncpy (__fortify_clang_overload_arg (char , __restrict, __dest), | ^~~~ bin2iso19b_linux.c:252:16: Warnung: Zeigerziele bei Übergabe des Arguments 1 von »strcpy« unterscheiden sich im Vorzeichenbesitz [-Wpointer-sign] 252 | strcpy(track->name, sBinFilename);

[and much more] As a workaround I added "-Wno-error=implicit-int -Wno-error=implicit-function-declaration" to CFLAGS and it successfully built.

mortmann commented on 2024-04-21 14:54 (UTC)

@bunnylin @FabioLolix i did similar work starting in 2020. maybe we could join / merge efforts. repo is at: https://github.com/michaelortmann/bin2iso

FabioLolix commented on 2022-10-25 23:22 (UTC)

@bunnylin interesting, I'm a bit overloaded at the moment but I'll get back to you

bunnylin commented on 2022-08-25 00:24 (UTC)

I've taken the liberty of making a new 1.9c maintenance version of this. Most importantly it fixes WAV file writing on x64. My fork is at: https://gitlab.com/bunnylin/bin2iso

May or may not be of interest.

rjt commented on 2020-08-20 09:20 (UTC)

Might just be me, might just be temporary, but upstream URL is unreachable.