Hi all!
Are there news on the website certificate? Looks like almost only the main page is accessible.
Nik
--
Please do not email me anything that you are not comfortable also sharing with the NSA, CIA ...
Hi all!
Just did a "pkg upgrade" on my FreeBSD testsystem, tdegraphics got deinstalled. I removed all tde packages and tried to rebuild all, but it looks like something is a bit more picky now:
[ 16%] Building CXX object tdefile-plugins/dependencies/poppler-tqt/CMakeFiles/poppler-tqt-shared.dir/poppler-document.cc.o
cd /usr/home/nik/tde-packaging/freebsd/tdegraphics/work/tdegraphics-trinity_14.0.7/.build/tdefile-plugins/dependencies/poppler-tqt && /usr/bin/c++ -DHAVE_CONFIG_H -Dpoppler_tqt_shared_EXPORTS -I/usr/home/nik/tde-packaging/freebsd/tdegraphics/work/tdegraphics-trinity_14.0.7/.build/tdefile-plugins/dependencies/poppler-tqt -I/usr/home/nik/tde-packaging/freebsd/tdegraphics/work/tdegraphics-trinity_14.0.7/.build -I/opt/trinity/include -I/usr/local/include/tqt3 -I/usr/local/include/tqt -I/usr/home/nik/tde-packaging/freebsd/tdegraphics/work/tdegraphics-trinity_14.0.7/tdefile-plugins/dependencies/poppler-tqt -I/usr/local/include/poppler -I/usr/local/include -DNDEBUG -DQT_NO_ASCII_CAST -DQT_CLEAN_NAMESPACE -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_REENTRANT -I/usr/local/include/tqt3 -I/usr/local/include/tqt -include tqt.h -DQT_NO_ASCII_CAST -DQT_CLEAN_NAMESPACE -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_REENTRANT -include tqt.h -DNDEBUG -fPIC -o CMakeFiles/poppler-tqt-shared.dir/poppler-document.cc.o -c /usr/home/nik/tde-packaging/freebsd/tdegraphics/work/tdegraphics-trinity_14.0.7/tdefile-plugins/dependencies/poppler-tqt/poppler-document.cc
/usr/home/nik/tde-packaging/freebsd/tdegraphics/work/tdegraphics-trinity_14.0.7/tdefile-plugins/dependencies/poppler-tqt/poppler-document.cc:130:20: error:
no viable conversion from 'std::vector<FontInfo *>' to 'std::vector< ::FontInfo *> *'
FONTS_LIST_TYPE *items = data->m_fontInfoScanner->scan( numPages );
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
Any idea?
Nik
--
Please do not email me anything that you are not comfortable also sharing with the NSA, CIA ...
Hi all!
Are the "register int" definitions in the TDE sources still needed? As far as I can tell the compiler just gives a warning and interprets "register int" as "int" - so would it bee a good idea to replace all "rgister int" with "int" ?
Nik
--
Please do not email me anything that you are not comfortable also sharing with the NSA, CIA ...
Hi,
can you help and advise how to proceed. I want to push a PR, but I have done
some changes on cmake.
I have never pushed such PR and I am a bit confused cause it seems cmake is
outside of the main package (kplayer).
I committed the changes for cmake in cmake and was thinking to commit iun
kplayer but got some doubts.
# repo-master/tde/1_git/tde/main/applications/kplayer$ git status
On branch issue/1/kplayer
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: cmake (new commits)
Untracked files:
(use "git add <file>..." to include in what will be committed)
.project
no changes added to commit (use "git add" and/or "git commit -a")
# repo-master/tde/1_git/tde/main/applications/kplayer$ git diff
diff --git a/cmake b/cmake
index 8668335..bcfb5b2 160000
--- a/cmake
+++ b/cmake
@@ -1 +1 @@
-Subproject commit 8668335711fa13cec276552d75bfbb4285c7edb0
+Subproject commit bcfb5b2b09fe32b35b65aee16697992648cd740e
Thanks in advance