~ubuntu-branches/ubuntu/saucy/libraw/saucy

« back to all changes in this revision

Viewing changes to buildfiles/simple_dcraw.pro

  • Committer: Package Import Robot
  • Author(s): Luca Falavigna
  • Date: 2011-09-24 15:32:39 UTC
  • mfrom: (1.4.2) (0.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20110924153239-3s5echwj1dx3ti8l
Tags: 0.14.0-1
* Team upload.
* New upstream release.
* debian/control:
  - Replace libraw2 with libraw5, SONAME changed.
  - libraw-dev depends on libraw5 accordingly.
  - Build-depend on pkg-config, libjasper-dev and liblcms2-dev.
* debian/libraw5.install:
  - Renamed from libraw2.install to match new binary.
* debian/libraw5.symbols.amd64:
  - Renamed from libraw2.symbols.amd64 to match new binary.
* debian/rules:
  - Update dh_makeshlibs call to match new binary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
CONFIG(debug,debug|release) {
3
 
        LIBS+=debug/libraw.lib
 
2
win32:CONFIG(debug,debug|release) {
 
3
        LIBS+=-Ldebug/
4
4
} else {
5
 
        LIBS+=release/libraw.lib
 
5
        LIBS+=-Lrelease/
6
6
}
 
7
 
 
8
win32:LIBS+=libraw.lib
 
9
unix:LIBS+=-lraw
 
10
 
7
11
INCLUDEPATH=../
8
12
CONFIG-=qt
9
13
win32:CONFIG+=console