Search Criteria
Package Details: bdsup2subpp-git 1.0.2.5.g8245aa8-1
Git Clone URL: | https://aur.archlinux.org/bdsup2subpp-git.git (read-only) |
---|---|
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: | |
Conflicts: | |
Provides: | |
Submitter: | sl1pkn07 |
Maintainer: | sl1pkn07 |
Last Packager: | sl1pkn07 |
Votes: | 14 |
Popularity: | 0.011532 |
First Submitted: | 2013-05-09 03:36 |
Last Updated: | 2018-04-11 19:40 |
Required by (1)
- hybrid-encoder (optional)
Latest Comments
1 2 Next › Last »
djcj commented on 2014-11-14 08:45
I wanted to let you know that I made pull requests on Github with some fixes: https://github.com/amichaelt/BDSup2SubPlusPlus/pulls
The one that lets the app save the ini file in a hidden directory might be the most interresting one.
sl1pkn07 commented on 2013-11-17 23:40
still need Qt4 (libqtx dependency)
dannyboy48888 commented on 2013-11-17 23:31
Works like champ and eliminates my need for Java or QT to run. Thanks and keep up the good work!
dannyboy48888 commented on 2013-11-17 23:31
Works like champ and eliminates my need for Java or QT to run. Thanks and keep up the good work!
stativ commented on 2013-05-09 10:23
bdsup2subplusplus-git merged into bdsup2subpp-git (requested by the maintainer)
sl1pkn07 commented on 2013-04-06 05:57
"build fails because qmake cannot be found."
oh, then this is my fault
update pkgbuild
deimos commented on 2013-04-06 05:46
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
no, qxtglobal.h is provide by libqxt, and this library include in depends array
deimos commented on 2013-04-05 23:50
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
=
deimos commented on 2013-04-05 23:01
I am getting the following error:
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
Also, should qt5-base be added as a dependency?