diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-02 14:16:49 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-02 14:16:49 +0000 |
commit | dd6f9aecd223894fd0211f09b7a15f4a3a89bcfc (patch) | |
tree | 78e72938e9ae1fafd84cf8b4b69b5d7c261245bd /multimedia/gmerlin-avdecoder | |
parent | - Stage support [1] (diff) |
Convert graphics/sdl_gfx to USES=libtool. Also set USE_AUTOTOOLS because
upstream forgot to regenerate the build scripts. This makes the build use
the correct version information and causes a library version bump. Use
this opportunity to use USES=libtool instead of USES=libtool:oldver.
Bump PORTREVISION on all dependent ports and convert them to USES=libtool
where needed. Also use USES=(gmake, pathfix, tar) and new LIB_DEPENDS
syntax here and there.
games/freedink-engine:
- Option helpers.
- Staging.
- Use dirrmtry for locale directories.
games/oolite:
- Staging.
- Replace ECHO with ECHO_CMD.
- Don't use GNUSTEP_PREFIX to install files because it expands to
LOCALBASE rather than PREFIX.
games/openssn:
- Remove USES=desktop-file-utils. No MimeType field in desktop file.
- Staging.
- Install files in standard DATADIR.
games/xblast:
- Use proper options.
- Staging.
- Patch configure so normal make install can be used instead of do-install.
- Replace TAR | TAR with COPYTREE_SHARE.
Notes
Notes:
svn path=/head/; revision=352815
Diffstat (limited to 'multimedia/gmerlin-avdecoder')
-rw-r--r-- | multimedia/gmerlin-avdecoder/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gmerlin-avdecoder/pkg-plist | 6 |
2 files changed, 3 insertions, 7 deletions
diff --git a/multimedia/gmerlin-avdecoder/Makefile b/multimedia/gmerlin-avdecoder/Makefile index 4a5cfacd4a77..ed5bcb2af1f1 100644 --- a/multimedia/gmerlin-avdecoder/Makefile +++ b/multimedia/gmerlin-avdecoder/Makefile @@ -3,7 +3,7 @@ PORTNAME= gmerlin-avdecoder PORTVERSION= 1.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia MASTER_SITES= SF/gmerlin/${PORTNAME}/${PORTVERSION} @@ -25,7 +25,7 @@ DVDREAD_DESC= libdvdread support GMERLIN_DESC= gmerlin support SAMBA_DESC= Samba support using libsmbclient -USES= pathfix pkgconfig gettext +USES= gettext libtool pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cpuflags=none --without-doxygen USE_LDCONFIG= yes diff --git a/multimedia/gmerlin-avdecoder/pkg-plist b/multimedia/gmerlin-avdecoder/pkg-plist index 61ea94ba47e5..b6ed441ed613 100644 --- a/multimedia/gmerlin-avdecoder/pkg-plist +++ b/multimedia/gmerlin-avdecoder/pkg-plist @@ -3,17 +3,13 @@ bin/bgavdump include/gmerlin/avdec.h include/gmerlin/bgavdefs.h include/gmerlin/bgav_version.h -%%GMERLIN%%lib/gmerlin/plugins/i_avdec.la %%GMERLIN%%lib/gmerlin/plugins/i_avdec.so -%%GMERLIN%%%%CDIO%%%%DVDREAD%%lib/gmerlin/plugins/i_dvd.la %%GMERLIN%%%%CDIO%%%%DVDREAD%%lib/gmerlin/plugins/i_dvd.so -%%GMERLIN%%lib/gmerlin/plugins/i_dvb.la %%GMERLIN%%lib/gmerlin/plugins/i_dvb.so -%%GMERLIN%%%%CDIO%%lib/gmerlin/plugins/i_vcd.la %%GMERLIN%%%%CDIO%%lib/gmerlin/plugins/i_vcd.so -lib/libgmerlin_avdec.la lib/libgmerlin_avdec.so lib/libgmerlin_avdec.so.1 +lib/libgmerlin_avdec.so.1.0.0 libdata/pkgconfig/gmerlin_avdec.pc %%PORTDOCS%%%%DOCSDIR%%/README share/locale/de/LC_MESSAGES/gmerlin-avdecoder.mo |