author | drw <drw> | 2004-03-02 15:53:09 (UTC) |
---|---|---|
committer | drw <drw> | 2004-03-02 15:53:09 (UTC) |
commit | 1e88bf8b55fa51d9b7989930f29f404e5ec50bc1 (patch) (unidiff) | |
tree | ebabdb360606426dfa02df6b32acbf9b5f27977f /noncore | |
parent | 270a76fbf653df353476ddf17835d532ceb6b6c2 (diff) | |
download | opie-1e88bf8b55fa51d9b7989930f29f404e5ec50bc1.zip opie-1e88bf8b55fa51d9b7989930f29f404e5ec50bc1.tar.gz opie-1e88bf8b55fa51d9b7989930f29f404e5ec50bc1.tar.bz2 |
OpieRec: libopie -> libopie2
-rw-r--r-- | noncore/multimedia/opierec/config.in | 2 | ||||
-rw-r--r-- | noncore/multimedia/opierec/main.cpp | 4 | ||||
-rw-r--r-- | noncore/multimedia/opierec/opierec.control | 2 | ||||
-rw-r--r-- | noncore/multimedia/opierec/opierec.pro | 6 |
4 files changed, 8 insertions, 6 deletions
diff --git a/noncore/multimedia/opierec/config.in b/noncore/multimedia/opierec/config.in index fe195bc..36a87c9 100644 --- a/noncore/multimedia/opierec/config.in +++ b/noncore/multimedia/opierec/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config OPIEREC | 1 | config OPIEREC |
2 | boolean "opie-rec (simple audio recording/playing app)" | 2 | boolean "opie-rec (simple audio recording/playing app)" |
3 | default "n" | 3 | default "n" |
4 | depends ( LIBQPE || LIBQPE-X11 ) | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE |
diff --git a/noncore/multimedia/opierec/main.cpp b/noncore/multimedia/opierec/main.cpp index 74a175b..bb51446 100644 --- a/noncore/multimedia/opierec/main.cpp +++ b/noncore/multimedia/opierec/main.cpp | |||
@@ -21,7 +21,9 @@ int main(int argc, char* argv[]) { | |||
21 | 21 | ||
22 | 22 | ||
23 | #else | 23 | #else |
24 | #include <opie/oapplicationfactory.h> | 24 | |
25 | #include <opie2/oapplicationfactory.h> | ||
26 | |||
25 | OPIE_EXPORT_APP( OApplicationFactory<QtRec> ) | 27 | OPIE_EXPORT_APP( OApplicationFactory<QtRec> ) |
26 | 28 | ||
27 | #endif | 29 | #endif |
diff --git a/noncore/multimedia/opierec/opierec.control b/noncore/multimedia/opierec/opierec.control index eb7e5d1..5ac3513 100644 --- a/noncore/multimedia/opierec/opierec.control +++ b/noncore/multimedia/opierec/opierec.control | |||
@@ -4,7 +4,7 @@ Priority: optional | |||
4 | Section: opie/multimedia | 4 | Section: opie/multimedia |
5 | Maintainer: L.J. Potter <lpotter@trolltech.com> | 5 | Maintainer: L.J. Potter <lpotter@trolltech.com> |
6 | Architecture: arm | 6 | Architecture: arm |
7 | Depends: task-opie-minimal | 7 | Depends: task-opie-minimal, libopiecore2 |
8 | Description: audio sampling recorder | 8 | Description: audio sampling recorder |
9 | A simple audio recording/playing application. | 9 | A simple audio recording/playing application. |
10 | Version: $QPE_VERSION$EXTRAVERSION | 10 | Version: $QPE_VERSION$EXTRAVERSION |
diff --git a/noncore/multimedia/opierec/opierec.pro b/noncore/multimedia/opierec/opierec.pro index 8b06edb..6393252 100644 --- a/noncore/multimedia/opierec/opierec.pro +++ b/noncore/multimedia/opierec/opierec.pro | |||
@@ -19,10 +19,10 @@ INTERFACES = | |||
19 | 19 | ||
20 | contains(CONFIG, pdaudio) { | 20 | contains(CONFIG, pdaudio) { |
21 | # LIBS += -L/opt/buildroot-opie/output/staging/target/lib -lqpe -lpthread -ljpeg -lpng -lz | 21 | # LIBS += -L/opt/buildroot-opie/output/staging/target/lib -lqpe -lpthread -ljpeg -lpng -lz |
22 | LIBS += -L$(QPEDIR)/lib -lqpe -lpthread -ljpeg -lpng -lz | 22 | LIBS += -L$(QPEDIR)/lib -lqpe -lpthread -ljpeg -lpng -lz -lopiecore2 |
23 | INCLUDEPATH += $(QPEDIR)/include | 23 | INCLUDEPATH += $(QPEDIR)/include |
24 | DEPENDPATH += $(QPEDIR)/include | 24 | DEPENDPATH += $(QPEDIR)/include |
25 | DEFINES += PDAUDIO | 25 | DEFINES += PDAUDIO |
26 | DEFINES += THREADED | 26 | DEFINES += THREADED |
27 | TARGET = qperec | 27 | TARGET = qperec |
28 | 28 | ||
@@ -33,7 +33,7 @@ contains(CONFIG, opie) { | |||
33 | INCLUDEPATH += $(OPIEDIR)/include | 33 | INCLUDEPATH += $(OPIEDIR)/include |
34 | DEPENDPATH += $(OPIEDIR)/include | 34 | DEPENDPATH += $(OPIEDIR)/include |
35 | DESTDIR=$(OPIEDIR)/bin | 35 | DESTDIR=$(OPIEDIR)/bin |
36 | LIBS += -lqpe -lpthread | 36 | LIBS += -lqpe -lopiecore2 -lpthread |
37 | TARGET = opierec | 37 | TARGET = opierec |
38 | include ( $(OPIEDIR)/include.pro ) | 38 | include ( $(OPIEDIR)/include.pro ) |
39 | } | 39 | } |