Enable OSS support
Bump PORTREVISION Add SHA256 PR: 88613 Submitted by: Ulrich Spoerlein <q@galgenberg.net> Approved by: maintainer timeout, 16 days
This commit is contained in:
parent
92b124b7cf
commit
5b8e4e734e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149294
3 changed files with 5 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= transcode
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://dl.fkb.wormulon.net/transcode/ \
|
||||
http://dl.kel.wormulon.net/transcode/ \
|
||||
|
@ -38,7 +39,8 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
|
|||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS+= --with-ffmpeg_libs-prefix=${LOCALBASE} \
|
||||
--with-libdvdread-prefix=${LOCALBASE} \
|
||||
--with-libiconv-prefix=${LOCALBASE}
|
||||
--with-libiconv-prefix=${LOCALBASE} \
|
||||
--enable-oss
|
||||
|
||||
MAN1= avifix.1 aviindex.1 avimerge.1 avisplit.1 avisync.1 tccat.1 tcdemux.1 \
|
||||
tcprobe.1 tcscan.1 transcode.1 tcextract.1 tcdecode.1 tcmodinfo.1 \
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
MD5 (transcode-1.0.1.tar.gz) = 6fd4bc7651ebccdcd384474eb557d160
|
||||
SHA256 (transcode-1.0.1.tar.gz) = 6aed7df9ed5a53fdc63eaf433f352f30ad9f973efcfb98a353a27cac992f9696
|
||||
SIZE (transcode-1.0.1.tar.gz) = 2347762
|
||||
|
|
|
@ -139,6 +139,7 @@ lib/transcode/import_null.so
|
|||
lib/transcode/import_nuv.so
|
||||
lib/transcode/import_nvrec.so
|
||||
lib/transcode/import_ogg.so
|
||||
lib/transcode/import_oss.so
|
||||
lib/transcode/import_pvn.so
|
||||
lib/transcode/import_raw.so
|
||||
lib/transcode/import_rawlist.so
|
||||
|
|
Loading…
Reference in a new issue