diff options
author | wg <wg@FreeBSD.org> | 2013-10-27 20:24:39 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-10-27 20:24:39 +0800 |
commit | 8a0f07234b4179b6224684211ae09ed8993b16ab (patch) | |
tree | 67571d135c2d01aa99a919517e7211a616ee875e | |
parent | ef5b298bf4c136c5054722b73375e351b467dc4d (diff) | |
download | freebsd-ports-graphics-8a0f07234b4179b6224684211ae09ed8993b16ab.tar.gz freebsd-ports-graphics-8a0f07234b4179b6224684211ae09ed8993b16ab.tar.zst freebsd-ports-graphics-8a0f07234b4179b6224684211ae09ed8993b16ab.zip |
audio/lastfm-desktop: link against ffmpeg
- Link against ffmpeg
Approved by: portmgr (bapt, implicit)
-rw-r--r-- | audio/lastfm-desktop/Makefile | 8 | ||||
-rw-r--r-- | audio/lastfm-desktop/files/patch-admin_qmake_3rdparty.pro.inc | 11 |
2 files changed, 4 insertions, 15 deletions
diff --git a/audio/lastfm-desktop/Makefile b/audio/lastfm-desktop/Makefile index 1318c94e90f..29b5e3d278b 100644 --- a/audio/lastfm-desktop/Makefile +++ b/audio/lastfm-desktop/Makefile @@ -3,7 +3,7 @@ PORTNAME= lastfm PORTVERSION= 2.1.30 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://cdn.last.fm/client/Linux/ PKGNAMESUFFIX= -desktop @@ -14,9 +14,9 @@ COMMENT= Official Last.fm desktop application suite LICENSE= GPLv3 -LIB_DEPENDS= lastfm:${PORTSDIR}/audio/liblastfm \ - avcodec1:${PORTSDIR}/multimedia/ffmpeg1 \ - gpod:${PORTSDIR}/audio/libgpod +LIB_DEPENDS= liblastfm.so:${PORTSDIR}/audio/liblastfm \ + libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ + libgpod.so:${PORTSDIR}/audio/libgpod USES= pkgconfig NO_STAGE= yes diff --git a/audio/lastfm-desktop/files/patch-admin_qmake_3rdparty.pro.inc b/audio/lastfm-desktop/files/patch-admin_qmake_3rdparty.pro.inc deleted file mode 100644 index 1a816120a04..00000000000 --- a/audio/lastfm-desktop/files/patch-admin_qmake_3rdparty.pro.inc +++ /dev/null @@ -1,11 +0,0 @@ ---- admin/qmake/3rdparty.pro.inc.orig 2013-02-04 11:07:09.028832360 +0400 -+++ admin/qmake/3rdparty.pro.inc 2013-02-04 11:07:35.513973069 +0400 -@@ -19,7 +19,7 @@ - LIBS += /usr/local/lib/libswresample.dylib - } else { - CONFIG += link_pkgconfig -- PKGCONFIG += libavformat libavcodec libavutil -+ PKGCONFIG += libavformat1 libavcodec1 libavutil1 - packagesExist(libswresample) { - PKGCONFIG += libswresample - DEFINES += HAVE_SWRESAMPLE |