The NetBSD Project

CVS log for pkgsrc/multimedia/libflashsupport/Makefile

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.12 / (download) - annotate - [select for diffs], Sat Jan 28 16:23:39 2012 UTC (3 months, 3 weeks ago) by is
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, HEAD
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

1.1 needs suse>=11.3 - see PR 45503

Revision 1.11 / (download) - annotate - [select for diffs], Fri Aug 5 15:12:20 2011 UTC (9 months, 2 weeks ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.10: +6 -13 lines
Diff to previous 1.10 (colored)

Updated multimedia/libflashsupport to 1.1

update to latest (available) version of this source, plus binaries built on
appropriate Linux box

Revision 1.10 / (download) - annotate - [select for diffs], Tue Mar 10 21:40:51 2009 UTC (3 years, 2 months ago) by abs
Branch: MAIN
CVS Tags: 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
Changes since 1.9: +3 -1 lines
Diff to previous 1.9 (colored)

Conflicts with libflashsupport-pulse-[0-9]*

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jun 16 14:43:15 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Fix DESTDIR.

Revision 1.8 / (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-2008Q1-base, pkgsrc-2008Q1
Changes since 1.7: +5 -3 lines
Diff to previous 1.7 (colored)

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

Revision 1.7 / (download) - annotate - [select for diffs], Thu Aug 23 18:20:33 2007 UTC (4 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Allow a nicer syntax for expressing needing at least a certain version
of an emulated operating system.  Instead of proliferating things like
SUSE_VERSION_REQD, NETBSD_VERSION_REQD, SOLARIS_VERSION_REQD, etc., a
package can say:

	EMUL_REQD=	suse>=9.1 netbsd>=2.0 solaris>=10

all in one, succinct line.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jul 29 05:19:45 2007 UTC (4 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.5: +10 -22 lines
Diff to previous 1.5 (colored)

* Add new emulator framework in pkgsrc/mk/emulator that handles all
  binary-only packages that require binary "emulation" on the native
  operating system.  Please see pkgsrc/mk/emulator/README for more
  details.

* Teach the plist framework to automatically use any existing
  PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition.

* Convert all of the binary-only packages in pkgsrc to use the
  emulator framework.  Most of them have been tested to install and
  deinstall correctly.  This involves the following cleanup actions:

    * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM}
      more consistently.

    * Simplify packages by using default INSTALL and DEINSTALL scripts
      instead of custom INSTALL/DEINSTALL code.

    * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc.
      Packages only need to state exactly which emulations they support,
      and the framework handles any i386-on-x86_64 or sparc-on-sparc64
      uses.

    * Remove "USE_NATIVE_LINUX" from pkgsrc.  The framework will
      automatically detect when the package is installing on Linux.

  Specific changes to packages include:

    * Bump the PKGREVISIONs for all of the suse100* and suse91* packages
      due to changes in the +INSTALL/+DEINSTALL scripts used in all
      of the packages.

    * Remove pkgsrc/emulators/suse_linux, which is unused by any
      packages.

    * cad/lc -- remove custom code to create the distinfo file for
	all supported platforms; just use "emul-fetch" and "emul-distinfo"
	instead.

    * lang/Cg-compiler -- install the shared libraries under ${EMULDIR}
	instead of ${PREFIX}/lib so that compiled programs will find
	the shared libraries.

    * mail/thunderbird-bin-nightly -- update to latest binary
	distributions for supported platforms.

    * multimedia/ns-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.

    * security/uvscan -- set LD_LIBRARY_PATH explicitly so that
	it's not necessary to install library symlinks into
	${EMULDIR}/usr/local/lib.

    * www/firefox-bin-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Jun 15 20:10:41 2007 UTC (4 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.4: +4 -1 lines
Diff to previous 1.4 (colored)

Use EMULSUBDIR in PLIST to not embedded full pathes in the PLIST.
Fixes build on DragonFly. Bump revision.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Apr 19 16:11:35 2007 UTC (5 years, 1 month ago) by xtraeme
Branch: MAIN
Changes since 1.3: +7 -4 lines
Diff to previous 1.3 (colored)

Add support to install on NetBSD/amd64 and SUSE_COMPAT32.

Do not work yet, but that will help people to test and fix COMPAT_LINUX32.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 12 08:24:38 2007 UTC (5 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.2: +3 -1 lines
Diff to previous 1.2 (colored)

Support NO_MTREE.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Mar 24 20:27:10 2007 UTC (5 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

use the absolute path of RPM2PKG

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Mar 22 21:46:44 2007 UTC (5 years, 2 months ago) by abs
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import multimedia/libflashsupport-1.0.2098

This is an shared library built from source provided by Adobe which
enables the use of OSS audio in the multimedia/ns-flash package

Non Linux platforms will probably also need www/nspluginwrapper

Revision 1.1 / (download) - annotate - [select for diffs], Thu Mar 22 21:46:44 2007 UTC (5 years, 2 months ago) by abs
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>