diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-25 20:09:16 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-25 20:09:16 +0000 |
| commit | 6763f2ce335fd905993c1df03c6f15e0df5e73a1 (patch) | |
| tree | 84a801a2f7577f2b435c5a57667363be5b6f684f /multimedia | |
| parent | 4bb7a4d7f5d6c1091417d534b10edb748ab66207 (diff) | |
Notes
Diffstat (limited to 'multimedia')
| -rw-r--r-- | multimedia/mp4v2/Makefile | 3 | ||||
| -rw-r--r-- | multimedia/mp4v2/pkg-plist | 4 | ||||
| -rw-r--r-- | multimedia/mpeg4ip/Makefile | 2 | ||||
| -rw-r--r-- | multimedia/quodlibet/Makefile | 1 |
4 files changed, 6 insertions, 4 deletions
diff --git a/multimedia/mp4v2/Makefile b/multimedia/mp4v2/Makefile index c51c37ce3120..42bca29b278c 100644 --- a/multimedia/mp4v2/Makefile +++ b/multimedia/mp4v2/Makefile @@ -3,6 +3,7 @@ PORTNAME= mp4v2 PORTVERSION= 1.9.1 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= GOOGLE_CODE @@ -10,7 +11,7 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Library and tools to read, create, and modify mp4 files CONFLICTS= mpeg4ip-libmp4v2-[0-9.]* -USES= gmake tar:bzip2 +USES= gmake libtool tar:bzip2 MAKEFILE= GNUmakefile GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/multimedia/mp4v2/pkg-plist b/multimedia/mp4v2/pkg-plist index 7d6b3b518b9c..f88dcefc498e 100644 --- a/multimedia/mp4v2/pkg-plist +++ b/multimedia/mp4v2/pkg-plist @@ -23,9 +23,9 @@ include/mp4v2/streaming.h include/mp4v2/track.h include/mp4v2/track_prop.h lib/libmp4v2.a -lib/libmp4v2.la lib/libmp4v2.so -lib/libmp4v2.so.10 +lib/libmp4v2.so.1 +lib/libmp4v2.so.1.9.1 man/man1/mp4art.1.gz man/man1/mp4file.1.gz man/man1/mp4subtitle.1.gz diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index f72e36231c49..9e2de8f6cf08 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -3,7 +3,7 @@ PORTNAME= mpeg4ip PORTVERSION= 1.6.1 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= LOCAL/ahze # http://sourceforge.net/forum/forum.php?thread_id=1839453&forum_id=59136 diff --git a/multimedia/quodlibet/Makefile b/multimedia/quodlibet/Makefile index 3b2c7ab2cd63..7c81878359f8 100644 --- a/multimedia/quodlibet/Makefile +++ b/multimedia/quodlibet/Makefile @@ -3,6 +3,7 @@ PORTNAME= quodlibet PORTVERSION= 2.6.3 +PORTREVISION= 1 CATEGORIES= multimedia audio python gnome MASTER_SITES= http://bitbucket.org/lazka/${PORTNAME}-files/raw/default/releases/ |
