Commit 83e8c2cc authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Makefile.am: on make dist move vlc.ebuild

* vlc.ebuild: small spelling correction
parent 1d67494d
...@@ -324,6 +324,7 @@ show-libvlc-pkg-headers: FORCE ...@@ -324,6 +324,7 @@ show-libvlc-pkg-headers: FORCE
@echo X: $(dist_pkginclude_HEADERS) @echo X: $(dist_pkginclude_HEADERS)
dist-hook: dist-hook:
mv vlc.ebuild vlc-${VERSION}.ebuild
cd $(distdir); ./toolbox --update-vc cd $(distdir); ./toolbox --update-vc
############################################################################### ###############################################################################
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# vlc.ebuild: A Gentoo ebuild for vlc # vlc.ebuild: A Gentoo ebuild for vlc
############################################################################### ###############################################################################
# Copyright (C) 2003 VideoLAN # Copyright (C) 2003 VideoLAN
# $Id: vlc.ebuild,v 1.1 2003/05/15 00:32:28 hartman Exp $ # $Id: vlc.ebuild,v 1.2 2003/05/15 15:35:55 hartman Exp $
# #
# Authors: Derk-Jan Hartman <thedj at users.sf.net> # Authors: Derk-Jan Hartman <thedj at users.sf.net>
# #
...@@ -153,7 +153,7 @@ src_compile(){ ...@@ -153,7 +153,7 @@ src_compile(){
&& myconf="${myconf} --enable-x11" \ && myconf="${myconf} --enable-x11" \
|| myconf="${myconf} --disable-x11" || myconf="${myconf} --disable-x11"
use xv\ use xv \
&& myconf="${myconf} --enable-xvideo" \ && myconf="${myconf} --enable-xvideo" \
|| myconf="${myconf} --diable-xvideo" || myconf="${myconf} --diable-xvideo"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment