mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Add x264-gtk
This commit is contained in:
parent
c33c04f8e4
commit
02c88683aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192531
@ -243,6 +243,7 @@
|
||||
SUBDIR += vstream-client
|
||||
SUBDIR += win32-codecs
|
||||
SUBDIR += x264
|
||||
SUBDIR += x264-gtk
|
||||
SUBDIR += xanim
|
||||
SUBDIR += xawtv
|
||||
SUBDIR += xdvshow
|
||||
|
17
multimedia/x264-gtk/Makefile
Normal file
17
multimedia/x264-gtk/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# New ports collection makefile for: x264-gtk
|
||||
# Date created: 2007-06-01
|
||||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX= -gtk
|
||||
|
||||
MAINTAINER= multimedia@FreeBSD.org
|
||||
|
||||
WITH_GTK2= yes
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
MASTERDIR= ${.CURDIR}/../../multimedia/x264
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
10
multimedia/x264-gtk/pkg-plist
Normal file
10
multimedia/x264-gtk/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
bin/x264_gtk_encode
|
||||
include/x264_gtk.h
|
||||
include/x264_gtk_enum.h
|
||||
lib/libx264gtk.a
|
||||
lib/libx264gtk.so
|
||||
lib/libx264gtk.so.50
|
||||
libdata/pkgconfig/x264gtk.pc
|
||||
share/locale/fr/LC_MESSAGES/x264_gtk.mo
|
||||
%%DATADIR%%/x264.png
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user