mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
multimedia/libudfread: Add new port
libudfread is a library for accessing UDF filesystem, commonly found on optical discs and disc images. PR: 278238
This commit is contained in:
parent
878188bc5f
commit
615e7245fe
5 changed files with 34 additions and 0 deletions
|
@ -183,6 +183,7 @@
|
|||
SUBDIR += librtmp
|
||||
SUBDIR += libtheora
|
||||
SUBDIR += libtuner
|
||||
SUBDIR += libudfread
|
||||
SUBDIR += libuvc
|
||||
SUBDIR += libv4l
|
||||
SUBDIR += libva
|
||||
|
|
20
multimedia/libudfread/Makefile
Normal file
20
multimedia/libudfread/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
PORTNAME= libudfread
|
||||
DISTVERSION= 1.1.2
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= https://get.videolan.org/${PORTNAME}/ \
|
||||
https://download.videolan.org/pub/videolan/${PORTNAME}/
|
||||
|
||||
MAINTAINER= yzrh@noema.org
|
||||
COMMENT= UDF reader for media players
|
||||
WWW= https://code.videolan.org/videolan/libudfread/
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
USES= autoreconf cpe libtool tar:bzip2
|
||||
CPE_VENDOR= videolan
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
3
multimedia/libudfread/distinfo
Normal file
3
multimedia/libudfread/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1709645400
|
||||
SHA256 (libudfread-1.1.2.tar.bz2) = d5946f19b27288ce0911eb11fe583c136767421220ece3bafc96245efd208915
|
||||
SIZE (libudfread-1.1.2.tar.bz2) = 268559
|
2
multimedia/libudfread/pkg-descr
Normal file
2
multimedia/libudfread/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
libudfread is a library for accessing UDF filesystem, commonly found
|
||||
on optical discs and disc images.
|
8
multimedia/libudfread/pkg-plist
Normal file
8
multimedia/libudfread/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
include/udfread/blockinput.h
|
||||
include/udfread/udfread-version.h
|
||||
include/udfread/udfread.h
|
||||
lib/libudfread.a
|
||||
lib/libudfread.so
|
||||
lib/libudfread.so.0
|
||||
lib/libudfread.so.0.1.0
|
||||
libdata/pkgconfig/libudfread.pc
|
Loading…
Add table
Reference in a new issue