]> git.pld-linux.org Git - packages/libbpg.git/commitdiff
- fixed install target (installing made via libtool that installs binaries itself... auto/th/libbpg-0.9.5-2
authorAdam Osuchowski <adwol@pld-linux.org>
Sun, 22 Mar 2015 17:04:48 +0000 (18:04 +0100)
committerAdam Osuchowski <adwol@pld-linux.org>
Sun, 22 Mar 2015 17:04:48 +0000 (18:04 +0100)
- rel up

libbpg-shared.patch
libbpg.spec

index f8832ad8725639b02add52355f02cd375bb81d92..f53397e736d95ad10780af0a52db2d803e54c5a2 100644 (file)
@@ -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
index 0db1a2534c3b92903f447e1c9cad8520267e2cba..d205ad77b87bade609e3e9c04d06db0d71b752cb 100644 (file)
@@ -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
This page took 0.140186 seconds and 4 git commands to generate.