Package Details: bdsup2subpp-git 1.0.3.37.g5f8c159-1

Git Clone URL: https://aur.archlinux.org/bdsup2subpp-git.git (read-only, click to copy)
Package Base: bdsup2subpp-git
Description: Subtitle conversion tool for image based stream formats with scaling capabilities and some other nice features. (GIT version)
Upstream URL: http://forum.doom9.org/showthread.php?t=167051
Licenses: Apache
Conflicts: bdsup2subpp
Provides: bdsup2subpp
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 15
Popularity: 0.000000
First Submitted: 2013-05-09 03:36 (UTC)
Last Updated: 2023-03-19 08:34 (UTC)

Dependencies (3)

Required by (3)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

deimos commented on 2013-04-06 05:46 (UTC)

Should qt5-base be added as a make dependency? I am attempting to build on another machine and the build fails because qmake cannot be found. Though, I still run into the previous build error complaining about qxtglobal.h even after installing qt5-base.

sl1pkn07 commented on 2013-04-06 04:52 (UTC)

no, qxtglobal.h is provide by libqxt, and this library include in depends array

deimos commented on 2013-04-05 23:50 (UTC)

Building fails: /usr/bin/uic bdsup2sub.ui -o ui_bdsup2sub.h /usr/bin/uic progressdialog.ui -o ui_progressdialog.h /usr/bin/uic conversiondialog.ui -o ui_conversiondialog.h /usr/bin/uic exportdialog.ui -o ui_exportdialog.h /usr/bin/uic editdialog.ui -o ui_editdialog.h /usr/bin/uic helpdialog.ui -o ui_helpdialog.h /usr/bin/uic colordialog.ui -o ui_colordialog.h /usr/bin/uic framepalettedialog.ui -o ui_framepalettedialog.h /usr/bin/uic movedialog.ui -o ui_movedialog.h g++ -c -m64 -pipe -std=c++11 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/lib/qt/mkspecs/linux-g++-64 -I. -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtXml -I/usr/include/qt5/QtCore -I. -I. -o main.o main.cpp g++ -c -m64 -pipe -std=c++11 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -W -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/lib/qt/mkspecs/linux-g++-64 -I. -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtXml -I/usr/include/qt5/QtCore -I. -I. -o bdsup2sub.o bdsup2sub.cpp In file included from /usr/include/QxtCore/QxtCommandOptions:1:0, from bdsup2sub.cpp:52: /usr/include/QxtCore/qxtcommandoptions.h:28:23: fatal error: qxtglobal.h: No such file or directory #include <qxtglobal.h> ^ compilation terminated. make: *** [bdsup2sub.o] Error 1 =

sl1pkn07 commented on 2012-07-17 18:55 (UTC)

update pkgbuild. add missing makedepends and some cosmetic changes