Codebase list pxljr / c20a8d1
Initialize git-dpm Didier Raboud 6 years ago
6 changed file(s) with 100 addition(s) and 45 deletion(s). Raw diff Collapse all Expand all
0 AUTOMAKE_OPTIONS = 1.11 foreign
1
2 bin_PROGRAMS = ijs_pxljr
3
4 ijs_pxljr_SOURCES = i_job_footer.c \
5 i_job_header.c \
6 i_page_footer.c \
7 i_page_header.c \
8 i_status.c \
9 i_stripe.c \
10 i_write.c \
11 i_main.c \
12 i_init.c \
13 i_exit.c \
14 i_compress.c \
15 pxl_jpeg.c \
16 jdatadbf.c \
17 jccolor.c \
18 mode12gray.c \
19 mode12color.c \
20 pxl_mediasize.c
21
22 ijs_pxljr_CPPFLAGS = -I/usr/include/ijs
23 ijs_pxljr_LDADD = -lijs -ljpeg
0 AC_INIT([pxljr], [1.3], [pxljr@packages.debian.org], [pxljr], [http://hp-pxl-jetready.sourceforge.net/])
1 AC_PREREQ([2.59])
2 AM_INIT_AUTOMAKE([1.11 foreign])
3 AC_PROG_CC
4
5 AC_CONFIG_FILES([Makefile])
6 AC_CONFIG_SRCDIR(i_main.c)
7 AC_OUTPUT
0 # see git-dpm(1) from git-dpm package
1 84f3a309b10e9b1be57f804ab161083f42ae8f72
2 84f3a309b10e9b1be57f804ab161083f42ae8f72
3 7774ec0d85ec98eb8a43d2d4ca730b92c1e68b48
4 7774ec0d85ec98eb8a43d2d4ca730b92c1e68b48
5 pxljr_1.4+repack0.orig.tar.xz
6 37f7184471bae0dd631f7c0bad41b082f2d9cb3d
7 37472
0 From 84f3a309b10e9b1be57f804ab161083f42ae8f72 Mon Sep 17 00:00:00 2001
1 From: Didier Raboud <odyx@debian.org>
2 Date: Sat, 10 Feb 2018 16:55:16 +0100
3 Subject: Given the Debian-specific repack that throws the libijs and
4
5 libjpeg embedded copies out, this patch creates a simple buildsystem to
6 compile ijs_pxljr against the system versions of both.
7 Last-Update: 2011-08-30
8 ---
9 Makefile.am | 24 ++++++++++++++++++++++++
10 configure.ac | 8 ++++++++
11 2 files changed, 32 insertions(+)
12 create mode 100644 Makefile.am
13 create mode 100644 configure.ac
14
15 diff --git a/Makefile.am b/Makefile.am
16 new file mode 100644
17 index 0000000..a42fc79
18 --- /dev/null
19 +++ b/Makefile.am
20 @@ -0,0 +1,24 @@
21 +AUTOMAKE_OPTIONS = 1.11 foreign
22 +
23 +bin_PROGRAMS = ijs_pxljr
24 +
25 +ijs_pxljr_SOURCES = i_job_footer.c \
26 + i_job_header.c \
27 + i_page_footer.c \
28 + i_page_header.c \
29 + i_status.c \
30 + i_stripe.c \
31 + i_write.c \
32 + i_main.c \
33 + i_init.c \
34 + i_exit.c \
35 + i_compress.c \
36 + pxl_jpeg.c \
37 + jdatadbf.c \
38 + jccolor.c \
39 + mode12gray.c \
40 + mode12color.c \
41 + pxl_mediasize.c
42 +
43 +ijs_pxljr_CPPFLAGS = -I/usr/include/ijs
44 +ijs_pxljr_LDADD = -lijs -ljpeg
45 diff --git a/configure.ac b/configure.ac
46 new file mode 100644
47 index 0000000..5a8e5cd
48 --- /dev/null
49 +++ b/configure.ac
50 @@ -0,0 +1,8 @@
51 +AC_INIT([pxljr], [1.3], [pxljr@packages.debian.org], [pxljr], [http://hp-pxl-jetready.sourceforge.net/])
52 +AC_PREREQ([2.59])
53 +AM_INIT_AUTOMAKE([1.11 foreign])
54 +AC_PROG_CC
55 +
56 +AC_CONFIG_FILES([Makefile])
57 +AC_CONFIG_SRCDIR(i_main.c)
58 +AC_OUTPUT
+0
-44
debian/patches/add_simple_buildsystem.patch less more
0 Description: Given the Debian-specific repack that throws the libijs and
1 libjpeg embedded copies out, this patch creates a simple buildsystem to
2 compile ijs_pxljr against the system versions of both.
3 Author: Didier Raboud <odyx@debian.org>
4 Last-Update: 2011-08-30
5
6 --- /dev/null
7 +++ b/Makefile.am
8 @@ -0,0 +1,24 @@
9 +AUTOMAKE_OPTIONS = 1.11 foreign
10 +
11 +bin_PROGRAMS = ijs_pxljr
12 +
13 +ijs_pxljr_SOURCES = i_job_footer.c \
14 + i_job_header.c \
15 + i_page_footer.c \
16 + i_page_header.c \
17 + i_status.c \
18 + i_stripe.c \
19 + i_write.c \
20 + i_main.c \
21 + i_init.c \
22 + i_exit.c \
23 + i_compress.c \
24 + pxl_jpeg.c \
25 + jdatadbf.c \
26 + jccolor.c \
27 + mode12gray.c \
28 + mode12color.c \
29 + pxl_mediasize.c
30 +
31 +ijs_pxljr_CPPFLAGS = -I/usr/include/ijs
32 +ijs_pxljr_LDADD = -lijs -ljpeg
33 --- /dev/null
34 +++ b/configure.ac
35 @@ -0,0 +1,8 @@
36 +AC_INIT([pxljr], [1.3], [pxljr@packages.debian.org], [pxljr], [http://hp-pxl-jetready.sourceforge.net/])
37 +AC_PREREQ([2.59])
38 +AM_INIT_AUTOMAKE([1.11 foreign])
39 +AC_PROG_CC
40 +
41 +AC_CONFIG_FILES([Makefile])
42 +AC_CONFIG_SRCDIR(i_main.c)
43 +AC_OUTPUT
0 add_simple_buildsystem.patch
0 0001-Given-the-Debian-specific-repack-that-throws-the-lib.patch