Projects
Multimedia
avidemux3
avidemux-package_version.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File avidemux-package_version.patch of Package avidemux3 (Revision 17)
Currently displaying revision
17
,
Show latest
diff -uNr avidemux/qt4/ADM_userInterfaces/ADM_gui/Q_gui2_menu.cpp.orig avidemux/qt4/ADM_userInterfaces/ADM_gui/Q_gui2_menu.cpp --- avidemux/qt4/ADM_userInterfaces/ADM_gui/Q_gui2_menu.cpp.orig 2015-03-07 18:10:59.000000000 +0100 +++ avidemux/qt4/ADM_userInterfaces/ADM_gui/Q_gui2_menu.cpp 2015-03-07 18:51:50.109120416 +0100 @@ -143,7 +143,7 @@ QString referenceFile = QCoreApplication::applicationDirPath() + "/help/" + ((FileAction*)sender())->filePath(); #else QString referenceFile = ADM_getInstallRelativePath( - "share", "avidemux6/help", ((FileAction*)sender())->filePath().toUtf8().constData()); + "share", "avidemux3/help", ((FileAction*)sender())->filePath().toUtf8().constData()); #endif QDesktopServices::openUrl(QUrl("file:///" + referenceFile, QUrl::TolerantMode)); diff -uNr avidemux/qt4/ADM_userInterfaces/ui_support.cpp.orig avidemux/qt4/ADM_userInterfaces/ui_support.cpp --- avidemux/qt4/ADM_userInterfaces/ui_support.cpp.orig 2015-03-07 18:10:59.000000000 +0100 +++ avidemux/qt4/ADM_userInterfaces/ui_support.cpp 2015-03-07 18:51:50.163119306 +0100 @@ -104,12 +104,12 @@ #ifdef __APPLE__ - QString appdir = QCoreApplication::applicationDirPath() + "/../share/avidemux6/"+QString(partialPath.c_str()); + QString appdir = QCoreApplication::applicationDirPath() + "/../share/avidemux3/"+QString(partialPath.c_str()); #elif defined(_WIN32) QString appdir = QCoreApplication::applicationDirPath() + QString(partialPath.c_str()); #else - QString appdir = ADM_getInstallRelativePath("share","avidemux6",partialPath.c_str()); + QString appdir = ADM_getInstallRelativePath("share","avidemux3",partialPath.c_str()); #endif QString languageFile=QString(lang); int nbLoaded=0; diff -uNr avidemux_core/ADM_core/src/ADM_fileio.cpp.orig avidemux_core/ADM_core/src/ADM_fileio.cpp --- avidemux_core/ADM_core/src/ADM_fileio.cpp.orig 2015-03-07 18:10:59.000000000 +0100 +++ avidemux_core/ADM_core/src/ADM_fileio.cpp 2015-03-07 18:51:50.858105023 +0100 @@ -463,9 +463,9 @@ else ADM_DIR_NAME = "avidemux"; #elif defined __HAIKU__ - const char *ADM_DIR_NAME = "config/settings/avidemux6"; + const char *ADM_DIR_NAME = "config/settings/avidemux3"; #else - const char *ADM_DIR_NAME = ".avidemux6"; + const char *ADM_DIR_NAME = ".avidemux3"; #endif strcat(ADM_basedir, ADM_DIR_NAME); diff -uNr avidemux_plugins/ADM_scriptEngines/tinyPy/src/PythonEngine.cpp.orig avidemux_plugins/ADM_scriptEngines/tinyPy/src/PythonEngine.cpp --- avidemux_plugins/ADM_scriptEngines/tinyPy/src/PythonEngine.cpp.orig 2015-03-07 18:10:59.000000000 +0100 +++ avidemux_plugins/ADM_scriptEngines/tinyPy/src/PythonEngine.cpp 2015-03-07 18:51:54.903021895 +0100 @@ -260,7 +260,7 @@ this->callEventHandlers(IScriptEngine::Information, NULL, -1, (string("Executing ") + string(name) + string("...")).c_str()); - tp_import(_vm, name.c_str(), "avidemux6", NULL, 0); + tp_import(_vm, name.c_str(), "avidemux3", NULL, 0); this->callEventHandlers(IScriptEngine::Information, NULL, -1, "Done"); diff -uNr cmake/se_plugin.cmake.orig cmake/se_plugin.cmake --- cmake/se_plugin.cmake.orig 2015-03-07 18:10:59.000000000 +0100 +++ cmake/se_plugin.cmake 2015-03-07 18:51:56.589987225 +0100 @@ -15,7 +15,7 @@ if (WIN32) set(helpDir "${CMAKE_INSTALL_PREFIX}/help/${_engineName}") else (WIN32) - set(helpDir "${CMAKE_INSTALL_PREFIX}/share/avidemux6/help/${_engineName}") + set(helpDir "${CMAKE_INSTALL_PREFIX}/share/avidemux3/help/${_engineName}") endif (WIN32) install(DIRECTORY "${_sourceDirectory}" DESTINATION "${helpDir}" COMPONENT plugins) diff -uNr cmake/sql/update.sh.orig cmake/sql/update.sh --- cmake/sql/update.sh.orig 2015-03-07 18:10:59.000000000 +0100 +++ cmake/sql/update.sh 2015-03-07 18:51:56.393991253 +0100 @@ -1,3 +1,3 @@ -sqlite3 ~/.avidemux6/jobs.sql .d > dump +sqlite3 ~/.avidemux3/jobs.sql .d > dump #sql2class -sqlite -global -license -wrapped -lib $PWD dump sql2class -sqlite -build -global -prefix $PWD -lib sqlJobs -namespace db -overwrite dump diff -uNr cmake/Ts.cmake.orig cmake/Ts.cmake --- cmake/Ts.cmake.orig 2015-03-07 18:10:59.000000000 +0100 +++ cmake/Ts.cmake 2015-03-07 18:51:56.421990678 +0100 @@ -41,7 +41,7 @@ IF(WIN32) SET(i18dir "${CMAKE_INSTALL_PREFIX}/${BIN_DIR}/${QT_EXTENSION}/i18n") ELSE(WIN32) - SET(i18dir "${CMAKE_INSTALL_PREFIX}/share/avidemux6/${QT_EXTENSION}/i18n") + SET(i18dir "${CMAKE_INSTALL_PREFIX}/share/avidemux3/${QT_EXTENSION}/i18n") ENDIF(WIN32) INSTALL(FILES ${_files} DESTINATION "${i18dir}" COMPONENT runtime) ENDMACRO(INSTALL_I18N _files)
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.