<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/gnu/packages/graphics.scm, branch master</title>
<subtitle>Personal branch of https://git.savannah.gnu.org/cgit/guix.git/ for implementing 'guix deploy'.
</subtitle>
<id>https://www.git.jakob.space/guix.git/atom?h=master</id>
<link rel='self' href='https://www.git.jakob.space/guix.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/'/>
<updated>2019-04-14T12:45:47Z</updated>
<entry>
<title>gnu: Add openscenegraph-3.4.</title>
<updated>2019-04-14T12:45:47Z</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2019-04-14T12:43:46Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=df8ab77450b24c02ff075acda79826e3099f78e7'/>
<id>urn:sha1:df8ab77450b24c02ff075acda79826e3099f78e7</id>
<content type='text'>
* gnu/packages/graphics.scm (openscenegraph-3.4): New variable.
</content>
</entry>
<entry>
<title>gnu: ogre: Don't use unstable tarball.</title>
<updated>2019-03-28T10:14:22Z</updated>
<author>
<name>Efraim Flashner</name>
<email>efraim@flashner.co.il</email>
</author>
<published>2019-03-28T10:07:40Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=1aa662b3094172c9f34a220d15c6ba53b9280b79'/>
<id>urn:sha1:1aa662b3094172c9f34a220d15c6ba53b9280b79</id>
<content type='text'>
* gnu/packages/graphics.scm (ogre)[source]: Download using git-fetch.
</content>
</entry>
<entry>
<title>gnu: googletest: Don't use unstable tarball.</title>
<updated>2019-03-28T10:14:15Z</updated>
<author>
<name>Efraim Flashner</name>
<email>efraim@flashner.co.il</email>
</author>
<published>2019-03-28T08:33:34Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=d5640c587f141ff60127848dc95528ca1a4f1b14'/>
<id>urn:sha1:d5640c587f141ff60127848dc95528ca1a4f1b14</id>
<content type='text'>
* gnu/packages/check.scm (googletest)[source]: Download using git-fetch.
* gnu/packages/crypto.scm (encfs)[arguments]: Adjust accordingly.
* gnu/packages/gnucash.scm (gnucash)[arguments]: Same.
* gnu/packages/terminals.scm (eternalterminal)[arguments]: Same.
* gnu/packages/graphics.scm (ogre)[arguments]: Same. Remove now
unnecessary custom 'pre-build phase.
</content>
</entry>
<entry>
<title>gnu: blender: Restore version 2.79b for systems without OpenGL 3.</title>
<updated>2019-03-20T22:20:36Z</updated>
<author>
<name>Mark H Weaver</name>
<email>mhw@netris.org</email>
</author>
<published>2019-03-19T01:39:12Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=8b672b2c48164c78731ae142ae4761d91666bdec'/>
<id>urn:sha1:8b672b2c48164c78731ae142ae4761d91666bdec</id>
<content type='text'>
Fixes &lt;https://bugs.gnu.org/33882&gt;.

* gnu/packages/graphics.scm (blender-2.79): New variable.
(blender)[description]: Remove obsolete claim that the stable
release no longer works in Guix.
* gnu/packages/patches/blender-2.79-newer-ffmpeg.patch,
gnu/packages/patches/blender-2.79-python-3.7-fix.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
</content>
</entry>
<entry>
<title>gnu: brdf-explorer: Unconditionally return #T from build phases.</title>
<updated>2019-01-25T12:21:19Z</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2019-01-25T11:18:12Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=cba8ba8b0d3aa78a3ebb3a3297c8638077c95435'/>
<id>urn:sha1:cba8ba8b0d3aa78a3ebb3a3297c8638077c95435</id>
<content type='text'>
* gnu/packages/graphics.scm (brdf-explorer)[arguments]: Use INVOKE and return #T.
</content>
</entry>
<entry>
<title>gnu: Separate Python core packages from the rest.</title>
<updated>2019-01-15T13:46:44Z</updated>
<author>
<name>Ricardo Wurmus</name>
<email>ricardo.wurmus@mdc-berlin.de</email>
</author>
<published>2019-01-15T13:21:30Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=44d10b1f722856ab8e9b942804aa7ef33e2ef739'/>
<id>urn:sha1:44d10b1f722856ab8e9b942804aa7ef33e2ef739</id>
<content type='text'>
* gnu/packages/python.scm: Move hundreds of package definitions from here...
* gnu/packages/python-xyz.scm: ...to this new module.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/android.scm,
gnu/packages/audio.scm,
gnu/packages/backup.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/calendar.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/cluster.scm,
gnu/packages/compression.scm,
gnu/packages/connman.scm,
gnu/packages/crypto.scm,
gnu/packages/cups.scm,
gnu/packages/databases.scm,
gnu/packages/dav.scm,
gnu/packages/direct-connect.scm,
gnu/packages/disk.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/docker.scm,
gnu/packages/ebook.scm,
gnu/packages/elf.scm,
gnu/packages/emacs.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/enlightenment.scm,
gnu/packages/finance.scm,
gnu/packages/fltk.scm,
gnu/packages/fontutils.scm,
gnu/packages/freedesktop.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/geo.scm,
gnu/packages/gl.scm,
gnu/packages/glib.scm,
gnu/packages/gnome.scm,
gnu/packages/gnupg.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/gtk.scm,
gnu/packages/ham-radio.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/irc.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/kde-frameworks.scm,
gnu/packages/key-mon.scm,
gnu/packages/libffi.scm,
gnu/packages/libreoffice.scm,
gnu/packages/libusb.scm,
gnu/packages/lirc.scm,
gnu/packages/logging.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/mate.scm,
gnu/packages/maths.scm,
gnu/packages/medical.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mp3.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/nutrition.scm,
gnu/packages/openldap.scm,
gnu/packages/openstack.scm,
gnu/packages/package-management.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/photo.scm,
gnu/packages/polkit.scm,
gnu/packages/protobuf.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/qt.scm,
gnu/packages/rdf.scm,
gnu/packages/ruby.scm,
gnu/packages/search.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/simulation.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/storage.scm,
gnu/packages/sync.scm,
gnu/packages/terminals.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tls.scm,
gnu/packages/tor.scm,
gnu/packages/tryton.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/virtualization.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wicd.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xorg.scm: Update module references.
</content>
</entry>
<entry>
<title>gnu: Blender: Update to a beta release of 2.80.</title>
<updated>2019-01-09T23:54:16Z</updated>
<author>
<name>Leo Famulari</name>
<email>leo@famulari.name</email>
</author>
<published>2018-12-25T06:58:35Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=fc51c28ae8172c9f4370772bd76601f89b9498e6'/>
<id>urn:sha1:fc51c28ae8172c9f4370772bd76601f89b9498e6</id>
<content type='text'>
Fixes &lt;https://bugs.gnu.org/33608&gt; and &lt;https://bugs.gnu.org/33882&gt;.

* gnu/packages/graphics.scm (blender): Update to 2.80-beta-0.3c3d80e.
[source]: Fetch from the Git repository.
[inputs]: Use OpenJPEG 2. Add Numpy.
[arguments]: Specify the location of Numpy. Remove some configure flags that are
no longer used. Comment out the 'fix-broken-import' phase because the
file it patches doesn't exist in the Git sources.
[description]: Add a warning about the beta status.
</content>
</entry>
<entry>
<title>gnu: blender: Use newer ffmpeg.</title>
<updated>2018-11-30T09:14:27Z</updated>
<author>
<name>Efraim Flashner</name>
<email>efraim@flashner.co.il</email>
</author>
<published>2018-11-30T07:48:16Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=5deb0c670de30689b7019f00f7b67af84f6056d3'/>
<id>urn:sha1:5deb0c670de30689b7019f00f7b67af84f6056d3</id>
<content type='text'>
* gnu/packages/graphics.scm (blender)[source]: Add patch for newer
ffmpeg compatability.
[inputs]: Replace ffmpeg-2.8 with ffmpeg.
* gnu/packages/patches/blender-newer-ffmpeg.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
</content>
</entry>
<entry>
<title>* gnu: agg: Replace bootstrap phase.</title>
<updated>2018-10-09T07:33:07Z</updated>
<author>
<name>Efraim Flashner</name>
<email>efraim@flashner.co.il</email>
</author>
<published>2018-10-09T07:32:16Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=8d18edde755f4bf5b4723fc9ce89e1cd831d2b7b'/>
<id>urn:sha1:8d18edde755f4bf5b4723fc9ce89e1cd831d2b7b</id>
<content type='text'>
* gnu/packages/graphics.scm (agg)[arguments]: Remove custom 'autoreconf
phase and replace default 'bootstrap phase. Use INVOKE.
[native-inputs]: Remove bash.
</content>
</entry>
<entry>
<title>gnu: agg: Don't build examples.</title>
<updated>2018-10-09T07:33:03Z</updated>
<author>
<name>Efraim Flashner</name>
<email>efraim@flashner.co.il</email>
</author>
<published>2018-10-09T07:31:02Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=31f45cf7be18d1cfc46a0ae785a3057227c4b185'/>
<id>urn:sha1:31f45cf7be18d1cfc46a0ae785a3057227c4b185</id>
<content type='text'>
* gnu/packages/graphics.scm (agg)[arguments]: Disable building the
examples.
</content>
</entry>
</feed>
