Lines 4-10
Link Here
|
4 |
PORTNAME= retroshare |
4 |
PORTNAME= retroshare |
5 |
DISTVERSIONPREFIX= v |
5 |
DISTVERSIONPREFIX= v |
6 |
DISTVERSION= 0.6.4 |
6 |
DISTVERSION= 0.6.4 |
7 |
PORTREVISION= 2 |
7 |
PORTREVISION= 3 |
8 |
CATEGORIES= net-p2p |
8 |
CATEGORIES= net-p2p |
9 |
|
9 |
|
10 |
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ |
10 |
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ |
Lines 19-25
Link Here
|
19 |
LIB_DEPENDS= libsqlcipher.so:databases/sqlcipher \ |
19 |
LIB_DEPENDS= libsqlcipher.so:databases/sqlcipher \ |
20 |
libspeex.so:audio/speex \ |
20 |
libspeex.so:audio/speex \ |
21 |
libspeexdsp.so:audio/speexdsp \ |
21 |
libspeexdsp.so:audio/speexdsp \ |
22 |
libupnp.so:devel/upnp \ |
|
|
23 |
libgnome-keyring.so:security/libgnome-keyring \ |
22 |
libgnome-keyring.so:security/libgnome-keyring \ |
24 |
libgpgme.so:security/gpgme \ |
23 |
libgpgme.so:security/gpgme \ |
25 |
libopencv_highgui.so:graphics/opencv \ |
24 |
libopencv_highgui.so:graphics/opencv \ |
Lines 26-32
Link Here
|
26 |
libopencv_imgproc.so:graphics/opencv-core \ |
25 |
libopencv_imgproc.so:graphics/opencv-core \ |
27 |
libavcodec.so:multimedia/ffmpeg \ |
26 |
libavcodec.so:multimedia/ffmpeg \ |
28 |
libcurl.so:ftp/curl \ |
27 |
libcurl.so:ftp/curl \ |
29 |
libmicrohttpd.so:www/libmicrohttpd |
28 |
libmicrohttpd.so:www/libmicrohttpd \ |
|
|
29 |
libminiupnpc.so:net/miniupnpc |
30 |
|
30 |
|
31 |
USES= compiler:features desktop-file-utils dos2unix \ |
31 |
USES= compiler:features desktop-file-utils dos2unix \ |
32 |
gnome pkgconfig qmake qt:5 ssl |
32 |
gnome pkgconfig qmake qt:5 ssl |