The NetBSD Project

CVS log for pkgsrc/multimedia/mpeg_encode/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / multimedia / mpeg_encode

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.16 / (download) - annotate - [select for diffs], Thu Dec 23 11:44:51 2010 UTC (17 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, 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, HEAD
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done

Revision 1.15 / (download) - annotate - [select for diffs], Mon Jan 18 09:59:18 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Second try at jpeg-8 recursive PKGREVISION bump.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Aug 26 19:58:06 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

bump revision because of graphics/jpeg update

Revision 1.13 / (download) - annotate - [select for diffs], Tue Mar 4 19:32:30 2008 UTC (4 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: 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, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.12: +13 -8 lines
Diff to previous 1.12 (colored)

Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Jan 7 09:14:01 2007 UTC (5 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Mar 4 21:30:15 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:17 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.8.4.1 / (download) - annotate - [select for diffs], Sat Oct 8 05:56:40 2005 UTC (6 years, 7 months ago) by snj
Branch: pkgsrc-2005Q3
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) next main 1.9 (colored)

Pullup ticket 802 - requested by Lubomir Sedlacik
security fix for mpeg_encode

Revisions pulled up:
- pkgsrc/multimedia/mpeg_encode/Makefile		1.9
- pkgsrc/multimedia/mpeg_encode/distinfo		1.4
- pkgsrc/multimedia/mpeg_encode/patches/patch-ae	1.2
- pkgsrc/multimedia/mpeg_encode/patches/patch-ah	1.1
- pkgsrc/multimedia/mpeg_encode/patches/patch-ai	1.1
- pkgsrc/multimedia/mpeg_encode/patches/patch-aj	1.1
- pkgsrc/multimedia/mpeg_encode/patches/patch-ak	1.1
- pkgsrc/multimedia/mpeg_encode/patches/patch-al	1.1
- pkgsrc/multimedia/mpeg_encode/patches/patch-am	1.1
- pkgsrc/multimedia/mpeg_encode/patches/patch-an	1.1

   Module Name:    pkgsrc
   Committed By:   salo
   Date:           Wed Oct  5 11:45:46 UTC 2005

   Modified Files:
           pkgsrc/multimedia/mpeg_encode: Makefile distinfo
           pkgsrc/multimedia/mpeg_encode/patches: patch-ae
   Added Files:
           pkgsrc/multimedia/mpeg_encode/patches: patch-ah patch-ai patch-aj
               patch-ak patch-al patch-am patch-an

   Log Message:
   Security fixes for SA17008:

   "Vulnerabilities in Berkeley MPEG Tools can be exploited by malicious, local
   users to perform certain actions on a vulnerable system with escalated
   privileges. The vulnerabilities are caused due to temporary files being
   created insecurely in "/tmp."

   http://secunia.com/advisories/17008/
   http://www.gentoo.org/security/en/glsa/glsa-200510-02.xml

   Patches from Gentoo.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Oct 5 11:45:46 2005 UTC (6 years, 7 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Security fixes for SA17008:

"Vulnerabilities in Berkeley MPEG Tools can be exploited by malicious, local
users to perform certain actions on a vulnerable system with escalated
privileges. The vulnerabilities are caused due to temporary files being
created insecurely in "/tmp."

http://secunia.com/advisories/17008/
http://www.gentoo.org/security/en/glsa/glsa-200510-02.xml

Patches from Gentoo.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jun 17 04:49:47 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Branch point for: pkgsrc-2005Q3
Changes since 1.7: +8 -8 lines
Diff to previous 1.7 (colored)

Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Jun 17 03:50:23 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

Create directories before installing files into them.

Revision 1.6 / (download) - annotate - [select for diffs], Sun May 22 20:08:22 2005 UTC (7 years ago) by jlam
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.5 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:42 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Feb 21 20:26:12 2005 UTC (7 years, 3 months ago) by hubertf
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Sign over maintainership to tech-pkg@

Revision 1.3 / (download) - annotate - [select for diffs], Sun Oct 3 00:13:03 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Apr 18 07:09:46 2004 UTC (8 years, 1 month ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

Convert to buildlink3.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Feb 24 21:47:17 2004 UTC (8 years, 3 months ago) by jmmv
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Move mpeg_encode from the graphics to the multimedia category.
This is version 1.5bnb1.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Feb 24 21:47:17 2004 UTC (8 years, 3 months ago) by jmmv
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>