author | drw <drw> | 2004-04-01 20:22:05 (UTC) |
---|---|---|
committer | drw <drw> | 2004-04-01 20:22:05 (UTC) |
commit | 1196811eb5fd6f4894b36bbebf81a8eca494f786 (patch) (unidiff) | |
tree | 4684d983967702e7f55c11fcd9eeb63601123fd0 | |
parent | 7804289bee604cd1e299f4911fa18dcfda37352f (diff) | |
download | opie-1196811eb5fd6f4894b36bbebf81a8eca494f786.zip opie-1196811eb5fd6f4894b36bbebf81a8eca494f786.tar.gz opie-1196811eb5fd6f4894b36bbebf81a8eca494f786.tar.bz2 |
Link to libopie2 stuff and update depends
-rw-r--r-- | core/multimedia/opieplayer/config.in | 2 | ||||
-rw-r--r-- | core/multimedia/opieplayer/opie-mediaplayer.control | 2 | ||||
-rw-r--r-- | core/multimedia/opieplayer/opieplayer.pro | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/core/multimedia/opieplayer/config.in b/core/multimedia/opieplayer/config.in index 335497f..6188948 100644 --- a/core/multimedia/opieplayer/config.in +++ b/core/multimedia/opieplayer/config.in | |||
@@ -2,5 +2,5 @@ | |||
2 | boolean "opie-mediaplayer (mediaplayer that plays mp3, mpeg, and wav)" | 2 | boolean "opie-mediaplayer (mediaplayer that plays mp3, mpeg, and wav)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2UI | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI |
5 | 5 | ||
6 | source core/multimedia/opieplayer/libflash/config.in | 6 | source core/multimedia/opieplayer/libflash/config.in |
diff --git a/core/multimedia/opieplayer/opie-mediaplayer.control b/core/multimedia/opieplayer/opie-mediaplayer.control index 8597e8e..100196a 100644 --- a/core/multimedia/opieplayer/opie-mediaplayer.control +++ b/core/multimedia/opieplayer/opie-mediaplayer.control | |||
@@ -5,5 +5,5 @@ Section: opie/applications | |||
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, libopie1, opie-mediaplayer2-skin-default | opie-mediaplayer2-skin-default-landscape | 7 | Depends: task-opie-minimal, libopiecore2, libopieui2, opie-mediaplayer2-skin-default | opie-mediaplayer2-skin-default-landscape |
8 | Description: The Opie media player | 8 | Description: The Opie media player |
9 | The mediaplayer for Opie. It plays mp3, mpeg, mod and wav. | 9 | The mediaplayer for Opie. It plays mp3, mpeg, mod and wav. |
diff --git a/core/multimedia/opieplayer/opieplayer.pro b/core/multimedia/opieplayer/opieplayer.pro index 0c801ec..705e4e0 100644 --- a/core/multimedia/opieplayer/opieplayer.pro +++ b/core/multimedia/opieplayer/opieplayer.pro | |||
@@ -1,4 +1,4 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on | 2 | CONFIG = qt warn_on |
3 | # | 3 | # |
4 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
@@ -14,5 +14,5 @@ TARGET = opieplayer | |||
14 | INCLUDEPATH += $(OPIEDIR)/include | 14 | INCLUDEPATH += $(OPIEDIR)/include |
15 | DEPENDPATH += $(OPIEDIR)/include | 15 | DEPENDPATH += $(OPIEDIR)/include |
16 | LIBS += -lqpe -lpthread -lopieui2 | 16 | LIBS += -lqpe -lpthread -lopiecore2 -lopieui2 |
17 | 17 | ||
18 | INCLUDEPATH += $(OPIEDIR)/include | 18 | INCLUDEPATH += $(OPIEDIR)/include |