tar: /usr/src/slapt-src/multimedia/l-smash/l-smash-2.9.1.tar.gz: Cannot open: No such file or directory tar: Error is not recoverable: exiting now ild... 0%100%100%100%100%100%Done Fetching l-smash.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done l-smash-2.9.1/ l-smash-2.9.1/.gitignore l-smash-2.9.1/.travis.yml l-smash-2.9.1/L-SMASH.sln l-smash-2.9.1/L-SMASH.vcxproj l-smash-2.9.1/L-SMASH.vcxproj.filters l-smash-2.9.1/LICENSE l-smash-2.9.1/Makefile l-smash-2.9.1/cli/ l-smash-2.9.1/cli/boxdumper.c l-smash-2.9.1/cli/boxdumper.vcxproj l-smash-2.9.1/cli/boxdumper.vcxproj.filters l-smash-2.9.1/cli/cli.c l-smash-2.9.1/cli/cli.h l-smash-2.9.1/cli/cli.vcxproj l-smash-2.9.1/cli/cli.vcxproj.filters l-smash-2.9.1/cli/muxer.c l-smash-2.9.1/cli/muxer.vcxproj l-smash-2.9.1/cli/muxer.vcxproj.filters l-smash-2.9.1/cli/remuxer.c l-smash-2.9.1/cli/remuxer.vcxproj l-smash-2.9.1/cli/remuxer.vcxproj.filters l-smash-2.9.1/cli/timelineeditor.c l-smash-2.9.1/cli/timelineeditor.vcxproj l-smash-2.9.1/cli/timelineeditor.vcxproj.filters l-smash-2.9.1/codecs/ l-smash-2.9.1/codecs/a52.c l-smash-2.9.1/codecs/a52.h l-smash-2.9.1/codecs/alac.c l-smash-2.9.1/codecs/description.c l-smash-2.9.1/codecs/description.h l-smash-2.9.1/codecs/dts.c l-smash-2.9.1/codecs/dts.h l-smash-2.9.1/codecs/h264.c l-smash-2.9.1/codecs/h264.h l-smash-2.9.1/codecs/hevc.c l-smash-2.9.1/codecs/hevc.h l-smash-2.9.1/codecs/id.c l-smash-2.9.1/codecs/mp4a.c l-smash-2.9.1/codecs/mp4a.h l-smash-2.9.1/codecs/mp4sys.c l-smash-2.9.1/codecs/mp4sys.h l-smash-2.9.1/codecs/nalu.h l-smash-2.9.1/codecs/vc1.c l-smash-2.9.1/codecs/vc1.h l-smash-2.9.1/codecs/wma.c l-smash-2.9.1/common/ l-smash-2.9.1/common/alloc.c l-smash-2.9.1/common/bits.c l-smash-2.9.1/common/bits.h l-smash-2.9.1/common/bytes.c l-smash-2.9.1/common/bytes.h l-smash-2.9.1/common/internal.h l-smash-2.9.1/common/list.c l-smash-2.9.1/common/list.h l-smash-2.9.1/common/memint.h l-smash-2.9.1/common/multibuf.c l-smash-2.9.1/common/multibuf.h l-smash-2.9.1/common/osdep.c l-smash-2.9.1/common/osdep.h l-smash-2.9.1/common/utils.c l-smash-2.9.1/common/utils.h l-smash-2.9.1/configure l-smash-2.9.1/core/ l-smash-2.9.1/core/box.c l-smash-2.9.1/core/box.h l-smash-2.9.1/core/chapter.c l-smash-2.9.1/core/file.c l-smash-2.9.1/core/file.h l-smash-2.9.1/core/fragment.c l-smash-2.9.1/core/fragment.h l-smash-2.9.1/core/isom.c l-smash-2.9.1/core/meta.c l-smash-2.9.1/core/print.c l-smash-2.9.1/core/print.h l-smash-2.9.1/core/read.c l-smash-2.9.1/core/read.h l-smash-2.9.1/core/summary.c l-smash-2.9.1/core/timeline.c l-smash-2.9.1/core/timeline.h l-smash-2.9.1/core/write.c l-smash-2.9.1/core/write.h l-smash-2.9.1/importer/ l-smash-2.9.1/importer/a52_imp.c l-smash-2.9.1/importer/adts_imp.c l-smash-2.9.1/importer/als_imp.c l-smash-2.9.1/importer/amr_imp.c l-smash-2.9.1/importer/dts_imp.c l-smash-2.9.1/importer/importer.c l-smash-2.9.1/importer/importer.h l-smash-2.9.1/importer/isobm_imp.c l-smash-2.9.1/importer/mp3_imp.c l-smash-2.9.1/importer/nalu_imp.c l-smash-2.9.1/importer/vc1_imp.c l-smash-2.9.1/importer/wave_imp.c l-smash-2.9.1/lsmash.h l-smash-2.9.1/windows/ l-smash-2.9.1/windows/App.config l-smash-2.9.1/windows/dllexportgen.cs l-smash-2.9.1/windows/dllexportgen.csproj generating config.mak ... SRCDIR = . DESTDIR = prefix = /usr exec_prefix = ${prefix} bindir = ${exec_prefix}/bin libdir = /usr/lib includedir = ${prefix}/include CC = gcc AR = ar LD = gcc RANLIB = ranlib STRIP = strip STATICLIBNAME = liblsmash.a STATICLIB = SHAREDLIBNAME = liblsmash.so.2 SHAREDLIB = liblsmash.so.2 IMPLIB = CFLAGS = -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast LDFLAGS = -L. -fPIC -Wl,-s SO_LDFLAGS = -shared -Wl,-soname,$@ LIBS = -lm configure finished type 'make' : compile library and tools type 'make install' : install all into system type 'make lib' : compile library only type 'make install-lib' : install library and header into system gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o common/alloc.o common/alloc.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o common/bits.o common/bits.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o common/bytes.o common/bytes.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o common/list.o common/list.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o common/multibuf.o common/multibuf.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o common/osdep.o common/osdep.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o common/utils.o common/utils.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o codecs/a52.o codecs/a52.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o codecs/alac.o codecs/alac.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o codecs/description.o codecs/description.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o codecs/dts.o codecs/dts.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o codecs/h264.o codecs/h264.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o codecs/hevc.o codecs/hevc.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o codecs/id.o codecs/id.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o codecs/mp4sys.o codecs/mp4sys.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o codecs/mp4a.o codecs/mp4a.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o codecs/vc1.o codecs/vc1.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o codecs/wma.o codecs/wma.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o importer/a52_imp.o importer/a52_imp.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o importer/adts_imp.o importer/adts_imp.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o importer/als_imp.o importer/als_imp.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o importer/amr_imp.o importer/amr_imp.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o importer/dts_imp.o importer/dts_imp.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o importer/importer.o importer/importer.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o importer/isobm_imp.o importer/isobm_imp.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o importer/mp3_imp.o importer/mp3_imp.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o importer/nalu_imp.o importer/nalu_imp.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o importer/vc1_imp.o importer/vc1_imp.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o importer/wave_imp.o importer/wave_imp.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o core/box.o core/box.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o core/chapter.o core/chapter.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o core/file.o core/file.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o core/fragment.o core/fragment.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o core/isom.o core/isom.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o core/meta.o core/meta.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o core/print.o core/print.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o core/read.o core/read.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o core/summary.o core/summary.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o core/timeline.o core/timeline.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o core/write.o core/write.c gcc -shared -Wl,-soname,liblsmash.so.2 -L. -fPIC -Wl,-s -o liblsmash.so.2 common/alloc.o common/bits.o common/bytes.o common/list.o common/multibuf.o common/osdep.o common/utils.o codecs/a52.o codecs/alac.o codecs/description.o codecs/dts.o codecs/h264.o codecs/hevc.o codecs/id.o codecs/mp4sys.o codecs/mp4a.o codecs/vc1.o codecs/wma.o importer/a52_imp.o importer/adts_imp.o importer/als_imp.o importer/amr_imp.o importer/dts_imp.o importer/importer.o importer/isobm_imp.o importer/mp3_imp.o importer/nalu_imp.o importer/vc1_imp.o importer/wave_imp.o core/box.o core/chapter.o core/file.o core/fragment.o core/isom.o core/meta.o core/print.o core/read.o core/summary.o core/timeline.o core/write.o -lm ln -sf liblsmash.so.2 liblsmash.so gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o cli/muxer.o cli/muxer.c gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o cli/cli.o cli/cli.c gcc -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -L. -fPIC -Wl,-s -o cli/muxer cli/muxer.o cli/cli.o -llsmash -lm gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o cli/remuxer.o cli/remuxer.c gcc -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -L. -fPIC -Wl,-s -o cli/remuxer cli/remuxer.o cli/cli.o -llsmash -lm gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o cli/boxdumper.o cli/boxdumper.c gcc -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -L. -fPIC -Wl,-s -o cli/boxdumper cli/boxdumper.o cli/cli.o -llsmash -lm gcc -c -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -o cli/timelineeditor.o cli/timelineeditor.c gcc -Os -ffast-math -Wshadow -Wall -std=c99 -pedantic -I. -I. -fPIC -O2 -march=i586 -mtune=i686 -fexcess-precision=fast -L. -fPIC -Wl,-s -o cli/timelineeditor cli/timelineeditor.o cli/cli.o -llsmash -lm install -d /usr/src/slapt-src/multimedia/l-smash/package-l-smash/usr/include install -m 644 ./lsmash.h /usr/src/slapt-src/multimedia/l-smash/package-l-smash/usr/include install -d /usr/src/slapt-src/multimedia/l-smash/package-l-smash/usr/lib/pkgconfig install -m 644 liblsmash.pc /usr/src/slapt-src/multimedia/l-smash/package-l-smash/usr/lib/pkgconfig install -m 644 liblsmash.so.2 /usr/src/slapt-src/multimedia/l-smash/package-l-smash/usr/lib ln -sf liblsmash.so.2 /usr/src/slapt-src/multimedia/l-smash/package-l-smash/usr/lib/liblsmash.so install -d /usr/src/slapt-src/multimedia/l-smash/package-l-smash/usr/bin install -m 755 cli/muxer cli/remuxer cli/boxdumper cli/timelineeditor /usr/src/slapt-src/multimedia/l-smash/package-l-smash/usr/bin Slackware package maker, version 3.141593. Searching for symbolic links: usr/lib/liblsmash.so liblsmash.so.2 Making symbolic link creation script: ( cd usr/lib ; rm -rf liblsmash.so ) ( cd usr/lib ; ln -sf liblsmash.so.2 liblsmash.so ) 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/lib/liblsmash.so' 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/multimedia/l-smash/l-smash-2.9.1-i586-1salix.txz ./ usr/ usr/include/ usr/include/lsmash.h usr/lib/ usr/lib/pkgconfig/ usr/lib/pkgconfig/liblsmash.pc usr/lib/liblsmash.so.2 usr/bin/ usr/bin/muxer usr/bin/remuxer usr/bin/timelineeditor usr/bin/boxdumper usr/doc/ usr/doc/l-smash-2.9.1/ usr/doc/l-smash-2.9.1/LICENSE usr/doc/l-smash-2.9.1/l-smash.SlackBuild install/ install/doinst.sh install/slack-desc Slackware package /usr/src/slapt-src/multimedia/l-smash/l-smash-2.9.1-i586-1salix.txz created. Installing package l-smash-2.9.1-i586-1salix... | l-smash (Yet another OpenSource mp4 handler) | l-smash is an OpenSource simple tool for the mp4 container. It rivals | Mp4Box from GPAC in muxing, demuxing and tagging mp4, mov, 3gp, 3g2, | m4a and m4v files. | | | https://github.com/l-smash/l-smash | | | | | |