<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/multimedia/libflashsupport, branch pkgsrc-2015Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2015Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2015Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2012-10-08T09:20:57Z</updated>
<entry>
<title>Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.</title>
<updated>2012-10-08T09:20:57Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2012-10-08T09:20:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=04a5a3626d07f479d3e2122261c3c6b9406ec8c1'/>
<id>urn:sha1:04a5a3626d07f479d3e2122261c3c6b9406ec8c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>1.1 needs suse&gt;=11.3 - see PR 45503</title>
<updated>2012-01-28T16:23:39Z</updated>
<author>
<name>is</name>
<email>is@pkgsrc.org</email>
</author>
<published>2012-01-28T16:23:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c098c3ce4c149f037a5683d1adf505a1530373c0'/>
<id>urn:sha1:c098c3ce4c149f037a5683d1adf505a1530373c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated multimedia/libflashsupport to 1.1</title>
<updated>2011-08-05T15:12:20Z</updated>
<author>
<name>abs</name>
<email>abs@pkgsrc.org</email>
</author>
<published>2011-08-05T15:12:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=24ed1ea6fc63698f195a37c4f4890d0846ac7b25'/>
<id>urn:sha1:24ed1ea6fc63698f195a37c4f4890d0846ac7b25</id>
<content type='text'>
update to latest (available) version of this source, plus binaries built on
appropriate Linux box</content>
</entry>
<entry>
<title>Conflicts with libflashsupport-pulse-[0-9]*</title>
<updated>2009-03-10T21:40:51Z</updated>
<author>
<name>abs</name>
<email>abs@pkgsrc.org</email>
</author>
<published>2009-03-10T21:40:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a82eb9d599f3cff6fecceeb70a5cf04de945baca'/>
<id>urn:sha1:a82eb9d599f3cff6fecceeb70a5cf04de945baca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix DESTDIR.</title>
<updated>2008-06-16T14:43:15Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2008-06-16T14:43:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e3a56179a0dd29eb812a552231508ca09c35fd0f'/>
<id>urn:sha1:e3a56179a0dd29eb812a552231508ca09c35fd0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mechanical changes to add DESTDIR support to packages that install</title>
<updated>2008-03-04T19:32:30Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2008-03-04T19:32:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f847dc9588e5531e66098b93bbc0c6e3812a799d'/>
<id>urn:sha1:f847dc9588e5531e66098b93bbc0c6e3812a799d</id>
<content type='text'>
their files via a custom do-install target.</content>
</entry>
<entry>
<title>Allow a nicer syntax for expressing needing at least a certain version</title>
<updated>2007-08-23T18:20:30Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2007-08-23T18:20:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=081c0f895704db5ee92950c14036f96033fb55fd'/>
<id>urn:sha1:081c0f895704db5ee92950c14036f96033fb55fd</id>
<content type='text'>
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&gt;=9.1 netbsd&gt;=2.0 solaris&gt;=10

all in one, succinct line.</content>
</entry>
<entry>
<title>* Add new emulator framework in pkgsrc/mk/emulator that handles all</title>
<updated>2007-07-29T05:18:36Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2007-07-29T05:18:36Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=33f30156fb37245b360bbc293320402ecf1aba41'/>
<id>urn:sha1:33f30156fb37245b360bbc293320402ecf1aba41</id>
<content type='text'>
  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.</content>
</entry>
<entry>
<title>Use EMULSUBDIR in PLIST to not embedded full pathes in the PLIST.</title>
<updated>2007-06-15T20:10:41Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2007-06-15T20:10:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=554eb69ddc9d1213b2efbe4319b0207686a64266'/>
<id>urn:sha1:554eb69ddc9d1213b2efbe4319b0207686a64266</id>
<content type='text'>
Fixes build on DragonFly. Bump revision.</content>
</entry>
<entry>
<title>Remove commit message part from DESCR.</title>
<updated>2007-05-02T12:38:19Z</updated>
<author>
<name>ghen</name>
<email>ghen@pkgsrc.org</email>
</author>
<published>2007-05-02T12:38:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d72c5915637a0deb156610a9cca0f394f1eef2e1'/>
<id>urn:sha1:d72c5915637a0deb156610a9cca0f394f1eef2e1</id>
<content type='text'>
</content>
</entry>
</feed>
