Search Criteria
Package Details: libquicktime 1.2.4-34
Package Actions
| Git Clone URL: | https://aur.archlinux.org/libquicktime.git (read-only, click to copy) |
|---|---|
| Package Base: | libquicktime |
| Description: | A library for reading and writing quicktime files |
| Upstream URL: | http://libquicktime.sourceforge.net/ |
| Licenses: | LGPL2.1 |
| Provides: | libquicktime.so |
| Submitter: | dvzrv |
| Maintainer: | RAMChYLD |
| Last Packager: | RAMChYLD |
| Votes: | 6 |
| Popularity: | 0.25 |
| First Submitted: | 2022-02-04 23:16 (UTC) |
| Last Updated: | 2025-10-18 21:04 (UTC) |
Dependencies (41)
- glib2 (glib2-selinuxAUR, glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- libfaad.so (faad2)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- alsa-lib (make)
- doxygen (doxygen-gitAUR) (make)
- faac (faac-gitAUR) (make)
- faad2 (faad2-gitAUR) (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg-amd-fullAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR) (make)
- gtk2AUR (gtk2-patched-filechooser-icon-viewAUR) (make)
- lame (lame-svnAUR, lame-altivecAUR) (make)
- libdv (make)
- libglvnd (libglvnd-gitAUR) (make)
- libjpeg-turbo (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR) (make)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR) (make)
- libx11 (libx11-gitAUR, libx11-mr293AUR) (make)
- libxaw (xawmAUR) (make)
- libxext (libxext-gitAUR) (make)
- libxt (make)
- libxv (make)
- Show 21 more dependencies...
Sources (15)
- https://downloads.sourceforge.net/sourceforge/libquicktime/libquicktime-1.2.4.tar.gz
- libquicktime-1.2.4-CVE-2016-2399.patch
- libquicktime-1.2.4-CVE-2017-9122_et_al.patch
- libquicktime-1.2.4-faad2.patch
- libquicktime-1.2.4-ffmpeg-codecs.patch
- libquicktime-1.2.4-ffmpeg2.patch
- libquicktime-1.2.4-ffmpeg29.patch
- libquicktime-1.2.4-ffmpeg4.patch
- libquicktime-1.2.4-ffmpeg5.patch
- libquicktime-1.2.4-ffmpeg7.patch
- libquicktime-1.2.4-ffmpeg8.patch
- libquicktime-1.2.4-gcc15-lame.patch
- libquicktime-1.2.4-gcc15.patch
- libquicktime-1.2.4-libavutil.patch
- libquicktime-1.2.4-qtpng.patch
Latest Comments
1 2 3 Next › Last »
RAMChYLD commented on 2025-10-18 21:07 (UTC) (edited on 2025-11-01 09:09 (UTC) by RAMChYLD)
Ok, sorry this took too long. Work has been draining my energy.
I've added patches to make sure libquicktime compiles against FFMPEG 8. Aside from that I committed a fix for an issue that many did not catch, that prevented the configure script from detecting lame due to changes to gcc since gcc15 and thus causes builds of libquicktime without lame support.
It's 5 AM now. I should be heading to bed.
@simona I was not able to replicate your error. Are you using GCC15 and FFMPEG 8?
RAMChYLD commented on 2025-10-08 18:16 (UTC)
advisory: libavcodec_close no longer exists, will not build on FFMPEG 8.0 for the time being.
I will look into fixing that issue this weekend, please bear with me. Alternatively, if you already created a patch to fix the issue, I'd be glad to integrate it into the AUR.
simona commented on 2025-10-05 15:18 (UTC)
In file included from /usr/include/libavcodec/avcodec.h:44:
/usr/include/libavcodec/packet.h:683:6: note: declared here
683 | void av_init_packet(AVPacket *pkt);
| ^
~make[3]: *** [Makefile:537: audio.lo] Error 1
RAMChYLD commented on 2025-05-02 12:06 (UTC) (edited on 2025-05-02 13:14 (UTC) by RAMChYLD)
Give me a minute. I’ll go have a look.
Edit: Patched and done. Please clear your yay cache or pull the latest pkgbuild and srcinfo before rebuilding. Thanks.
FabioLolix commented on 2025-05-01 16:46 (UTC)
Made a quick test; fails to build but work if using gcc14 (export CC=/usr/bin/gcc-14 CXX=/usr/bin/g++-14), tested that since gcc have just been updated to v15.1
mjevans commented on 2025-05-01 15:34 (UTC)
Warnings and a build error when trying to update to libquicktime-1.2.4 this morning. Sorry they scrolled past the terminal buffer so I've only got some examples.
Error (context beneath): lqtplay.c:1480:11: error: too many arguments to function 'decode_audio'; expected 0, have 1 @ 1480 | decode_audio(AUDIO_BLOCK_SIZE);
Also, I couldn't quickly find a good place to report bugs upstream. Maybe downgrade this until the build is fixed?
RAMChYLD commented on 2025-04-23 13:27 (UTC)
Ok, that took a while, but I finally have access to my computers again, I finally have some free time again, and have pushed the requested patches.
Hope this helps!
RAMChYLD commented on 2024-11-23 12:59 (UTC)
Ah nuts, I missed this message and my next window to update my AUR is end of Febuary next year... So sorry...
aggraef commented on 2024-07-09 10:45 (UTC)
And here are the changes needed to compile against ffmpeg7 which just recently landed:
1 2 3 Next › Last »