Up to [cvs.NetBSD.org] / pkgsrc / multimedia / libmp4v2
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.22, Mon Nov 2 10:16:57 2020 UTC (3 years ago) by nia
Branch: MAIN
CVS Tags: HEAD
Changes since 1.21: +1 -1
lines
FILE REMOVED
multimedia: Remove libmp4v2, successor mp4v2 Old confusingly named version of mp4v2 that is no longer used in pkgsrc
Revision 1.21 / (download) - annotate - [select for diffs], Tue Oct 23 10:45:01 2018 UTC (5 years, 1 month ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.20: +2 -1
lines
Diff to previous 1.20 (colored)
libmp4v2: Fix build on SunOS.
Revision 1.20 / (download) - annotate - [select for diffs], Mon Feb 5 18:37:21 2018 UTC (5 years, 9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.19: +3 -3
lines
Diff to previous 1.19 (colored)
libmp4v2: Use C++03, fix a couple of SunOS issues.
Revision 1.19 / (download) - annotate - [select for diffs], Sat Dec 30 11:12:01 2017 UTC (5 years, 10 months ago) by he
Branch: MAIN
Changes since 1.18: +2 -1
lines
Diff to previous 1.18 (colored)
Newer gcc doesn't like non-defined but declared inlines. Just skip -Werror to avoid the problem for the internal faad library. Bump PKGREVISION.
Revision 1.18 / (download) - annotate - [select for diffs], Tue Dec 19 10:08:14 2017 UTC (5 years, 11 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.17: +2 -1
lines
Diff to previous 1.17 (colored)
libmp4v2: gcc7 build fix
Revision 1.17 / (download) - annotate - [select for diffs], Mon Sep 25 22:30:06 2017 UTC (6 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.16: +53 -4
lines
Diff to previous 1.16 (colored)
Fix format strings. Fix missing prototypes. Fix missing return values. Bump revision.
Revision 1.16 / (download) - annotate - [select for diffs], Tue May 16 09:25:10 2017 UTC (6 years, 6 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.15: +3 -1
lines
Diff to previous 1.15 (colored)
Some -fpermissive fixes.
Revision 1.15 / (download) - annotate - [select for diffs], Sat May 6 18:12:00 2017 UTC (6 years, 6 months ago) by maya
Branch: MAIN
Changes since 1.14: +18 -2
lines
Diff to previous 1.14 (colored)
libmp4v2: fix build more properly. if 0 likely out of bounds write, we only have one scratch channel, don't write to a second if asked to do stereo (thanks, GCC 4.5.3!) convert lowercase min, max to uppercase - libstdc++6 doesn't approve of it. mostly using sed, because there's too many occurences. if we're not returning anything, use a void return type. fix likely issue with signed char - 0251 may be truncated, but the equivalent \xa9 won't be. don't store a return value if we're not going to check it. correct misleading indentation. Remove -fpermissive too, as it caused jperkin issues. I could build without removing -Werror, but I'll keep it since it's full of warnings. XXX do we want a security advisory for this, if it can be triggered?
Revision 1.14 / (download) - annotate - [select for diffs], Wed Apr 26 14:38:30 2017 UTC (6 years, 7 months ago) by maya
Branch: MAIN
Changes since 1.13: +2 -1
lines
Diff to previous 1.13 (colored)
libmp4v2: No longer require a new GCC version Use -Wno-return-type to silence compiler errors on clang 4.0. patch function prototype to fix error in prototype with GCC 4.5.3: error: prototype for 'Void CMotionVector::setToZero(<type error>)' Successfully tested clang 4.0, GCC 5.4, GCC 4.5.3.
Revision 1.12.12.1 / (download) - annotate - [select for diffs], Sun Apr 23 10:32:09 2017 UTC (6 years, 7 months ago) by bsiegert
Branch: pkgsrc-2017Q1
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored) next main 1.13 (colored)
Pullup ticket #5302 - requested by sevan multimedia/libmp4v2: build fix Revisions pulled up: - multimedia/libmp4v2/Makefile 1.12 - multimedia/libmp4v2/PLIST 1.2 - multimedia/libmp4v2/distinfo 1.13 - multimedia/libmp4v2/patches/patch-ae 1.3 --- Module Name: pkgsrc Committed By: wiz Date: Mon Apr 17 08:40:56 UTC 2017 Modified Files: pkgsrc/multimedia/libmp4v2: Makefile PLIST distinfo pkgsrc/multimedia/libmp4v2/patches: patch-ae Log Message: Install more tools, headers and libraries, as well as the mpeg4ip-config script. Fix a fpos_t cast on NetBSD in the installed header file. Bump PKGREVISION.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Apr 17 08:40:56 2017 UTC (6 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Install more tools, headers and libraries, as well as the mpeg4ip-config script. Fix a fpos_t cast on NetBSD in the installed header file. Bump PKGREVISION.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Nov 3 23:54:29 2015 UTC (8 years ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Branch point for: pkgsrc-2017Q1
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (colored)
Add SHA512 digests for distfiles for multimedia category Problems found locating distfiles: Package adobe-flash-plugin11: missing distfile flash-plugin-11.2.202.540-release.i386.rpm Package gmplayer: missing distfile mplayer/AlienMind-1.2.tar.bz2 Package gmplayer: missing distfile mplayer/BlueHeart-1.5.tar.bz2 Package gmplayer: missing distfile mplayer/CornerMP-aqua-1.4.tar.bz2 Package gmplayer: missing distfile mplayer/MPlayer-1.1.1.tar.xz Package gmplayer: missing distfile mplayer/WMP6-2.2.tar.bz2 Package gmplayer: missing distfile mplayer/gnome-1.1.tar.bz2 Package gmplayer: missing distfile mplayer/hwswskin-1.3.tar.bz2 Package gmplayer: missing distfile mplayer/neutron-1.6.tar.bz2 Package gmplayer: missing distfile mplayer/plastic-1.3.tar.bz2 Package gmplayer: missing distfile mplayer/slim-1.3.tar.bz2 Package gmplayer: missing distfile mplayer/xine-lcd-1.2.tar.bz2 Package handbrake: missing distfile handbrake/HandBrake-0.9.3.tar.gz Package handbrake: missing distfile handbrake/bzip2-1.0.5.tar.gz Package handbrake: missing distfile handbrake/faad2-2.6.1.tar.gz Package handbrake: missing distfile handbrake/lame-3.98.tar.gz Package handbrake: missing distfile handbrake/libdvdread-0.9.7.tar.gz Package handbrake: missing distfile handbrake/libmp4v2-r45.tar.gz Package handbrake: missing distfile handbrake/libquicktime-0.9.10.tar.gz Package handbrake: missing distfile handbrake/libtheora-1.0.tar.gz Package handbrake: missing distfile handbrake/mpeg2dec-0.5.1.tar.gz Package handbrake: missing distfile handbrake/x264-r1028-83baa7f.tar.gz Package handbrake: missing distfile handbrake/zlib-1.2.3.tar.gz Package libdvdcss: missing distfile libdvdcss-1.3.99.tar.bz2 Package mplayer-share: missing distfile mplayer/MPlayer-1.1.1.tar.xz Package mpv: missing distfile mpv-0.12.0.tar.gz Package realplayer-codecs: missing distfile rp8codecs-20040626.tar.bz2 Package realplayer-codecs: missing distfile rp8codecs-alpha-20050115.tar.bz2 Package win32-codecs: missing distfile rp9codecs-win32-20050115.tar.bz2 Package xanim: missing distfile xa2.0_cvid_netbsd386.o.gz Package xanim: missing distfile xa2.0_iv32_netbsd386.o.gz Package xanim: missing distfile xa1.0_cyuv_netbsd68k.o.gz Package xanim: missing distfile xa2.0_cvid_linuxELF.o.gz Package xanim: missing distfile xa2.0_iv32_linuxELF.o.gz Package xanim: missing distfile xa1.0_cyuv_sparcAOUT.o.gz Package xanim: missing distfile xa2.0_cvid_sparcELF.o.gz Package xanim: missing distfile xa2.0_iv32_sparcELF.o.gz Package xanim: missing distfile xa1.0_cyuv_linuxPPC.o.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Mar 12 15:14:51 2012 UTC (11 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
Fix mandoc lint warnings in MP4(3) man page. Improve COMMENT while here. Bump PKGREVISION.
Revision 1.10 / (download) - annotate - [select for diffs], Fri Feb 24 18:37:30 2012 UTC (11 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.9: +10 -1
lines
Diff to previous 1.9 (colored)
PR/46089: David Shao: f{g,s}etpos portability fixes.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Feb 22 15:39:43 2012 UTC (11 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.8: +0 -2
lines
Diff to previous 1.8 (colored)
Revert unintended commits.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Feb 22 15:31:34 2012 UTC (11 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.7: +3 -1
lines
Diff to previous 1.7 (colored)
Mention putty-devel successor.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Jan 11 15:43:44 2012 UTC (11 years, 10 months ago) by hans
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
SunOS doesn't have u_int8_t etc., so define them in the header where they are used. Fixes build of several packages using libmp4v2.
Revision 1.6 / (download) - annotate - [select for diffs], Sat Jan 29 21:00:45 2011 UTC (12 years, 10 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
leave it to <string.h> to declare strcasestr() correctly
Revision 1.5 / (download) - annotate - [select for diffs], Mon Nov 19 09:48:43 2007 UTC (16 years ago) by dillo
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Add define of new type to mpeg4ip.h replacement. Bump revision, since depending packages failed to compile.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Nov 14 18:44:46 2007 UTC (16 years ago) by drochner
Branch: MAIN
Changes since 1.3: +6 -6
lines
Diff to previous 1.3 (colored)
update to 1.6.1; this is the last release because the author changed jobs; the release contains final fixes and cleanup (The original distfile is corrupt, and the author appearently not able to fix it, so we fetch a repackaged version from FreeBSD.)
Revision 1.3 / (download) - annotate - [select for diffs], Fri Feb 23 13:55:17 2007 UTC (16 years, 9 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
include <stdint.h> explicitely to get uint16_t (on NetBSD/sys/types.h defines these, but on Linux it does not) should fix build problem reported by Lieven De Keyzer in pkgsrc-users
Revision 1.2 / (download) - annotate - [select for diffs], Thu Feb 15 22:52:15 2007 UTC (16 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Don't bail out if SDL is not installed.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Feb 9 19:57:48 2007 UTC (16 years, 9 months ago) by drochner
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
split out the libmp4v2 part from mpeg4ip -- all users in the pkgsrc tree just need that library, the player in mpeg4ip just causes an unwanted dependency on SDL and complications due to plugin building
Revision 1.1 / (download) - annotate - [select for diffs], Fri Feb 9 19:57:48 2007 UTC (16 years, 9 months ago) by drochner
Branch: MAIN
Initial revision