Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
d8704994
Commit
d8704994
authored
Feb 11, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: Kate, update to 0.3.0 and disable-doc by default without patching.
parent
e0e941ea
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
27 deletions
+2
-27
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+1
-2
extras/contrib/src/Patches/libkate-nodocs.patch
extras/contrib/src/Patches/libkate-nodocs.patch
+0
-24
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+1
-1
No files found.
extras/contrib/src/Makefile
View file @
d8704994
...
...
@@ -2321,8 +2321,7 @@ libkate: libkate-$(KATE_VERSION).tar.gz
$(EXTRACT_GZ)
.kate
:
libkate .ogg
(
cd
$<
;
patch
-p1
)
< Patches/libkate-nodocs.patch
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
--disable-valgrind
&&
make
&&
make
install
)
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
--disable-valgrind
--disable-doc
&&
make
&&
make
install
)
$(INSTALL_NAME)
touch
$@
...
...
extras/contrib/src/Patches/libkate-nodocs.patch
deleted
100644 → 0
View file @
e0e941ea
diff -ru libkate-0.1.7/doc/Makefile libkate/doc/Makefile
diff -ru libkate-0.1.7/doc/Makefile.am libkate/doc/Makefile.am
--- libkate-0.1.7/doc/Makefile.am 2008-08-11 01:59:03.000000000 +0300
+++ libkate/doc/Makefile.am 2009-02-09 23:41:53.000000000 +0200
@@ -31,7 +31,6 @@
else
.doc-dummy-target:
echo "doxygen not found, cannot build docs"
- /bin/false
endif
dist-hook: .doc-dummy-target
Seulement dans libkate/doc: Makefile.am~
diff -ru libkate-0.1.7/doc/Makefile.in libkate/doc/Makefile.in
--- libkate-0.1.7/doc/Makefile.in 2008-08-11 01:59:03.000000000 +0300
+++ libkate/doc/Makefile.in 2009-02-09 23:42:13.000000000 +0200
@@ -389,7 +389,6 @@
@HAVE_DOXYGEN_TRUE@ doxygen kate.doxygen
@HAVE_DOXYGEN_FALSE@.doc-dummy-target:
@HAVE_DOXYGEN_FALSE@ echo "doxygen not found, cannot build docs"
-@HAVE_DOXYGEN_FALSE@ /bin/false
dist-hook: .doc-dummy-target
cp -fR * $(distdir)
extras/contrib/src/packages.mak
View file @
d8704994
...
...
@@ -218,7 +218,7 @@ FLUID_URL=http://download.savannah.gnu.org/releases/fluid/fluidsynth-$(FLUID_VER
YASM_VERSION
=
0.7.2
#YASM_URL=$(VIDEOLAN)/testing/contrib/yasm-$(YASM_VERSION).tar.gz
YASM_URL
=
http://www.tortall.net/projects/yasm/releases/yasm-
$(YASM_VERSION)
.tar.gz
KATE_VERSION
=
0.
1.7
KATE_VERSION
=
0.
3.0
KATE_URL
=
http://libkate.googlecode.com/files/libkate-
$(KATE_VERSION)
.tar.gz
TIGER_VERSION
=
0.3.1
TIGER_URL
=
http://libtiger.googlecode.com/files/libtiger-
$(TIGER_VERSION)
.tar.gz
...
...
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