commit 3a0d87861c85667736560a465c0f54846f6e6e41
Author: Adam Osuchowski <[email protected]>
Date:   Sun Mar 22 18:04:48 2015 +0100

    - fixed install target (installing made via libtool that installs binaries 
itself, not temporary wrapper scripts)
    - rel up

 libbpg-shared.patch | 2 +-
 libbpg.spec         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libbpg.spec b/libbpg.spec
index 0db1a25..d205ad7 100644
--- a/libbpg.spec
+++ b/libbpg.spec
@@ -7,7 +7,7 @@ Summary:        A library of functions for manipulating BPG 
image format files
 Summary(pl.UTF-8):     Biblioteka funkcji do operacji na plikach obrazów w 
formacie BPG
 Name:          libbpg
 Version:       0.9.5
-Release:       1
+Release:       2
 # The original BPG code is BSD-licensed, while the modified FFmpeg library is 
under LGPLv2.1.
 License:       LGPL v2.1 and BSD
 Group:         Libraries
diff --git a/libbpg-shared.patch b/libbpg-shared.patch
index f8832ad..f53397e 100644
--- a/libbpg-shared.patch
+++ b/libbpg-shared.patch
@@ -77,7 +77,7 @@
  install: bpgenc bpgdec
 -      install -s -m 755 $^ $(prefix)/bin
 +      install -d $(DESTDIR)$(bindir)
-+      install -m 755 $^ $(DESTDIR)$(bindir)
++      libtool --mode=install install -m 755 $^ $(DESTDIR)$(bindir)
  
  CLEAN_DIRS=doc html libavcodec libavutil \
       jctvc jctvc/TLibEncoder jctvc/TLibVideoIO jctvc/TLibCommon jctvc/libmd5
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libbpg.git/commitdiff/3a0d87861c85667736560a465c0f54846f6e6e41

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to