Commit Graph

214 Commits

Author SHA1 Message Date
Xi Ruoyao
cddcdb1411
treewide: The remaining of kernel configuration rendering 2023-07-31 21:44:38 +08:00
Xi Ruoyao
42ddc3001a
treewide: Replace "User Notes" with "Editor Notes" 2023-06-30 02:18:51 +08:00
Douglas R. Reno
5162b4d9d4 Update to cups-2.4.6 2023-06-23 12:45:08 -05:00
Bruce Dubbs
c216885700 Update to cups-2.4.5. 2023-06-14 10:31:00 -05:00
Bruce Dubbs
ee4e93c572 Update to cups-2.4.4. 2023-06-08 11:40:08 -05:00
Xi Ruoyao
9c6c28d2a4
cups: Add --with-rundir=/run/cups to avoid deprecated /var/run 2023-05-21 21:50:35 +08:00
Xi Ruoyao
962285d5b4
cups: Remove outdated desc. for CC=
After the maintainance transferred from Apple to the community there is
no "strange perference on clang" anymore.
2023-05-06 23:46:00 +08:00
Douglas R. Reno
dbd73d6b58 Last round of tags for the day from me 2023-02-17 14:57:04 -06:00
Xi Ruoyao
75b1a338b8
Update more URLs to use https
Mostly plain http -> https replace, if https works.  If there is a HTTP
redirection, use the redirect target (unless it's a mirror or l10n like
"https://kde.org/zh-cn/").

Some non-trivial change:

* www.mnogosearch.org is dead.  Not sure how to replace, so deleted.
* use https://github.com/cacalib/libcaca for libcaca.
  http://caca.zoy.org/wiki/libcaca seems out-of-date.
* http://www.speech.cs.cmu.edu/flite/ is dead, replaced with github repo
  link.
2023-01-29 14:35:01 +08:00
David Bryant
a0e08b2176 Standardized the spelling of "userspace".
Also corrected the capitalization of titles and cleaned up some
grammatical errors. Note that a few modules quote the "config"
menu for the Linux kernel, whch says "user-space". Those
modules were not altered; directly quoted material should be
reproduced verbatim.
2022-12-24 14:14:57 -06:00
Pierre Labastie
3f2db3a638 Remove sect1info tags
They only contain a date tag that is nowhere used.
2022-11-29 08:58:07 +01:00
Xi Ruoyao
35f4faf662
cups: remove reference to clang
Now configure script prefers GCC.
2022-09-16 13:50:04 +08:00
Thomas Trepl (Moody)
b5d7180d02 Tags for 11.2 2022-08-24 18:36:22 +02:00
Bruce Dubbs
4faa441953 Update to cups-2.4.2. 2022-05-27 11:01:50 -05:00
Thomas Trepl (Moody)
2d76528bd3 Tags 2022-02-19 23:57:50 +01:00
Bruce Dubbs
2c871871fb Spelling fixes 2022-02-16 15:04:13 -06:00
Douglas R. Reno
e042fb42c3 Remove an unneeded tweak from CUPS and an option that is no longer used
from AccountsService (causes FTBFS).
2022-02-06 14:18:20 -06:00
Bruce Dubbs
9501a015ca Package updates.
Update to vim-8.2.4236.
Update to git-2.35.1.
Update to accountsservice-22.04.62.
Update to cups-2.4.1.
Update to pipewire-0.3.44.
2022-01-31 13:16:50 -06:00
Douglas R. Reno
284dd89d01 Package Updates:
Update to gexiv2-0.14.0
Update to adwaita-icon-theme-41.0
Fix a bug in the systemd unit for CUPS that causes the unit to be
installed into a non-existent target.
2022-01-03 21:49:48 -06:00
Douglas R. Reno
b47d633f37 Remove a bunch of dependencies on OpenJDK which are no longer valid. 2021-12-14 00:04:47 -06:00
Bruce Dubbs
8c71f6e25e Package updates.
Update to node-16.13.1.
Update to cups-2.4.0.
2021-12-06 14:36:23 -06:00
Pierre Labastie
85580446b2 Remove spaces at the end of lines
I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...
2021-09-06 19:42:49 +02:00
Pierre Labastie
34a6571e05 Tags 2021-08-28 15:44:55 +02:00
Thomas Trepl (Moody)
aed1e212bb Tags 2021-08-18 15:58:33 +02:00
Douglas R. Reno
a953e6827f CUPS: Update to work with systemd 2021-05-24 17:36:20 -05:00
Xi Ruoyao
d9506f79a6
cups: remove redundant option on systemd, and mention clang 2021-05-22 23:06:56 +08:00
Bruce Dubbs
99ed85063d Tweak cups xml and version name. 2021-05-21 22:34:02 -05:00
Thomas Trepl (Moody)
3d16a42135 Use OpenPrinting CUPS 2021-05-18 23:00:30 +02:00
Xi Ruoyao
45ab6c70c2
more SVN prop clean up
Remove "$LastChanged$" everywhere, and also some unused $Date$
2021-04-20 19:12:02 +08:00
Bruce Dubbs
d437f75666 More library tags
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24257 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-21 23:09:04 +00:00
Pierre Labastie
4c24eb0a40 Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24236 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-19 15:20:16 +00:00
Douglas R. Reno
58387b50d6 Tag the printing stack
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23564 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-18 21:14:07 +00:00
Xi Ruoyao
8fb94ec2db cups: set LC_ALL=C for test, some tests are locale dependent
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23179 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-05-20 12:22:19 +00:00
Bruce Dubbs
029a290042 Fix cups md5sum
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23043 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-04-29 14:39:54 +00:00
Douglas R. Reno
81158c379d Update to samba-4.12.2
Update to cups-2.3.3
Update to gjs-1.64.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23037 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-04-28 17:31:56 +00:00
Pierre Labastie
fa3edfefcf Format pst
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22885 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-03-25 12:06:24 +00:00
Douglas R. Reno
4854c05d3f cups: note that only one test is known to fail now.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22743 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-02-21 17:55:55 +00:00
Bruce Dubbs
d9907c98db Update to plasma5-5.18.1.
Update to cups-filters-1.27.1. 
Tag KDE and printing/scanning chapters.



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22732 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-02-20 00:31:22 +00:00
Bruce Dubbs
786068861d Update to cups-2.3.1.
Update to fuse-3.9.0. 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22478 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-12-15 23:30:40 +00:00
Bruce Dubbs
461d7f7ed8 Update to unbound-1.9.3.
Update to cbindgen-0.9.1. 
Update to cups-2.3.0. 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22092 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-09-03 22:16:34 +00:00
Douglas R. Reno
7c64789360 Update to gsl-2.6
Fix external URLs in GEGL and CUPS
alsa-tools: Remove command explanation for a program that we no longer install
Various tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22020 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-08-21 02:30:55 +00:00
Bruce Dubbs
ad112fd598 Update to cups-2.2.12.
Update to node.js-10.16.3. 
Update to gtk-doc-1.32. 
Tag qt5 and its dependencies.



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21996 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-08-18 20:33:32 +00:00
Xi Ruoyao
1f02dd434b cups: use g++ instead of clang++ (for systemd)
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21944 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-08-13 05:19:04 +00:00
Douglas R. Reno
29e8db10d5 Note that glibc-2.30 was the problem with CUPS, not Linux 5.2+. Thank you Ken!
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21932 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-08-11 19:15:40 +00:00
Pierre Labastie
9b463b1801 Fix CUPS build error with kernel 5.2+ headers also for Sysv, and realign
double ampersands

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21929 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-08-11 13:09:34 +00:00
Douglas R. Reno
7081b0236e Fix CUPS build error with kernel 5.2+ headers
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21927 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-08-11 00:58:10 +00:00
Bruce Dubbs
f50f3f37ad Update to ffmpeg-4.1.2.
Update to cups-2.2.11. 
Update to Net-DNS-1.20 (Perl Module). 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21386 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-03-24 20:38:58 +00:00
Pierre Labastie
38489aa0b1 Tags
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21156 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-02-15 21:01:29 +00:00
Bruce Dubbs
09bf473da2 Update to mesa-18.3.1.
Update to xterm-339. 
Update to nghttp2-1.35.1. 
Update to cups-2.2.10. 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20805 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-12-13 18:51:55 +00:00
Bruce Dubbs
eff6c3a80b Update to mlt-6.12.0.
Update to fdk-aac-2.0.0. 
Update to cups-2.2.9. 
Update to ghostscript-9.26. 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20776 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-12-05 02:26:37 +00:00