Package: picprog / 1.9.1-5

Metadata

Package Version Patches format
picprog 1.9.1-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10_fix makefile.patch | (download)

Makefile | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix install path and remove testport from the list
 Upstream specifies install path constantly. This patch changes the path
 and remove testport from the list.
20_iopl.patch | (download)

picport.cc | 19 18 + 1 - 0 !
1 file changed, 18 insertions(+), 1 deletion(-)

 avoid some functions in some architectures
 Upstream uses iopl() function and other architecture-dependent
 codes. This patch adds building switches to avoid them in
 some architectures.
30_remove google adsense.patch | (download)

picprog.html | 10 0 + 10 - 0 !
1 file changed, 10 deletions(-)

 remove google adsense from documentation
 Google AdSense will send a privacy breach. This patch remove it.
40_suppor additional flags.patch | (download)

Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 support additional flags
 The original Makefile overwrite specified flags. This patch
 append additional flags.