Up to [cvs.NetBSD.org] / pkgsrc / multimedia / libmp4v2
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.26, Mon Nov 2 10:16:57 2020 UTC (2 years, 6 months ago) by nia
Branch: MAIN
CVS Tags: HEAD
Changes since 1.25: +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.25 / (download) - annotate - [select for diffs], Wed May 20 06:09:05 2020 UTC (3 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.24: +7 -1
lines
Diff to previous 1.24 (colored)
mark packages that fail with -Werror=char-subscripts These packages are susceptible to bugs when confronted with non-ASCII characters. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94182. It takes some time to analyze and fix these individually, therefore they are only marked as "needs work".
Revision 1.24 / (download) - annotate - [select for diffs], Fri Mar 20 11:58:04 2020 UTC (3 years, 2 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
*: Convert broken sourceforge HOMEPAGEs back to http
Revision 1.23 / (download) - annotate - [select for diffs], Sat Jan 18 23:33:11 2020 UTC (3 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
all: migrate several HOMEPAGEs to https pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
Revision 1.22 / (download) - annotate - [select for diffs], Wed Jul 4 13:40:26 2018 UTC (4 years, 10 months ago) by jperkin
Branch: MAIN
CVS Tags: 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,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
*: Move SUBST_STAGE from post-patch to pre-configure Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed.
Revision 1.21 / (download) - annotate - [select for diffs], Mon Feb 5 18:37:21 2018 UTC (5 years, 3 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
libmp4v2: Use C++03, fix a couple of SunOS issues.
Revision 1.20 / (download) - annotate - [select for diffs], Sat Dec 30 11:12:01 2017 UTC (5 years, 5 months ago) by he
Branch: MAIN
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (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.19 / (download) - annotate - [select for diffs], Tue Dec 19 10:08:14 2017 UTC (5 years, 5 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
libmp4v2: gcc7 build fix
Revision 1.18 / (download) - annotate - [select for diffs], Mon Sep 25 22:30:06 2017 UTC (5 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.17: +2 -6
lines
Diff to previous 1.17 (colored)
Fix format strings. Fix missing prototypes. Fix missing return values. Bump revision.
Revision 1.17 / (download) - annotate - [select for diffs], Sat May 6 18:12:00 2017 UTC (6 years ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.16: +11 -4
lines
Diff to previous 1.16 (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.11.36.2 / (download) - annotate - [select for diffs], Mon May 1 08:57:40 2017 UTC (6 years, 1 month ago) by bsiegert
Branch: pkgsrc-2017Q1
Changes since 1.11.36.1: +3 -1
lines
Diff to previous 1.11.36.1 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored)
Pullup ticket #5347 - requested by sevan multimedia/libmp4v2: build fix Revisions pulled up: - multimedia/libmp4v2/Makefile 1.14 --- Module Name: pkgsrc Committed By: wiz Date: Fri Apr 21 14:48:41 UTC 2017 Modified Files: pkgsrc/multimedia/libmp4v2: Makefile Log Message: Simon Burge reports this needs gcc-5.x. Add GCC_REQD.
Revision 1.16 / (download) - annotate - [select for diffs], Wed Apr 26 14:38:30 2017 UTC (6 years, 1 month ago) by maya
Branch: MAIN
Changes since 1.15: +4 -4
lines
Diff to previous 1.15 (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.15 / (download) - annotate - [select for diffs], Wed Apr 26 14:04:08 2017 UTC (6 years, 1 month ago) by maya
Branch: MAIN
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Don't override user-provided GCC_REQD.
Revision 1.11.36.1 / (download) - annotate - [select for diffs], Sun Apr 23 10:32:09 2017 UTC (6 years, 1 month ago) by bsiegert
Branch: pkgsrc-2017Q1
Changes since 1.11: +7 -4
lines
Diff to previous 1.11 (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.14 / (download) - annotate - [select for diffs], Fri Apr 21 14:48:41 2017 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.13: +3 -1
lines
Diff to previous 1.13 (colored)
Simon Burge reports this needs gcc-5.x. Add GCC_REQD.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Apr 17 08:48:01 2017 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.12: +1 -3
lines
Diff to previous 1.12 (colored)
Remove mpeg4ip, unused in pkgsrc, newer version in multimedia/libmp4v2.
Revision 1.12 / (download) - annotate - [select for diffs], Mon Apr 17 08:40:56 2017 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.11: +7 -4
lines
Diff to previous 1.11 (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.11 / (download) - annotate - [select for diffs], Mon Dec 3 22:26:17 2012 UTC (10 years, 5 months ago) by wiz
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,
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
Branch point for: pkgsrc-2017Q1
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
dd conflict with mp4v2.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Oct 8 09:21:07 2012 UTC (10 years, 7 months ago) by asau
Branch: MAIN
Changes since 1.9: +1 -3
lines
Diff to previous 1.9 (colored)
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Mar 12 15:14:51 2012 UTC (11 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (colored)
Fix mandoc lint warnings in MP4(3) man page. Improve COMMENT while here. Bump PKGREVISION.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Feb 24 18:37:30 2012 UTC (11 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
PR/46089: David Shao: f{g,s}etpos portability fixes.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Dec 4 15:07:03 2008 UTC (14 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
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
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
Avoid finding nasm.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Nov 27 21:24:32 2007 UTC (15 years, 6 months ago) by drochner
Branch: MAIN
CVS Tags: 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.5: +5 -1
lines
Diff to previous 1.5 (colored)
set OVERRIDE_DIRDEPTH because there are config.{guess,sub} files deep within the hierarchy (not used by the build), from Rumko per mail to pkgsrc-users
Revision 1.5 / (download) - annotate - [select for diffs], Mon Nov 19 09:48:43 2007 UTC (15 years, 6 months ago) by dillo
Branch: MAIN
Changes since 1.4: +2 -1
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:45 2007 UTC (15 years, 6 months ago) by drochner
Branch: MAIN
Changes since 1.3: +6 -4
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], Sun Jul 1 15:47:54 2007 UTC (15 years, 11 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.2: +3 -1
lines
Diff to previous 1.2 (colored)
The package supports installation to DESTDIR.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Feb 16 00:56:40 2007 UTC (16 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.1: +6 -2
lines
Diff to previous 1.1 (colored)
Proxy-commit for drochner@: The bootstrap script checks too much and isn't useful -- just don't use it.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Feb 9 19:57:48 2007 UTC (16 years, 3 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, 3 months ago) by drochner
Branch: MAIN
Initial revision