Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Sconscript: install Jar file#60

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
cchampet merged 2 commits intoavTranscoder:masterfromcchampet:build_install_jar
Aug 19, 2014
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletionssrc/SConscript
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,9 @@ Import( "envPy" )
Import( "installPrefix" )
Import( "resampleLibraryName" )

# Set a default version
avTranscoderVersion = "0.0.1"

try:
import git
# Get last tag of git repository
Expand All@@ -18,8 +21,7 @@ try:
else:
raise
except Exception:
# Set a default version
avTranscoderVersion = "0.0.1"
print "Warning: Can't access the last tag of git repository ; default version will be '0.0.1'."

env.Append(
SHLIBVERSION = avTranscoderVersion
Expand DownExpand Up@@ -120,3 +122,4 @@ else:
)
env.Depends( javaAvTranscoder_jar, javaAvTranscoder_class )
Export( { 'jAvTranscoderJar' : javaAvTranscoder_jar } )
env.Alias( "install", env.Install( os.path.join( installPrefix, "jar" ), javaAvTranscoder_jar ) )

[8]ページ先頭

©2009-2025 Movatter.jp