<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/misc/cups, branch staging.patchShebangs</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>Change occurrences of gcc to the more general cc</title>
<updated>2014-12-26T17:06:21+00:00</updated>
<author>
<name>John Wiegley</name>
<email>johnw@newartisans.com</email>
</author>
<published>2014-12-17T18:11:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=28b6fb61e651a3e2cca57d087781e7ba6ab45e7c'/>
<id>28b6fb61e651a3e2cca57d087781e7ba6ab45e7c</id>
<content type='text'>
This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
</pre>
</div>
</content>
</entry>
<entry>
<title>squish cups patches all into one statement</title>
<updated>2014-12-23T16:53:58+00:00</updated>
<author>
<name>Brandon Dimcheff</name>
<email>bdimchef-git@wieldim.com</email>
</author>
<published>2014-12-23T16:53:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=139d7f6e1a3aafd79897e0c3997913d412b31308'/>
<id>139d7f6e1a3aafd79897e0c3997913d412b31308</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compiled-in /bin/bash in foomatic filters</title>
<updated>2014-12-22T01:47:36+00:00</updated>
<author>
<name>Brandon Dimcheff</name>
<email>bdimchef-git@wieldim.com</email>
</author>
<published>2014-12-22T01:33:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=6a2195c3a5ff2cfb1e5ec0792976cdb609ddb022'/>
<id>6a2195c3a5ff2cfb1e5ec0792976cdb609ddb022</id>
<content type='text'>
Foomatic filters contained a 64-char c string hardcoded to /bin/bash.
This caused some filters (at least pdftops) to fail.

I also had to increase the size of the string because nix paths are too
long.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Foomatic filters contained a 64-char c string hardcoded to /bin/bash.
This caused some filters (at least pdftops) to fail.

I also had to increase the size of the string because nix paths are too
long.
</pre>
</div>
</content>
</entry>
<entry>
<title>cups: Build with SERVERROOT set to /etc/cups</title>
<updated>2014-12-16T17:23:41+00:00</updated>
<author>
<name>Eelco Dolstra</name>
<email>eelco.dolstra@logicblox.com</email>
</author>
<published>2014-12-16T17:22:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=be0e73b938ff4fd857c326952beedf41a007da69'/>
<id>be0e73b938ff4fd857c326952beedf41a007da69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cups: Get rid of obsolete banners</title>
<updated>2014-12-16T17:23:41+00:00</updated>
<author>
<name>Eelco Dolstra</name>
<email>eelco.dolstra@logicblox.com</email>
</author>
<published>2014-12-16T17:20:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=ffdabf02b94adf4b841211b56cbaea76e0e45467'/>
<id>ffdabf02b94adf4b841211b56cbaea76e0e45467</id>
<content type='text'>
These use bannertops, which no longer exists. And they conflicted with
the working banners in cups-filters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These use bannertops, which no longer exists. And they conflicted with
the working banners in cups-filters.
</pre>
</div>
</content>
</entry>
<entry>
<title>cups-filters: Fix gstoraster</title>
<updated>2014-12-16T17:23:41+00:00</updated>
<author>
<name>Eelco Dolstra</name>
<email>eelco.dolstra@logicblox.com</email>
</author>
<published>2014-12-16T17:15:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=fb079432b0a7e49ed2d0d3e82decc6d57192174d'/>
<id>fb079432b0a7e49ed2d0d3e82decc6d57192174d</id>
<content type='text'>
It was trying to find "gs" via execve, so use execvpe instead. It's
probably better to use gs's absolute path, but maybe not every
cups-filters user needs it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was trying to find "gs" via execve, so use execvpe instead. It's
probably better to use gs's absolute path, but maybe not every
cups-filters user needs it.
</pre>
</div>
</content>
</entry>
<entry>
<title>cups-filters: Fix finding GS in several filters</title>
<updated>2014-12-16T17:23:40+00:00</updated>
<author>
<name>Eelco Dolstra</name>
<email>eelco.dolstra@logicblox.com</email>
</author>
<published>2014-12-16T15:41:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=6c00d9f7e47980ae78c113ddabe10bce040dd87e'/>
<id>6c00d9f7e47980ae78c113ddabe10bce040dd87e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cups-filters: Fix banners</title>
<updated>2014-12-16T17:23:40+00:00</updated>
<author>
<name>Eelco Dolstra</name>
<email>eelco.dolstra@logicblox.com</email>
</author>
<published>2014-12-16T15:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=0aa452e1797c811adb3038f086908c7c03079a0b'/>
<id>0aa452e1797c811adb3038f086908c7c03079a0b</id>
<content type='text'>
It was looking in cups' prefix for the PDF templates. So for instance
printing a CUPS test page wouldn't work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was looking in cups' prefix for the PDF templates. So for instance
printing a CUPS test page wouldn't work.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove pdf-filter</title>
<updated>2014-11-24T07:43:43+00:00</updated>
<author>
<name>Domen Kožar</name>
<email>domen@dev.si</email>
</author>
<published>2014-11-24T07:42:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=5f599a3ddd622ce11034a550654d3e5c970d46ac'/>
<id>5f599a3ddd622ce11034a550654d3e5c970d46ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cups-pdf-filter -&gt; cups-filters, enable by default for cups</title>
<updated>2014-11-23T16:51:55+00:00</updated>
<author>
<name>Domen Kožar</name>
<email>domen@dev.si</email>
</author>
<published>2014-11-23T16:51:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=23567ac200dddaa06ff1b45201b58f032ed0f881'/>
<id>23567ac200dddaa06ff1b45201b58f032ed0f881</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
