+ cd slackbuilds.org/libraries/libdvdcss ++ sed -n 's;^[^:]\+: ;; p' slack-desc ++ sed -e 's;";\\\\";g' -e 's;/;\\/;g' ++ tr '\n' ' ' + export 'DESCR=libdvdcss (DVD decryption library) libdvdcss is a cross-platform library for transparent DVD device access with on-the-fly CSS decryption. It is used by libdvdread and most DVD players such as VLC because of its portability and because, unlike similar libraries, it does not require your DVD drive to be region locked. Home Page: http:\/\/developers.videolan.org\/libdvdcss\/ ' + DESCR='libdvdcss (DVD decryption library) libdvdcss is a cross-platform library for transparent DVD device access with on-the-fly CSS decryption. It is used by libdvdread and most DVD players such as VLC because of its portability and because, unlike similar libraries, it does not require your DVD drive to be region locked. Home Page: http:\/\/developers.videolan.org\/libdvdcss\/ ' ++ sed 's;^/;;' ++ echo /opt/windows_64 + export PREFIX=opt/windows_64 + PREFIX=opt/windows_64 + export VERSION=1.3.0 + VERSION=1.3.0 + export BUILD=1 + BUILD=1 + '[' -e config ']' + exec bash -x libdvdcss.SlackBuild + PRGNAM=libdvdcss + VERSION=1.3.0 + BUILD=1 + TAG=_SBo ++ pwd + CWD=/home/adrien/projects/win-builds-1.5/slackbuilds.org/libraries/libdvdcss + TMP=/opt/windows_64/tmp + PKG=/opt/windows_64/tmp/package-libdvdcss + OUTPUT=/tmp + set -e + rm -rf /opt/windows_64/tmp/package-libdvdcss + mkdir -p /opt/windows_64/tmp /opt/windows_64/tmp/package-libdvdcss /tmp + cd /opt/windows_64/tmp + rm -rf libdvdcss-1.3.0 + tar xvf /home/adrien/projects/win-builds-1.5/slackbuilds.org/libraries/libdvdcss/libdvdcss-1.3.0.tar.bz2 libdvdcss-1.3.0/ libdvdcss-1.3.0/src/ libdvdcss-1.3.0/src/dvdcss/ libdvdcss-1.3.0/src/dvdcss/dvdcss.h libdvdcss-1.3.0/src/libdvdcss.pc.in libdvdcss-1.3.0/src/device.c libdvdcss-1.3.0/src/error.c libdvdcss-1.3.0/src/ioctl.h libdvdcss-1.3.0/src/device.h libdvdcss-1.3.0/src/css.h libdvdcss-1.3.0/src/common.h libdvdcss-1.3.0/src/csstables.h libdvdcss-1.3.0/src/ioctl.c libdvdcss-1.3.0/src/libdvdcss.c libdvdcss-1.3.0/src/libdvdcss.h libdvdcss-1.3.0/src/css.c libdvdcss-1.3.0/README libdvdcss-1.3.0/aclocal.m4 libdvdcss-1.3.0/configure libdvdcss-1.3.0/config.h.in libdvdcss-1.3.0/depcomp libdvdcss-1.3.0/test/ libdvdcss-1.3.0/test/dvd_region.c libdvdcss-1.3.0/test/csstest.c libdvdcss-1.3.0/config.sub libdvdcss-1.3.0/config.guess libdvdcss-1.3.0/AUTHORS libdvdcss-1.3.0/libdvdcss.spec libdvdcss-1.3.0/NEWS libdvdcss-1.3.0/Makefile.am libdvdcss-1.3.0/doc/ libdvdcss-1.3.0/doc/doxygen.cfg.in libdvdcss-1.3.0/doc/footer.html libdvdcss-1.3.0/doc/header.html libdvdcss-1.3.0/COPYING libdvdcss-1.3.0/INSTALL libdvdcss-1.3.0/configure.ac libdvdcss-1.3.0/ChangeLog libdvdcss-1.3.0/compile libdvdcss-1.3.0/missing libdvdcss-1.3.0/m4/ libdvdcss-1.3.0/m4/ltsugar.m4 libdvdcss-1.3.0/m4/lt~obsolete.m4 libdvdcss-1.3.0/m4/libtool.m4 libdvdcss-1.3.0/m4/attributes.m4 libdvdcss-1.3.0/m4/ltversion.m4 libdvdcss-1.3.0/m4/ltoptions.m4 libdvdcss-1.3.0/install-sh libdvdcss-1.3.0/ltmain.sh libdvdcss-1.3.0/Makefile.in libdvdcss-1.3.0/msvc/ libdvdcss-1.3.0/msvc/libdvdcss.dsp libdvdcss-1.3.0/msvc/workspace.dsw libdvdcss-1.3.0/msvc/csstest.dsp libdvdcss-1.3.0/msvc/config.h libdvdcss-1.3.0/msvc/libdvdcss.vcxproj + cd libdvdcss-1.3.0 + chown -R root:root . + find -L . '(' -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 ')' -exec chmod 755 '{}' ';' -o '(' -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 ')' -exec chmod 644 '{}' ';' + CFLAGS=-O2 + CXXFLAGS=-O2 + ./configure --prefix=/opt/windows_64 --libdir=/opt/windows_64/lib64 --sysconfdir=/opt/windows_64/etc --localstatedir=/opt/windows_64/var --mandir=/opt/windows_64/man --docdir=/opt/windows_64/doc/libdvdcss-1.3.0 --enable-shared=yes --enable-static=no --host=x86_64-w64-mingw32 --build=x86_64-slackware-linux checking build system type... x86_64-slackware-linux-gnu checking host system type... x86_64-w64-mingw32 checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... yes checking whether make supports nested variables... (cached) yes checking how to print strings... printf checking for style of include used by make... GNU checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.exe checking for suffix of executables... .exe checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-w64-mingw32-gcc accepts -g... yes checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes checking dependency style of x86_64-w64-mingw32-gcc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by x86_64-w64-mingw32-gcc... /home/adrien/projects/win-builds-1.5/opt/cross_toolchain_64/x86_64-w64-mingw32/bin/ld checking if the linker (/home/adrien/projects/win-builds-1.5/opt/cross_toolchain_64/x86_64-w64-mingw32/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /opt/cross_toolchain_64/bin/x86_64-w64-mingw32-nm -B checking the name lister (/opt/cross_toolchain_64/bin/x86_64-w64-mingw32-nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-slackware-linux-gnu file names to x86_64-w64-mingw32 format... func_convert_file_nix_to_w32 checking how to convert x86_64-slackware-linux-gnu file names to toolchain format... func_convert_file_noop checking for /home/adrien/projects/win-builds-1.5/opt/cross_toolchain_64/x86_64-w64-mingw32/bin/ld option to reload object files... -r checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL checking for x86_64-w64-mingw32-dlltool... x86_64-w64-mingw32-dlltool checking how to associate runtime and link libraries... func_cygming_dll_for_implib checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar checking for archiver @FILE support... @ checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib checking command to parse /opt/cross_toolchain_64/bin/x86_64-w64-mingw32-nm -B output from x86_64-w64-mingw32-gcc object... ok checking for sysroot... no checking for x86_64-w64-mingw32-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... no checking for x86_64-w64-mingw32-as... x86_64-w64-mingw32-as checking for x86_64-w64-mingw32-dlltool... (cached) x86_64-w64-mingw32-dlltool checking for x86_64-w64-mingw32-objdump... (cached) x86_64-w64-mingw32-objdump checking for objdir... .libs checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes checking if x86_64-w64-mingw32-gcc static flag -static works... yes checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-w64-mingw32-gcc linker (/home/adrien/projects/win-builds-1.5/opt/cross_toolchain_64/x86_64-w64-mingw32/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... Win32 ld.exe checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for x86_64-w64-mingw32-gcc... (cached) x86_64-w64-mingw32-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-w64-mingw32-gcc accepts -g... (cached) yes checking for x86_64-w64-mingw32-gcc option to accept ISO C89... (cached) none needed checking whether x86_64-w64-mingw32-gcc understands -c and -o together... (cached) yes checking dependency style of x86_64-w64-mingw32-gcc... (cached) gcc3 checking for ANSI C header files... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking for unistd.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/uio.h usability... no checking sys/uio.h presence... no checking for sys/uio.h... no checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking pwd.h usability... no checking pwd.h presence... no checking for pwd.h... no checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking io.h usability... yes checking io.h presence... yes checking for io.h... yes checking whether O_BINARY is declared... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for posix mkdir()... no checking windows.h usability... yes checking windows.h presence... yes checking for windows.h... yes checking for winioctl.h... yes checking sys/ioctl.h usability... no checking sys/ioctl.h presence... no checking for sys/ioctl.h... no checking if x86_64-w64-mingw32-gcc supports -Wall flag... yes checking if x86_64-w64-mingw32-gcc supports -Wsign-compare flag... yes checking if x86_64-w64-mingw32-gcc supports -Wextra flag... yes checking for x86_64-w64-mingw32-gcc way to treat warnings as errors... -Werror checking if x86_64-w64-mingw32-gcc supports -fvisibility=hidden... yes checking if x86_64-w64-mingw32-gcc supports __attribute__(( visibility("default") ))... yes checking for doxygen... /usr/bin/doxygen checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/doxygen.cfg config.status: creating src/libdvdcss.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands + make -j4 make[1]: Entering directory `/home/adrien/projects/win-builds-1.5/opt/windows_64/tmp/libdvdcss-1.3.0' make all-am make[2]: Entering directory `/home/adrien/projects/win-builds-1.5/opt/windows_64/tmp/libdvdcss-1.3.0' cd doc && doxygen doxygen.cfg CC src/device.lo CC src/libdvdcss.lo CC src/css.lo Warning: ignoring unsupported tag `SHOW_GROUPED_MEMB_INC =' at line 510, file doxygen.cfg Warning: ignoring unsupported tag `DIA_PATH =' at line 2039, file doxygen.cfg Warning: ignoring unsupported tag `DIAFILE_DIRS =' at line 2245, file doxygen.cfg /home/adrien/projects/win-builds-1.5/opt/windows_64/tmp/libdvdcss-1.3.0/src/dvdcss/dvdcss.h:65: warning: Member LIBDVDCSS_EXPORT (macro definition) of file dvdcss.h is not documented. In file included from src/css.c:57:0: src/common.h:53:0: warning: "lseek" redefined [enabled by default] # define lseek _lseeki64 ^ In file included from /home/adrien/projects/win-builds-1.5/opt/cross_toolchain_64/x86_64-w64-mingw32/include/sys/stat.h:14:0, from src/css.c:42: /home/adrien/projects/win-builds-1.5/opt/cross_toolchain_64/x86_64-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition #define lseek lseek64 ^ In file included from src/device.c:71:0: src/common.h:53:0: warning: "lseek" redefined [enabled by default] # define lseek _lseeki64 ^ In file included from /home/adrien/projects/win-builds-1.5/opt/cross_toolchain_64/x86_64-w64-mingw32/include/sys/stat.h:14:0, from src/device.c:37: /home/adrien/projects/win-builds-1.5/opt/cross_toolchain_64/x86_64-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition #define lseek lseek64 ^ touch stamp-doxygen CC src/ioctl.lo src/device.c: In function '_dvdcss_close': src/device.c:441:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] CloseHandle( (HANDLE) dvdcss->i_fd ); ^ src/device.c:445:34: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] struct w32_aspidev *fd = (struct w32_aspidev *) dvdcss->i_fd; ^ src/device.c:448:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] FreeLibrary( (HMODULE) fd->hASPI ); ^ src/device.c:449:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] free( (void*) dvdcss->i_fd ); ^ src/device.c: In function 'win2k_open': src/device.c:512:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] dvdcss->i_fd = (int) ^ src/device.c:518:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if( (HANDLE) dvdcss->i_fd == INVALID_HANDLE_VALUE ) ^ src/device.c:519:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] dvdcss->i_fd = (int) ^ src/device.c:524:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if( (HANDLE) dvdcss->i_fd == INVALID_HANDLE_VALUE ) ^ src/device.c: In function 'aspi_open': src/device.c:596:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] fd->hASPI = (long) hASPI; ^ src/device.c:632:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] dvdcss->i_fd = (int) fd; ^ src/device.c: In function 'win2k_seek': src/device.c:730:39: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] li_seek.LowPart = SetFilePointer( (HANDLE) dvdcss->i_fd, ^ src/device.c: In function 'aspi_seek': src/device.c:749:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] struct w32_aspidev *fd = (struct w32_aspidev *) dvdcss->i_fd; ^ src/device.c: In function 'win2k_read': src/device.c:817:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if( !ReadFile( (HANDLE) dvdcss->i_fd, p_buffer, ^ src/device.c: In function 'win_readv': src/device.c:954:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if( !ReadFile( (HANDLE)dvdcss->i_fd, dvdcss->p_readv_buffer, ^ src/device.c: In function 'aspi_read_internal': src/device.c:1001:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] struct w32_aspidev *fd = (struct w32_aspidev *) i_fd; ^ src/css.c: In function 'AttackPattern': src/css.c:1618:31: warning: unused parameter 'i_pos' [-Wunused-parameter] int i_pos, uint8_t *p_key ) ^ CC src/error.lo In file included from src/error.c:38:0: src/common.h:53:0: warning: "lseek" redefined [enabled by default] # define lseek _lseeki64 ^ In file included from src/common.h:45:0, from src/error.c:38: /home/adrien/projects/win-builds-1.5/opt/cross_toolchain_64/x86_64-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition #define lseek lseek64 ^ In file included from src/ioctl.c:89:0: src/common.h:53:0: warning: "lseek" redefined [enabled by default] # define lseek _lseeki64 ^ In file included from src/common.h:45:0, from src/ioctl.c:89: /home/adrien/projects/win-builds-1.5/opt/cross_toolchain_64/x86_64-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition #define lseek lseek64 ^ In file included from src/ioctl.c:91:0: src/ioctl.c: In function 'ioctl_ReadCopyright': src/ioctl.h:107:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (DeviceIoControl( (HANDLE)(DEV), IOCTL_SCSI_PASS_THROUGH_DIRECT, \ ^ src/ioctl.c:224:17: note: in expansion of macro 'SEND_SPTD' i_ret = SEND_SPTD( i_fd, &sptd, &tmp ); ^ src/ioctl.c: In function 'ioctl_ReadDiscKey': src/ioctl.c:378:34: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] i_ret = DeviceIoControl( (HANDLE) i_fd, IOCTL_DVD_READ_KEY, key, ^ src/ioctl.c: In function 'ioctl_ReadTitleKey': src/ioctl.c:544:34: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] i_ret = DeviceIoControl( (HANDLE) i_fd, IOCTL_DVD_READ_KEY, key, ^ src/ioctl.c: In function 'ioctl_ReportAgid': src/ioctl.c:678:34: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] i_ret = DeviceIoControl( (HANDLE) i_fd, IOCTL_DVD_START_SESSION, ^ src/ioctl.c: In function 'ioctl_ReportChallenge': src/ioctl.c:803:34: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] i_ret = DeviceIoControl( (HANDLE) i_fd, IOCTL_DVD_READ_KEY, key, ^ src/ioctl.c: In function 'ioctl_ReportASF': src/ioctl.c:934:34: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] i_ret = DeviceIoControl( (HANDLE) i_fd, IOCTL_DVD_READ_KEY, key, ^ src/ioctl.c:855:37: warning: unused parameter 'pi_remove_me' [-Wunused-parameter] int ioctl_ReportASF( int i_fd, int *pi_remove_me, int *pi_asf ) ^ src/ioctl.c: In function 'ioctl_ReportKey1': src/ioctl.c:1065:34: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] i_ret = DeviceIoControl( (HANDLE) i_fd, IOCTL_DVD_READ_KEY, key, ^ src/ioctl.c: In function 'ioctl_InvalidateAgid': src/ioctl.c:1171:34: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] i_ret = DeviceIoControl( (HANDLE) i_fd, IOCTL_DVD_END_SESSION, ^ src/ioctl.c: In function 'ioctl_SendChallenge': src/ioctl.c:1306:34: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] i_ret = DeviceIoControl( (HANDLE) i_fd, IOCTL_DVD_SEND_KEY, key, ^ src/ioctl.c: In function 'ioctl_SendKey2': src/ioctl.c:1439:34: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] i_ret = DeviceIoControl( (HANDLE) i_fd, IOCTL_DVD_SEND_KEY, key, ^ src/ioctl.c: In function 'ioctl_ReportRPC': src/ioctl.c:1579:34: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] i_ret = DeviceIoControl( (HANDLE) i_fd, IOCTL_DVD_READ_KEY, key, ^ src/ioctl.c: In function 'WinSendSSC': src/ioctl.c:1877:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] struct w32_aspidev *fd = (struct w32_aspidev *) i_fd; ^ In file included from src/libdvdcss.c:128:0: src/common.h:53:0: warning: "lseek" redefined [enabled by default] # define lseek _lseeki64 ^ In file included from /home/adrien/projects/win-builds-1.5/opt/cross_toolchain_64/x86_64-w64-mingw32/include/sys/stat.h:14:0, from src/libdvdcss.c:104: /home/adrien/projects/win-builds-1.5/opt/cross_toolchain_64/x86_64-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition #define lseek lseek64 ^ CCLD libdvdcss.la make[2]: Leaving directory `/home/adrien/projects/win-builds-1.5/opt/windows_64/tmp/libdvdcss-1.3.0' make[1]: Leaving directory `/home/adrien/projects/win-builds-1.5/opt/windows_64/tmp/libdvdcss-1.3.0' + make install DESTDIR=/opt/windows_64/tmp/package-libdvdcss make[1]: Entering directory `/home/adrien/projects/win-builds-1.5/opt/windows_64/tmp/libdvdcss-1.3.0' make[2]: Entering directory `/home/adrien/projects/win-builds-1.5/opt/windows_64/tmp/libdvdcss-1.3.0' /usr/bin/mkdir -p '/opt/windows_64/tmp/package-libdvdcss/opt/windows_64/lib64' /bin/sh ./libtool --mode=install /usr/bin/ginstall -c libdvdcss.la '/opt/windows_64/tmp/package-libdvdcss/opt/windows_64/lib64' libtool: install: /usr/bin/ginstall -c .libs/libdvdcss.dll.a /opt/windows_64/tmp/package-libdvdcss/opt/windows_64/lib64/libdvdcss.dll.a libtool: install: base_file=`basename libdvdcss.la` libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libdvdcss.la'i; echo libdvdcss-2.dll'` libtool: install: dldir=/opt/windows_64/tmp/package-libdvdcss/opt/windows_64/lib64/`dirname ../bin/libdvdcss-2.dll` libtool: install: test -d /opt/windows_64/tmp/package-libdvdcss/opt/windows_64/lib64/../bin || mkdir -p /opt/windows_64/tmp/package-libdvdcss/opt/windows_64/lib64/../bin libtool: install: /usr/bin/ginstall -c .libs/libdvdcss-2.dll /opt/windows_64/tmp/package-libdvdcss/opt/windows_64/lib64/../bin/libdvdcss-2.dll libtool: install: chmod a+x /opt/windows_64/tmp/package-libdvdcss/opt/windows_64/lib64/../bin/libdvdcss-2.dll libtool: install: if test -n '' && test -n 'x86_64-w64-mingw32-strip --strip-unneeded'; then eval 'x86_64-w64-mingw32-strip --strip-unneeded /opt/windows_64/tmp/package-libdvdcss/opt/windows_64/lib64/../bin/libdvdcss-2.dll' || exit 0; fi libtool: install: /usr/bin/ginstall -c .libs/libdvdcss.lai /opt/windows_64/tmp/package-libdvdcss/opt/windows_64/lib64/libdvdcss.la libtool: install: warning: remember to run `libtool --finish /opt/windows_64/lib64' /usr/bin/mkdir -p /opt/windows_64/tmp/package-libdvdcss/opt/windows_64/doc/libdvdcss-1.3.0 for file in doc/html/*; do \ /usr/bin/ginstall -c -m 644 $file "/opt/windows_64/tmp/package-libdvdcss/opt/windows_64/doc/libdvdcss-1.3.0" || exit 1; \ done; /usr/bin/mkdir -p '/opt/windows_64/tmp/package-libdvdcss/opt/windows_64/doc/libdvdcss-1.3.0' /usr/bin/ginstall -c -m 644 AUTHORS COPYING NEWS README ChangeLog '/opt/windows_64/tmp/package-libdvdcss/opt/windows_64/doc/libdvdcss-1.3.0' /usr/bin/mkdir -p '/opt/windows_64/tmp/package-libdvdcss/opt/windows_64/lib64/pkgconfig' /usr/bin/ginstall -c -m 644 src/libdvdcss.pc '/opt/windows_64/tmp/package-libdvdcss/opt/windows_64/lib64/pkgconfig' /usr/bin/mkdir -p '/opt/windows_64/tmp/package-libdvdcss/opt/windows_64/include/dvdcss' /usr/bin/ginstall -c -m 644 src/dvdcss/dvdcss.h '/opt/windows_64/tmp/package-libdvdcss/opt/windows_64/include/dvdcss' make[2]: Leaving directory `/home/adrien/projects/win-builds-1.5/opt/windows_64/tmp/libdvdcss-1.3.0' make[1]: Leaving directory `/home/adrien/projects/win-builds-1.5/opt/windows_64/tmp/libdvdcss-1.3.0' + find /opt/windows_64/tmp/package-libdvdcss + xargs file + egrep 'executable|shared object' + cut -f 1 -d : + xargs x86_64-w64-mingw32-strip --strip-unneeded + grep PE + mkdir -p /opt/windows_64/tmp/package-libdvdcss/opt/windows_64/doc/libdvdcss-1.3.0 + cp -a AUTHORS COPYING INSTALL NEWS README ChangeLog /opt/windows_64/tmp/package-libdvdcss/opt/windows_64/doc/libdvdcss-1.3.0 + cat /home/adrien/projects/win-builds-1.5/slackbuilds.org/libraries/libdvdcss/libdvdcss.SlackBuild + cat /home/adrien/projects/win-builds-1.5/slackbuilds.org/libraries/libdvdcss/libdvdcss.yypkg.script + sed -e 's/%{PKG}/libdvdcss/' -e 's/%{HST}/x86_64-w64-mingw32/' -e 's/%{TGT}//' -e 's/%{VER}/1.3.0/' -e 's/%{BUILD}/1/' -e 's/%{DESCR}/libdvdcss (DVD decryption library) libdvdcss is a cross-platform library for transparent DVD device access with on-the-fly CSS decryption. It is used by libdvdread and most DVD players such as VLC because of its portability and because, unlike similar libraries, it does not require your DVD drive to be region locked. Home Page: http:\/\/developers.videolan.org\/libdvdcss\/ /' + yypkg --makepkg --output /home/adrien/projects/win-builds-1.5/1.5.0/packages/windows_64 --script - --directory /opt/windows_64/tmp/package-libdvdcss/opt/windows_64 a package_script.el a windows_64 a windows_64/lib64 a windows_64/bin a windows_64/doc a windows_64/include a windows_64/include/dvdcss a windows_64/include/dvdcss/dvdcss.h a windows_64/doc/libdvdcss-1.3.0 a windows_64/doc/libdvdcss-1.3.0/bc_s.png a windows_64/doc/libdvdcss-1.3.0/bdwn.png a windows_64/doc/libdvdcss-1.3.0/closed.png a windows_64/doc/libdvdcss-1.3.0/dir_68267d1309a1af8e8297ef4c3efbcdba.html a windows_64/doc/libdvdcss-1.3.0/dir_cc69892666fa5ef549bc3fc3906fdd19.html a windows_64/doc/libdvdcss-1.3.0/doxygen.css a windows_64/doc/libdvdcss-1.3.0/doxygen.png a windows_64/doc/libdvdcss-1.3.0/dvdcss_8h.html a windows_64/doc/libdvdcss-1.3.0/dvdcss_8h_source.html a windows_64/doc/libdvdcss-1.3.0/dynsections.js a windows_64/doc/libdvdcss-1.3.0/files.html a windows_64/doc/libdvdcss-1.3.0/ftv2blank.png a windows_64/doc/libdvdcss-1.3.0/ftv2cl.png a windows_64/doc/libdvdcss-1.3.0/ftv2doc.png a windows_64/doc/libdvdcss-1.3.0/ftv2folderclosed.png a windows_64/doc/libdvdcss-1.3.0/ftv2folderopen.png a windows_64/doc/libdvdcss-1.3.0/ftv2lastnode.png a windows_64/doc/libdvdcss-1.3.0/ftv2link.png a windows_64/doc/libdvdcss-1.3.0/ftv2mlastnode.png a windows_64/doc/libdvdcss-1.3.0/ftv2mnode.png a windows_64/doc/libdvdcss-1.3.0/ftv2mo.png a windows_64/doc/libdvdcss-1.3.0/ftv2node.png a windows_64/doc/libdvdcss-1.3.0/ftv2ns.png a windows_64/doc/libdvdcss-1.3.0/ftv2plastnode.png a windows_64/doc/libdvdcss-1.3.0/ftv2pnode.png a windows_64/doc/libdvdcss-1.3.0/ftv2splitbar.png a windows_64/doc/libdvdcss-1.3.0/ftv2vertline.png a windows_64/doc/libdvdcss-1.3.0/globals.html a windows_64/doc/libdvdcss-1.3.0/globals_defs.html a windows_64/doc/libdvdcss-1.3.0/globals_func.html a windows_64/doc/libdvdcss-1.3.0/globals_type.html a windows_64/doc/libdvdcss-1.3.0/index.html a windows_64/doc/libdvdcss-1.3.0/jquery.js a windows_64/doc/libdvdcss-1.3.0/nav_f.png a windows_64/doc/libdvdcss-1.3.0/nav_g.png a windows_64/doc/libdvdcss-1.3.0/nav_h.png a windows_64/doc/libdvdcss-1.3.0/open.png a windows_64/doc/libdvdcss-1.3.0/sync_off.png a windows_64/doc/libdvdcss-1.3.0/sync_on.png a windows_64/doc/libdvdcss-1.3.0/tab_a.png a windows_64/doc/libdvdcss-1.3.0/tab_b.png a windows_64/doc/libdvdcss-1.3.0/tab_h.png a windows_64/doc/libdvdcss-1.3.0/tab_s.png a windows_64/doc/libdvdcss-1.3.0/tabs.css a windows_64/doc/libdvdcss-1.3.0/AUTHORS a windows_64/doc/libdvdcss-1.3.0/COPYING a windows_64/doc/libdvdcss-1.3.0/NEWS a windows_64/doc/libdvdcss-1.3.0/README a windows_64/doc/libdvdcss-1.3.0/ChangeLog a windows_64/doc/libdvdcss-1.3.0/INSTALL a windows_64/doc/libdvdcss-1.3.0/libdvdcss.SlackBuild a windows_64/bin/libdvdcss-2.dll a windows_64/lib64/libdvdcss.dll.a a windows_64/lib64/pkgconfig a windows_64/lib64/pkgconfig/libdvdcss.pc (stdin): 110.1 KiB / 430.0 KiB = 0.256 Package created as: /home/adrien/projects/win-builds-1.5/1.5.0/packages/windows_64/libdvdcss-1.3.0-1-x86_64-w64-mingw32.txz .Installing libdvdcss-1.3.0-1-x86_64-w64-mingw32.txz... DONE