Projects
home:enzokiel
avidemux3
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 17
View file
avidemux3.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Sat Jun 27 17:43:22 UTC 2026 - enzokiel@kabelmail.de + +- Update to version 2.8.2.git20260624 + - No changelog available + +------------------------------------------------------------------- Sun Jun 21 14:24:33 UTC 2026 - enzokiel@kabelmail.de - Update to version 2.8.2.git20260621
View file
avidemux3.spec
Changed
@@ -19,7 +19,7 @@ Name: avidemux3 Summary: Graphical video editing and transcoding tool License: GPL-2.0-only -Version: 2.8.2.git20260621 +Version: 2.8.2.git20260624 Release: 0 URL: https://github.com/mean00/avidemux2 ExclusiveArch: %ix86 x86_64
View file
avidemux2-2.8.2.git20260621.tar.xz/avidemux/qt4/ADM_userInterfaces/ADM_gui/T_preview.cpp -> avidemux2-2.8.2.git20260624.tar.xz/avidemux/qt4/ADM_userInterfaces/ADM_gui/T_preview.cpp
Changed
@@ -309,6 +309,7 @@ case QT_X11_ENGINE: { if (!myDisplay) { +#ifdef USE_NATIVE_API auto *x11App = qApp->nativeInterface<QNativeInterface::QX11Application>(); if (x11App) { @@ -318,6 +319,10 @@ { myDisplay = XOpenDisplay(NULL); } +#else + myDisplay = XOpenDisplay(NULL); +#endif + ADM_assert(myDisplay); ADM_info("found x11 display\n"); } mySystemWindowId = videoWindow->winId();
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
.