[Bug 1693850] Re: libzen wasn't compiled with large file support
There is no ABI impacting, as it is only internal (communication between the lib and libc API). libzen API uses 64-bit integers whatever is the presence of the flag, the flag is only for libc. And actually, the ABI break would have been seen previously, when the compilation flag was removed (switch from Automake to CMake), as the flag was present in previous versions, and it was not the case. In https://sourceforge.net/p/mediainfo/discussion/297610/thread/8893b38f/#4075 you can see that a user backported himself the new binary to an old platform of Debian without API break. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1693850 Title: libzen wasn't compiled with large file support To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libzen/+bug/1693850/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1693850] Re: libzen wasn't compiled with large file support
Fix confirmed by end user to work, also on 16.04, see https://sourceforge.net/p/mediainfo/discussion/297610/thread/8893b38f/#4075 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1693850 Title: libzen wasn't compiled with large file support To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libzen/+bug/1693850/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1693850] Re: libzen wasn't compiled with large file support
> some -D compilation flags that aren't even directly referenced in the codebase FYI impact is on the 32-bit libc usage, _FILE_OFFSET_BITS=64 enabling the libc file API with "off_t" of 64-bit instead of 32-bit. No other interaction. Example of impacted user (+ I got 2 emails with same bug report, no web link): https://sourceforge.net/p/mediainfo/discussion/297610/thread/8893b38f/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1693850 Title: libzen wasn't compiled with large file support To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libzen/+bug/1693850/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1619933] Re: FFe: Sync mediainfo 0.7.88-1 (universe) from Debian unstable (main)
What do you mean "can't read Matroska"? I am not aware on any regression about Matroska with any recent version of MediaInfo library, and we ourselves analyze tons of Matroska files with MediaInfo on Ubuntu. Please provide more details (with a sample file). Jérôme, main developer of MediaInfo. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1619933 Title: FFe: Sync mediainfo 0.7.88-1 (universe) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mediainfo/+bug/1619933/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1619933] Re: FFe: Sync mediainfo 0.7.88-1 (universe) from Debian unstable (main)
> The version of mediainfo (0.7.82) in Ubuntu (16.04.1) can't read Matroska Just tested with mediainfo 0.7.82 in Ubuntu 16.04 amd64 with this command: mediainfo http://mediaarea.net/temp/a.mkv and I have a good result (starting with "Format: Matroska") with this (temporary) online Matroska file. Same result with mediainfo 0.7.85 in Ubuntu 16.10 beta. Anyway, even if we have a regression somewhere syncing with current 0.7.88 would not add a regression (it would be there before and after the sync) and we need to fix this issue at the upstream level. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1619933 Title: FFe: Sync mediainfo 0.7.88-1 (universe) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mediainfo/+bug/1619933/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1619933] Re: FFe: Sync mediainfo 0.7.88-1 (universe) from Debian unstable (main)
@elatllat: First you don't test with the command line you provided so it is not possible to know if your issue is related to Matroska; you also don't provide the content of $F; when the output is empty, this usually means that the file is not accessible by MediaInfo, not related to Matroska. Second this issue is not related to this ticket (again: before or after this ticket is handled, it changes nothing), so it is complicated to manage it. If you want your issue, not related to this ticket, to be resolved, please open a new ticket dedicated to this issue on Launchpad or on the upstream tracker https://github.com/MediaArea/MediaInfoLib/issues because I think that it is not related to how it is packaged in Ubuntu (if you want to be sure that the issue is from upstream, you can test https://mediaarea.net/MediaInfo/Download/Ubuntu packages) Here, you pollute a ticket with something not related to it and it prevents both issues (the reason of the ticket + your issue) to be resolved. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1619933 Title: FFe: Sync mediainfo 0.7.88-1 (universe) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mediainfo/+bug/1619933/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1619938] Re: FFe: Sync mediaconch 16.08-1 (universe) from Debian unstable (main)
> Assuming you've tested it a bit. Tested and approved by the upstream (me). We also commit to test it again when it is in the distro in order to be sure that we miss nothing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1619938 Title: FFe: Sync mediaconch 16.08-1 (universe) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mediaconch/+bug/1619938/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 953573] Re: Cannot quit from launcher quicklist or window close button
I confirm that there is an issue about the "communication" with Unity desktop. This is OK with Gnome or KDE. I use WxWidgets graphic toolkit, but I don't know it enough to understand if it is an issue with my code, WxWidget or Unity. Any help would be great. Jérôme, developer of MediaInfo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/953573 Title: Cannot quit from launcher quicklist or window close button To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mediainfo/+bug/953573/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 953573] Re: Cannot quit from launcher quicklist or window close button
I confirm this is resolved, works fine now here too. ** Changed in: mediainfo (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/953573 Title: Cannot quit from launcher quicklist or window close button To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mediainfo/+bug/953573/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1277299] Re: mediainfo-gui.desktop should have a populated MimeType= line for use in unity launcher
I just remarked this ticket. I added the patch to upstream source code: https://sourceforge.net/p/mediainfo/code/6566 Jérôme, MediaInfo developer. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1277299 Title: mediainfo-gui.desktop should have a populated MimeType= line for use in unity launcher To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mediainfo/+bug/1277299/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs