<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/multimedia/mpeg_encode, branch pkgsrc-2014Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2014-09-23T14:29:50Z</updated>
<entry>
<title>Fix build on SunOS (socket libraries, use strerror()).</title>
<updated>2014-09-23T14:29:50Z</updated>
<author>
<name>jperkin</name>
<email>jperkin@pkgsrc.org</email>
</author>
<published>2014-09-23T14:29:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6e95bbc8df9dd0b282258af4b9212da4dd74b935'/>
<id>urn:sha1:6e95bbc8df9dd0b282258af4b9212da4dd74b935</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ISO says that main shall not be void.</title>
<updated>2012-11-01T19:40:08Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2012-11-01T19:40:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0e078f3970e6fc75deb0c01041ea2852085e551c'/>
<id>urn:sha1:0e078f3970e6fc75deb0c01041ea2852085e551c</id>
<content type='text'>
</content>
</entry>
<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>Fix build problem with jpeglib.</title>
<updated>2011-09-12T16:52:56Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2011-09-12T16:52:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f4b45109ee412790bbf55a5fd1f83bba0741d940'/>
<id>urn:sha1:f4b45109ee412790bbf55a5fd1f83bba0741d940</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mechanically replace references to graphics/jpeg with the suitable</title>
<updated>2010-12-23T11:44:24Z</updated>
<author>
<name>dsainty</name>
<email>dsainty@pkgsrc.org</email>
</author>
<published>2010-12-23T11:44:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ada744dc0ade9830fd0c65e80d3c3acc4c19910b'/>
<id>urn:sha1:ada744dc0ade9830fd0c65e80d3c3acc4c19910b</id>
<content type='text'>
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' \
        &lt; "$i" &gt; "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" &amp;&amp; mv "$out" "$i"
    fi
  done
done</content>
</entry>
<entry>
<title>Second try at jpeg-8 recursive PKGREVISION bump.</title>
<updated>2010-01-18T09:58:37Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2010-01-18T09:58:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7e9f9496502c0bcaf0c0a18c5d522046654e7356'/>
<id>urn:sha1:7e9f9496502c0bcaf0c0a18c5d522046654e7356</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make it build with new jpeg library.</title>
<updated>2009-09-01T18:23:28Z</updated>
<author>
<name>hasso</name>
<email>hasso@pkgsrc.org</email>
</author>
<published>2009-09-01T18:23:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6c85f06ce6f103a8b8796a045bdcc700ddb7876d'/>
<id>urn:sha1:6c85f06ce6f103a8b8796a045bdcc700ddb7876d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump revision because of graphics/jpeg update</title>
<updated>2009-08-26T19:56:37Z</updated>
<author>
<name>sno</name>
<email>sno@pkgsrc.org</email>
</author>
<published>2009-08-26T19:56:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=949cd3bc1f7cdf8e77915fad3585b23b0a3ca7de'/>
<id>urn:sha1:949cd3bc1f7cdf8e77915fad3585b23b0a3ca7de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove @dirrm entries from PLISTs</title>
<updated>2009-06-14T18:03:28Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2009-06-14T18:03:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=24151e2b9991726fa4bcd0ace9289f45de0f325e'/>
<id>urn:sha1:24151e2b9991726fa4bcd0ace9289f45de0f325e</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>
</feed>
