The following packages will be installed: mpgtx Fetching README... 0%100%100%100%100%100%Done Fetching mpgtx.SlackBuild... 0%100%100%100%100%100%Done Fetching mpgtx.info... 0%100%100%100%100%100%Done Fetching patches/mpgtx-1.3.1-configure.patch... 0%100%100%100%100%100%Done Fetching patches/mpgtx-1.3.1-dont-ignore-cxx-flags.patch... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done mpgtx-1.3.1/ mpgtx-1.3.1/ChangeLog mpgtx-1.3.1/AUTHORS mpgtx-1.3.1/COPYING mpgtx-1.3.1/chunkTab.cxx mpgtx-1.3.1/README mpgtx-1.3.1/TODO mpgtx-1.3.1/man/ mpgtx-1.3.1/man/de/ mpgtx-1.3.1/man/de/tagmp3.1 mpgtx-1.3.1/man/de/Makefile mpgtx-1.3.1/man/de/mpgtx.1 mpgtx-1.3.1/man/Makefile mpgtx-1.3.1/man/mpgtx.1 mpgtx-1.3.1/man/tagmp3.1 mpgtx-1.3.1/chunkTab.hh mpgtx-1.3.1/commandline.cxx mpgtx-1.3.1/common.hh mpgtx-1.3.1/config.guess mpgtx-1.3.1/configure mpgtx-1.3.1/id3command.cxx mpgtx-1.3.1/id3command.hh mpgtx-1.3.1/makefile mpgtx-1.3.1/mpeg.cxx mpgtx-1.3.1/mpeg.hh mpgtx-1.3.1/mpegOut.cxx mpgtx-1.3.1/mpegOut.hh mpgtx-1.3.1/mpgtx.spec patching file configure Hunk #5 succeeded at 211 (offset -5 lines). patching file configure Checking Large File Support ... PASSED Generating Makefile ... Here are the options you choosed : Target : RELEASE Large File support : yes Link statically : no Support builtin parachute : no Install prefix : /usr Now Type "make" to build mpgtx (and have a nice day by the way) ---------------------------------------------------------------------- I'm building mpgtx with following options : Target : RELEASE Manual installation prefix: /usr Large File support : yes Link statically : no Support builtin parachute : no Install prefix : /usr Type "./configure --help" to see available options. ---------------------------------------------------------------------- g++ -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNOSIGNAL_H -O2 -fPIC -fno-unit-at-a-time -ansi -c mpegOut.cxx mpegOut.cxx: In member function ‘long int mpegOutWithVideo::CorrectTS(long int)’: mpegOut.cxx:693:14: warning: variable ‘saved_i’ set but not used [-Wunused-but-set-variable] 693 | long saved_i; | ^~~~~~~ mpegOut.cxx: In function ‘void print_ts(byte*)’: mpegOut.cxx:1706:31: warning: variable ‘drop’ set but not used [-Wunused-but-set-variable] 1706 | int hour, min, sec, pictures, drop, closed, broken; | ^~~~ mpegOut.cxx:1706:37: warning: variable ‘closed’ set but not used [-Wunused-but-set-variable] 1706 | int hour, min, sec, pictures, drop, closed, broken; | ^~~~~~ mpegOut.cxx:1706:45: warning: variable ‘broken’ set but not used [-Wunused-but-set-variable] 1706 | int hour, min, sec, pictures, drop, closed, broken; | ^~~~~~ g++ -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNOSIGNAL_H -O2 -fPIC -fno-unit-at-a-time -ansi -c mpeg.cxx mpeg.cxx: In member function ‘byte mpeg::GetByte(off_t)’: mpeg.cxx:341:49: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 341 | fprintf(stderr, "could not get seek to offset (" _OFF_d ") in file %s (size:" _OFF_d ")\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 342 | offset, FileName, FileSize); | ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:215:40: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld mpeg.cxx:341:49: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 341 | fprintf(stderr, "could not get seek to offset (" _OFF_d ") in file %s (size:" _OFF_d ")\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 342 | offset, FileName, FileSize); | ~~~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:215:40: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld mpeg.cxx:357:49: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 357 | fprintf(stderr, "could not get offset " _OFF_d " in file %s [" _OFF_x "]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 358 | offset, FileName, FileSize); | ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:215:40: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld mpeg.cxx:357:49: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 357 | fprintf(stderr, "could not get offset " _OFF_d " in file %s [" _OFF_x "]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 358 | offset, FileName, FileSize); | ~~~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:40: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx: In member function ‘byte mpeg::bdGetByte(off_t)’: mpeg.cxx:395:48: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 395 | fprintf(stderr,"could not get offset " _OFF_x " in file %s [" _OFF_x "]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 396 | offset, FileName, FileSize); | ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:40: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:395:48: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 395 | fprintf(stderr,"could not get offset " _OFF_x " in file %s [" _OFF_x "]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 396 | offset, FileName, FileSize); | ~~~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:40: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx: In member function ‘bool mpeg::ParseVideo(off_t)’: mpeg.cxx:799:41: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 799 | "%s: could not find first GOP after Video Sequence start [" _OFF_x " (decimal)]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 800 | FileName, header_start); | ~~~~~~~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:40: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:816:41: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 816 | "%s: Found video header but couldn't read it [" _OFF_x "-" _OFF_x "]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 817 | FileName, header_start, header_end); | ~~~~~~~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:40: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:816:41: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 816 | "%s: Found video header but couldn't read it [" _OFF_x "-" _OFF_x "]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 817 | FileName, header_start, header_end); | ~~~~~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:40: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx: In member function ‘bool mpeg::ParseSystem()’: mpeg.cxx:848:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 848 | fprintf(stderr,"Skipped " _OFF_d " zeroes at start of file\n",offset); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:215:40: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld mpeg.cxx:853:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 853 | fprintf(stderr,"mmm, this file does not start with a pack, offset: " _OFF_d " \n",offset); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:215:40: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld mpeg.cxx:869:102: warning: format ‘%qd’ expects argument of type ‘long long int’, but argument 3 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 869 | if (print_progress) fprintf (stderr,"\b\b\b\b\b\b\b\b\b\b%10qd", offset); | ~~~~^ ~~~~~~ | | | | | off_t {aka long int} | long long int | %10ld mpeg.cxx:875:102: warning: format ‘%qd’ expects argument of type ‘long long int’, but argument 3 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 875 | if (print_progress) fprintf (stderr,"\b\b\b\b\b\b\b\b\b\b%10qd", offset); | ~~~~^ ~~~~~~ | | | | | off_t {aka long int} | long long int | %10ld mpeg.cxx:884:56: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 884 | fprintf(stderr,"\nsuccess! at " _OFF_d " \n",offset); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:215:40: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld mpeg.cxx:951:41: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 951 | "%s: Unhandled packet encountered (%x @" _OFF_x ") while seeking system headers\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | FileName, mark, offset); | ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:40: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:990:33: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 990 | "%s: System Packet not preceded by a PACK [" _OFF_x | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 991 | "] start of pack : " _OFF_x " PACKlength : " _OFF_x | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 992 | " I'll probably crash but I love risk\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 993 | FileName, offset,startofpack,PACKlength); | ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:40: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:990:33: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 990 | "%s: System Packet not preceded by a PACK [" _OFF_x | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 991 | "] start of pack : " _OFF_x " PACKlength : " _OFF_x | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 992 | " I'll probably crash but I love risk\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 993 | FileName, offset,startofpack,PACKlength); | ~~~~~~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:40: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:990:33: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 6 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 990 | "%s: System Packet not preceded by a PACK [" _OFF_x | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 991 | "] start of pack : " _OFF_x " PACKlength : " _OFF_x | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 992 | " I'll probably crash but I love risk\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 993 | FileName, offset,startofpack,PACKlength); | ~~~~~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:40: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:1018:57: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 1018 | "%s: Warning two or more audio sys header encountered [" _OFF_x "]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1019 | FileName, offset); | ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:40: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:1038:57: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 1038 | "%s: Warning two or more video sys header encountered [" _OFF_x "]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1039 | FileName, offset); | ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:40: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:1088:49: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 1088 | fprintf(stderr, "%s: Unknown system packet %x [" _OFF_x "]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1089 | FileName, packettype, offset); | ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:40: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx: In member function ‘void mpeg::ParseFramesInGOP(off_t)’: mpeg.cxx:1837:40: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 1837 | printf("GOP ends at [" _OFF_x "]\n",off); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:40: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:1852:40: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 1852 | printf("\n\n%c (%.2d) [" _OFF_x "]\n", type, pict_ref, off); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:40: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:1856:43: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 1856 | case 0xba: printf(" PACK [" _OFF_x "]\n", off); break; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:40: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:1857:47: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 1857 | case VideoPkt: printf(" Video [" _OFF_x "]\n", off); break; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:40: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:1858:47: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 1858 | case AudioPkt: printf(" Audio [" _OFF_x "]\n", off); break; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:40: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:1859:49: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 1859 | case PaddingPkt: printf(" Padding [" _OFF_x "]\n", off); break; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:40: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx: In member function ‘long int mpeg::ReadPACKMuxRate(off_t)’: mpeg.cxx:2104:41: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 2104 | "weird pack header while parsing muxrate (offset " _OFF_x ")\n", offset); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:40: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx: In member function ‘bool mpeg::ParseTransportStream(off_t)’: mpeg.cxx:2477:18: warning: variable ‘scramble’ set but not used [-Wunused-but-set-variable] 2477 | int pid, scramble, adaptation; | ^~~~~~~~ mpeg.cxx: In member function ‘void transport::PrintInfos()’: mpeg.cxx:2653:46: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] 2653 | programs[i].descs.PrintInfos(" "); | ^~~~~~~~ mpeg.cxx:2674:51: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] 2674 | current->descs.PrintInfos(" "); | ^~~~~~~~~~ mpeg.cxx: In member function ‘void mpeg_descriptors::PrintInfos(char*)’: mpeg.cxx:2683:33: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] 2683 | if (prefix==0) prefix = ""; | ^~ mpeg.cxx: In function ‘header_buf* readHeader(FILE*, off_t, int)’: mpeg.cxx:2751:58: warning: format ‘%qx’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 2751 | fprintf(stderr,"Size of Fix: 0x%qx\n",size); | ~~^ ~~~~ | | | | | off_t {aka long int} | long long unsigned int | %lx mpeg.cxx: In member function ‘void mpeg::print_all_ts(byte)’: mpeg.cxx:2777:33: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 2777 | fprintf (stderr,"offset: " _OFF_x " TS: %lf\n",p,tsx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:40: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:2766:15: warning: variable ‘nix’ set but not used [-Wunused-but-set-variable] 2766 | byte *nix; | ^~~ mpeg.cxx: In member function ‘int mpeg::CheckTimeline(byte)’: mpeg.cxx:2800:32: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 2800 | printf("\tTime stamps jumped from %lf to %lf at position " _OFF_x "\n",tsx_prev,tsx,p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:40: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx g++ -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNOSIGNAL_H -O2 -fPIC -fno-unit-at-a-time -ansi -c chunkTab.cxx In file included from mpeg.hh:11, from chunkTab.hh:11, from chunkTab.cxx:8: chunkTab.cxx: In member function ‘bool chunkTab::ParseRange(char*)’: common.hh:215:36: warning: format ‘%lld’ expects argument of type ‘long long int*’, but argument 3 has type ‘off_t*’ {aka ‘long int*’} [-Wformat=] 215 | #define _OFF_d "%lld" | ^ chunkTab.cxx:189:29: note: in expansion of macro ‘_OFF_d’ 189 | if (sscanf(offset, _OFF_d "/" _OFF_d , &part, &nparts) == 2) { | ^~~~~~ common.hh:215:40: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int* | %ld common.hh:215:36: warning: format ‘%lld’ expects argument of type ‘long long int*’, but argument 4 has type ‘off_t*’ {aka ‘long int*’} [-Wformat=] 215 | #define _OFF_d "%lld" | ^ chunkTab.cxx:189:29: note: in expansion of macro ‘_OFF_d’ 189 | if (sscanf(offset, _OFF_d "/" _OFF_d , &part, &nparts) == 2) { | ^~~~~~ common.hh:215:40: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int* | %ld chunkTab.cxx:325:33: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 325 | fprintf(stderr, "range %s results in invalid [" _OFF_d "-" _OFF_d "] range\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | range, tempchunk->from,tempchunk->to); | ~~~~~~~~~~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from chunkTab.hh:11, from chunkTab.cxx:8: common.hh:215:40: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld chunkTab.cxx:325:33: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 325 | fprintf(stderr, "range %s results in invalid [" _OFF_d "-" _OFF_d "] range\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | range, tempchunk->from,tempchunk->to); | ~~~~~~~~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from chunkTab.hh:11, from chunkTab.cxx:8: common.hh:215:40: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld chunkTab.cxx: In member function ‘bool chunkTab::ParseValue(char*, int, off_t*, float*, bool*)’: common.hh:215:36: warning: format ‘%lld’ expects argument of type ‘long long int*’, but argument 3 has type ‘off_t*’ {aka ‘long int*’} [-Wformat=] 215 | #define _OFF_d "%lld" | ^~~~~~ chunkTab.cxx:406:36: note: in expansion of macro ‘_OFF_d’ 406 | if (sscanf(value, _OFF_d , translation) != 1) { | ^~~~~~ common.hh:215:40: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int* | %ld chunkTab.cxx: In member function ‘bool chunkTab::ParseBoundaries(char*)’: chunkTab.cxx:514:49: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 514 | "invalid range %s :boundary below end of file " _OFF_d "\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 515 | boundaries, tc->to); | ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from chunkTab.hh:11, from chunkTab.cxx:8: common.hh:215:40: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld chunkTab.cxx:518:49: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 518 | "range %s results in invalid range [" _OFF_d "-" _OFF_d "]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 519 | boundaries, tc->from, tc->to); | ~~~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from chunkTab.hh:11, from chunkTab.cxx:8: common.hh:215:40: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld chunkTab.cxx:518:49: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 518 | "range %s results in invalid range [" _OFF_d "-" _OFF_d "]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 519 | boundaries, tc->from, tc->to); | ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from chunkTab.hh:11, from chunkTab.cxx:8: common.hh:215:40: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld chunkTab.cxx:548:41: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 548 | fprintf(stderr, "invalid range %s :boundary below end of file " _OFF_d "\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 549 | boundaries, tc->to); | ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from chunkTab.hh:11, from chunkTab.cxx:8: common.hh:215:40: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld chunkTab.cxx:551:40: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 551 | fprintf(stderr,"range %s results in invalid range [" _OFF_d "-" _OFF_d "]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 552 | boundaries, tc->from, tc->to); | ~~~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from chunkTab.hh:11, from chunkTab.cxx:8: common.hh:215:40: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld chunkTab.cxx:551:40: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 551 | fprintf(stderr,"range %s results in invalid range [" _OFF_d "-" _OFF_d "]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 552 | boundaries, tc->from, tc->to); | ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from chunkTab.hh:11, from chunkTab.cxx:8: common.hh:215:40: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld chunkTab.cxx: In member function ‘void chunkTab::PrintTab()’: common.hh:215:36: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 2 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 215 | #define _OFF_d "%lld" | ^ chunkTab.cxx:575:25: note: in expansion of macro ‘_OFF_d’ 575 | printf( _OFF_d "|" _OFF_d , TheTab[i]->from, TheTab[i]->to); | ^~~~~~ common.hh:215:40: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld common.hh:215:36: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 215 | #define _OFF_d "%lld" | ^ chunkTab.cxx:575:25: note: in expansion of macro ‘_OFF_d’ 575 | printf( _OFF_d "|" _OFF_d , TheTab[i]->from, TheTab[i]->to); | ^~~~~~ common.hh:215:40: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld chunkTab.cxx:584:24: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘off_t’ {aka ‘long int’} [-Wformat=] 584 | printf("mpeg %.2d : %s [%p](" _OFF_d " bytes)\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 585 | i, MpegTab[i]->Name(), (void*)(MpegTab[i]), MpegTab[i]->Size()); | ~~~~~~~~~~~~~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from chunkTab.hh:11, from chunkTab.cxx:8: common.hh:215:40: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld g++ -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNOSIGNAL_H -O2 -fPIC -fno-unit-at-a-time -ansi -c id3command.cxx id3command.cxx: In function ‘int ParseMov(int, char**, int)’: id3command.cxx:328:75: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] 328 | fieldname="album"; | ^~~~~~~ id3command.cxx:333:75: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] 333 | fieldname="artist"; | ^~~~~~~~ id3command.cxx:338:75: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] 338 | fieldname="title"; | ^~~~~~~ id3command.cxx:343:75: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] 343 | fieldname="year"; | ^~~~~~ id3command.cxx:348:75: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] 348 | fieldname="comment"; | ^~~~~~~~~ id3command.cxx:359:99: warning: ‘sprintf’ may write a terminating nul past the end of the destination [-Wformat-overflow=] 359 | sprintf(temptracknum,"%02d",track); | ^ id3command.cxx:359:80: note: ‘sprintf’ output between 3 and 11 bytes into a destination of size 10 359 | sprintf(temptracknum,"%02d",track); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ id3command.cxx: In function ‘OpenedFile* OpenFile(char*)’: id3command.cxx:582:16: warning: ‘char* strncpy(char*, const char*, size_t)’ output may be truncated copying 30 bytes from a string of length 127 [-Wstringop-truncation] 582 | strncpy(my->thetag->title,&TAG[3],30); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ id3command.cxx:583:16: warning: ‘char* strncpy(char*, const char*, size_t)’ output may be truncated copying 30 bytes from a string of length 127 [-Wstringop-truncation] 583 | strncpy(my->thetag->artist,&TAG[33],30); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ id3command.cxx:584:16: warning: ‘char* strncpy(char*, const char*, size_t)’ output may be truncated copying 30 bytes from a string of length 127 [-Wstringop-truncation] 584 | strncpy(my->thetag->album,&TAG[63],30); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ id3command.cxx:585:16: warning: ‘char* strncpy(char*, const char*, size_t)’ output may be truncated copying 4 bytes from a string of length 127 [-Wstringop-truncation] 585 | strncpy(my->thetag->year,&TAG[93],4); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ id3command.cxx:586:16: warning: ‘char* strncpy(char*, const char*, size_t)’ output may be truncated copying 30 bytes from a string of length 127 [-Wstringop-truncation] 586 | strncpy(my->thetag->comment,&TAG[97],30); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNOSIGNAL_H -O2 -fPIC -fno-unit-at-a-time -ansi -o mpgtx commandline.cxx mpegOut.o mpeg.o chunkTab.o id3command.o commandline.cxx:170:1: warning: ‘typedef’ was ignored in this declaration 170 | typedef enum argtype {file,option,range,none}; | ^~~~~~~ commandline.cxx:171:1: warning: ‘typedef’ was ignored in this declaration 171 | typedef enum programname {mpgsplit,mpgcat,mpgjoin,mpginfo,mpgdemux,other,mp3tag}; | ^~~~~~~ commandline.cxx: In function ‘int main(int, char**)’: commandline.cxx:410:56: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] 410 | Tab.ParseRange("]0-]"); | ^~~~~~ commandline.cxx:468:98: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] 468 | if(!myoutfile) myoutfile="output.mpg"; | ^~~~~~~~~~~~ commandline.cxx:558:64: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] 558 | Tab.ParseRange("]0-]"); | ^~~~~~ commandline.cxx:582:56: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] 582 | Tab.ParseRange("]0-]"); | ^~~~~~ commandline.cxx:596:32: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] 596 | Tab.ParseRange("]0-]"); | ^~~~~~ commandline.cxx:654:36: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] 654 | mybasename="chunk"; | ^~~~~~~ commandline.cxx:764:44: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] 764 | mybasename="chunk"; | ^~~~~~~ commandline.cxx:316:14: warning: variable ‘Id3Tag’ set but not used [-Wunused-but-set-variable] 316 | bool Id3Tag=false; | ^~~~~~ commandline.cxx:318:14: warning: variable ‘catch_sigsegv’ set but not used [-Wunused-but-set-variable] 318 | bool catch_sigsegv=true; | ^~~~~~~~~~~~~ ---------------------------------------------------------------------- Success building mpgtx. Now type "make install" to install it ---------------------------------------------------------------------- ln -sf mpgtx.1 mpgcat.1 ln -sf mpgtx.1 mpgjoin.1 ln -sf mpgtx.1 mpginfo.1 ln -sf mpgtx.1 mpgsplit.1 ln -sf mpgtx.1 mpgdemux.1 ln -sf mpgtx.1 mpgcat.1 ln -sf mpgtx.1 mpgjoin.1 ln -sf mpgtx.1 mpginfo.1 ln -sf mpgtx.1 mpgsplit.1 ln -sf mpgtx.1 mpgdemux.1 Slackware package maker, version 3.14159265. Searching for symbolic links: usr/bin/mpgcat /usr/bin/mpgtx usr/bin/mpgdemux /usr/bin/mpgtx usr/bin/mpginfo /usr/bin/mpgtx usr/bin/mpgjoin /usr/bin/mpgtx usr/bin/mpgsplit /usr/bin/mpgtx usr/bin/tagmp3 /usr/bin/mpgtx usr/man/de/man1/mpgcat.1.gz mpgtx.1.gz usr/man/de/man1/mpgdemux.1.gz mpgtx.1.gz usr/man/de/man1/mpginfo.1.gz mpgtx.1.gz usr/man/de/man1/mpgjoin.1.gz mpgtx.1.gz usr/man/de/man1/mpgsplit.1.gz mpgtx.1.gz usr/man/man1/mpgcat.1.gz mpgtx.1.gz usr/man/man1/mpgdemux.1.gz mpgtx.1.gz usr/man/man1/mpginfo.1.gz mpgtx.1.gz usr/man/man1/mpgjoin.1.gz mpgtx.1.gz usr/man/man1/mpgsplit.1.gz mpgtx.1.gz Making symbolic link creation script: ( cd usr/bin ; rm -rf mpgcat ) ( cd usr/bin ; ln -sf /usr/bin/mpgtx mpgcat ) ( cd usr/bin ; rm -rf mpgdemux ) ( cd usr/bin ; ln -sf /usr/bin/mpgtx mpgdemux ) ( cd usr/bin ; rm -rf mpginfo ) ( cd usr/bin ; ln -sf /usr/bin/mpgtx mpginfo ) ( cd usr/bin ; rm -rf mpgjoin ) ( cd usr/bin ; ln -sf /usr/bin/mpgtx mpgjoin ) ( cd usr/bin ; rm -rf mpgsplit ) ( cd usr/bin ; ln -sf /usr/bin/mpgtx mpgsplit ) ( cd usr/bin ; rm -rf tagmp3 ) ( cd usr/bin ; ln -sf /usr/bin/mpgtx tagmp3 ) ( cd usr/man/de/man1 ; rm -rf mpgcat.1.gz ) ( cd usr/man/de/man1 ; ln -sf mpgtx.1.gz mpgcat.1.gz ) ( cd usr/man/de/man1 ; rm -rf mpgdemux.1.gz ) ( cd usr/man/de/man1 ; ln -sf mpgtx.1.gz mpgdemux.1.gz ) ( cd usr/man/de/man1 ; rm -rf mpginfo.1.gz ) ( cd usr/man/de/man1 ; ln -sf mpgtx.1.gz mpginfo.1.gz ) ( cd usr/man/de/man1 ; rm -rf mpgjoin.1.gz ) ( cd usr/man/de/man1 ; ln -sf mpgtx.1.gz mpgjoin.1.gz ) ( cd usr/man/de/man1 ; rm -rf mpgsplit.1.gz ) ( cd usr/man/de/man1 ; ln -sf mpgtx.1.gz mpgsplit.1.gz ) ( cd usr/man/man1 ; rm -rf mpgcat.1.gz ) ( cd usr/man/man1 ; ln -sf mpgtx.1.gz mpgcat.1.gz ) ( cd usr/man/man1 ; rm -rf mpgdemux.1.gz ) ( cd usr/man/man1 ; ln -sf mpgtx.1.gz mpgdemux.1.gz ) ( cd usr/man/man1 ; rm -rf mpginfo.1.gz ) ( cd usr/man/man1 ; ln -sf mpgtx.1.gz mpginfo.1.gz ) ( cd usr/man/man1 ; rm -rf mpgjoin.1.gz ) ( cd usr/man/man1 ; ln -sf mpgtx.1.gz mpgjoin.1.gz ) ( cd usr/man/man1 ; rm -rf mpgsplit.1.gz ) ( cd usr/man/man1 ; ln -sf mpgtx.1.gz mpgsplit.1.gz ) It is recommended that you make these lines your new installation script. Would you like to make this stuff the install script for this package and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed './usr/bin/mpgjoin' removed './usr/bin/mpgsplit' removed './usr/bin/mpgcat' removed './usr/bin/mpginfo' removed './usr/bin/mpgdemux' removed './usr/bin/tagmp3' removed './usr/man/man1/mpgcat.1.gz' removed './usr/man/man1/mpgdemux.1.gz' removed './usr/man/man1/mpginfo.1.gz' removed './usr/man/man1/mpgjoin.1.gz' removed './usr/man/man1/mpgsplit.1.gz' removed './usr/man/de/man1/mpgcat.1.gz' removed './usr/man/de/man1/mpgdemux.1.gz' removed './usr/man/de/man1/mpginfo.1.gz' removed './usr/man/de/man1/mpgjoin.1.gz' removed './usr/man/de/man1/mpgsplit.1.gz' Creating your new ./install/doinst.sh... This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src-x86_64/multimedia/mpgtx/mpgtx-1.3.1-x86_64-2salix15.0.txz ./ install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/mpgtx usr/doc/ usr/doc/mpgtx-1.3.1/ usr/doc/mpgtx-1.3.1/AUTHORS usr/doc/mpgtx-1.3.1/COPYING usr/doc/mpgtx-1.3.1/README usr/doc/mpgtx-1.3.1/TODO usr/doc/mpgtx-1.3.1/mpgtx.SlackBuild usr/man/ usr/man/de/ usr/man/de/man1/ usr/man/de/man1/mpgtx.1.gz usr/man/de/man1/tagmp3.1.gz usr/man/man1/ usr/man/man1/mpgtx.1.gz usr/man/man1/tagmp3.1.gz Slackware package /usr/src/slapt-src-x86_64/multimedia/mpgtx/mpgtx-1.3.1-x86_64-2salix15.0.txz created. Installing package mpgtx-1.3.1-x86_64-2salix15.0... | mpgtx (command line MPEG toolbox) | | mpgtx a command line MPEG audio/video/system file toolbox, that slices | and joins audio and video files, including MPEG1, MPEG2 and MP3. | mpgtx was designed with the good old Unix philosophy in mind : do few | but do it well and provide end user an austary yet powerful command | line interface. | | homepage: | http://mpgtx.sourceforge.net/ | | |