Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
9b8e4de1
Commit
9b8e4de1
authored
Jul 20, 2003
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* removed matrox support, since the modules is broken
http://bugs.gentoo.org/show_bug.cgi?id=24910
parent
573de01f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
vlc.ebuild
vlc.ebuild
+2
-4
No files found.
vlc.ebuild
View file @
9b8e4de1
...
@@ -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
6 2003/07/20 19:48:30
hartman Exp $
# $Id: vlc.ebuild,v 1.1
7 2003/07/20 20:54:01
hartman Exp $
#
#
# Authors: Derk-Jan Hartman <thedj at users.sf.net>
# Authors: Derk-Jan Hartman <thedj at users.sf.net>
#
#
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
# Thanks to the Gentoo Team for supporting us.
# Thanks to the Gentoo Team for supporting us.
###############################################################################
###############################################################################
IUSE
=
"arts qt ncurses dvd gtk nls 3dfx
matrox
svga fbcon esd kde X alsa ggi oggvorbis gnome xv oss sdl fbcon aalib slp truetype v4l lirc wxwindows imlib matroska dvb pvr mozilla mad debug xvid"
IUSE
=
"arts qt ncurses dvd gtk nls 3dfx svga fbcon esd kde X alsa ggi oggvorbis gnome xv oss sdl fbcon aalib slp truetype v4l lirc wxwindows imlib matroska dvb pvr mozilla mad debug xvid"
# Change these to correspond with the
# Change these to correspond with the
# unpacked dirnames of the CVS snapshots.
# unpacked dirnames of the CVS snapshots.
...
@@ -164,8 +164,6 @@ src_compile(){
...
@@ -164,8 +164,6 @@ src_compile(){
use 3dfx
&&
myconf
=
"
${
myconf
}
--enable-glide"
use 3dfx
&&
myconf
=
"
${
myconf
}
--enable-glide"
use matrox
&&
myconf
=
"
${
myconf
}
--enable-mga"
use svga
&&
myconf
=
"
${
myconf
}
--enable-svgalib"
use svga
&&
myconf
=
"
${
myconf
}
--enable-svgalib"
use sdl
||
myconf
=
"
${
myconf
}
--disable-sdl"
use sdl
||
myconf
=
"
${
myconf
}
--disable-sdl"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment